> Does the wireless driver included in the last kernel release
> (2007-02-18, 2.6.12) support WPA? Has anyone of you ever successfully
> connected to a WPA network?
Yes, WPA works for me. Here is my wpa_supplicant.conf file :
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid="my ssid"
psk="my password"
scan_ssid=1
priority=5
}
I start wpa_supplicant with this command :
wpa_supplicant -B -Dhostap -iwlan0 -c /usr/local/etc/wpa_supplicant.conf
I stop wpa_supplicant with this command : wpa_cli terminate wlan0
Received on Fri Jun 15 2007 - 15:32:09 EDT
This archive was generated by hypermail 2.2.0 : Fri Jun 15 2007 - 15:32:27 EDT