Guys,
Does the following log showing wpa_supplicant's inability
to assoc/auth using the nl80211 driver look familiar
to anyone? The same setup and config works using the
wext driver. Do I just need a more recent wireless-testing
kernel? This is wireless-testing at d1a6d5c2f6. And
if it matters, it's the ar9170 driver below that.
Thanks,
jdl
# cat /etc/wpa_supplicant.conf
network={
ssid="bigfoot"
scan_ssid=1
key_mgmt=WPA-PSK
psk="my-secret"
}
# wpa_supplicant -c /etc/wpa_supplicant.conf -Dnl80211 -i wlan0
CTRL-EVENT-SCAN-RESULTS
Trying to associate with 00:1e:58:f2:f5:71 (SSID='bigfoot' freq=2422 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Associated with 00:1e:58:f2:f5:71
Authentication with 00:1e:58:f2:f5:71 timed out.
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-SCAN-RESULTS
Trying to associate with 00:1e:58:f2:f5:71 (SSID='bigfoot' freq=2422 MHz)
Associated with 00:1e:58:f2:f5:71
Authentication with 00:1e:58:f2:f5:71 timed out.
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-SCAN-RESULTS
Trying to associate with 00:1e:58:f2:f5:71 (SSID='bigfoot_' freq=2422 MHz)
On Wed, 2009-07-01 at 17:10 -0500, Jon Loeliger wrote:
> CTRL-EVENT-SCAN-RESULTS
> Trying to associate with 00:1e:58:f2:f5:71 (SSID='bigfoot' freq=2422 MHz)
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> Associated with 00:1e:58:f2:f5:71
> Authentication with 00:1e:58:f2:f5:71 timed out.
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> CTRL-EVENT-SCAN-RESULTS
> Trying to associate with 00:1e:58:f2:f5:71 (SSID='bigfoot' freq=2422 MHz)
> Associated with 00:1e:58:f2:f5:71
> Authentication with 00:1e:58:f2:f5:71 timed out.
Huh. Can you show dmesg during this time?
johannes