Fix handling of WEP shared key
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 3 Jul 2009 16:45:09 +0000 (18:45 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 3 Jul 2009 17:11:09 +0000 (10:11 -0700)
commit299c1c383072e28853f602d4e2bb1e509fa2924d
tree15de46cdfa68fdbf3df6a011f621942eec78e229
parent959b5e1d3858649dd62b11700370162e6f0be6f1
Fix handling of WEP shared key

For WEP, we need to specify a list of allowed authentication algorithms.
Without those, wpa_supplicant will tell the driver to use an open
authtnetication only. But with this list of authentication algorithms,
mac80211 based drivers will try each and every one of them until one succeeds.
This way we can safely associate with open and shared key WEP networks.

Note that non mac80211 drivers are on their own, but at least they will now be
notified of the authentication algorithms we'd like to try.
plugins/supplicant.c