> wpa_supplicant is the implementation of an IEEE 802.1X supplicant.
> This port is for wired authentication only (Ethernet PAE) and does
> not support the wireless WPA/WPA2 functionality.
Well, might be true for openbsd, but I assume it is not.
On frebsd laptop I use it as prefered way to make connec-
tion.
network={
ssid="insert"
scan_ssid=1
proto=RSN
pairwise=CCMP
key_mgmt=WPA-PSK
psk="insert"
}
This differs from example I've seen on the thread, but works
flawlessly. To use it I just run it with:
wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf -B
Best regards
Zoran