|
|
|
|
|
by adestefan
5349 days ago
|
|
> Configure WPA on OpenBSD: ifconfig <interface> nwid <ssid> wpa wpakey <wpakey> up; dhclient <interface>
The equivalent on linux is left as an exercise... wpa_passphrase <ssid> <wpakey> > /etc/wpa_supplicant.conf
wpa_supplicant -i<interface> -c/etc/wpa_supplicant.conf -B
dhclient <inteface>
Everything is easy when you know how to do it. |
|
On a linux system 'man ifconfig' doesn't even mention iwconfig or wpa_supplicant.
I think that makes it a little easier to learn how to do it.