1 Jun 2008 09:58
Re: wpa_supplicant v0.6.3 loses connection, then reconnects to a different AP
David Ehrmann <ehrmann <at> gmail.com>
2008-06-01 07:58:23 GMT
2008-06-01 07:58:23 GMT
Partial update on this. The symptom was that iwconfig reported it wasn't associated with an AP. Here's the abbreviated log: http://pastebin.com/f491af16d I suppose it's possible that the AP goes down, and the disassociation isn't a bug. I'm going to log this more, in hopes of finding out. David Ehrmann wrote: > When my connection drops, wpa_supplicant 0.6.3 sometimes reconnects to > an AP on the same SSID, but with a different BSSID. I thought that > specifying the BSSID would force that one to always be used. > > Am I missing something? Here's my config: > > ctrl_interface=/var/run/wpa_supplicant > > eapol_version=2 > ap_scan=1 > > network={ > ssid="..." > scan_ssid=1 > bssid=... > key_mgmt=WPA-EAP > pairwise=CCMP TKIP > group=CCMP TKIP > eap=PEAP TLS > identity=...(Continue reading)
> key_mgmt=WPA-PSK
> priority=3
> }
Try adding this line to the above block:
proto=WPA
This would force WPA1. Fonera uses MadWifi internally, and my
experience shows that some versions of MadWifi don't work with WPA2
correctly when in the master mode.
Just in case, try forcing WPA2 as well:
proto=WPA2
RSS Feed