wpa supplicant and ipw (and wext) driver with wpa/tkip

Nicolas Guillot guillot.nicolas
Tue Feb 7 12:34:12 PST 2006


I thanks for your answer.
And yes, I try to modify my config file to:
eapol_version=1
ap_scan=1
fast_reauth=1

network={
        ssid="WANADOO-B8D9"
        scan_ssid=0
        proto=WPA
        key_mgmt=WPA-PSK
        pairwise=TKIP
        group=WEP104 #TKIP
        psk="1CD484A4B17C30EA7B1F840F4C"
        priority=5
}

but that didn't work:
$ sudo wpa_supplicant -w -i eth1 -c /etc/wpa_supplicant.conf6 wext
Associated with 00:14:a4:58:03:b5
Authentication with 00:14:a4:58:03:b5 timed out.
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-TERMINATING - signal 2 received
 
with the debug option I see that it can't find a suitable ap :(
=>
Scan timeout - try to get results
Received 516 bytes of scan results (2 BSSes)
Scan results: 2
Selecting BSS from priority group 5
0: 00:14:a4:58:03:b5 ssid='WANADOO-B8D9' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
   skip WPA IE - GTK cipher mismatch
1: 00:11:d8:1e:a4:8c ssid='WANADOO-6D78' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
No APs found - clear blacklist and try again
Removed BSSID 00:00:00:00:00:00 from blacklist (clear)
Selecting BSS from priority group 5
0: 00:14:a4:58:03:b5 ssid='WANADOO-B8D9' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
   skip WPA IE - GTK cipher mismatch
1: 00:11:d8:1e:a4:8c ssid='WANADOO-6D78' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
No suitable AP found.
Setting scan request: 5 sec 0 usec
State: DISCONNECTED -> SCANNING
Starting AP scan (broadcast SSID)
Scan timeout - try to get results
Received 515 bytes of scan results (2 BSSes)
Scan results: 2
Selecting BSS from priority group 5
0: 00:14:a4:58:03:b5 ssid='WANADOO-B8D9' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
   skip WPA IE - GTK cipher mismatch
1: 00:11:d8:1e:a4:8c ssid='WANADOO-6D78' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
   skip - SSID mismatch
No suitable AP found.


Eval




More information about the Hostap mailing list