]> git.ipfire.org Git - thirdparty/hostap.git/commit
Change WEP network selection to reject WPA/WPA2 APs
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 23 Aug 2013 16:27:25 +0000 (19:27 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 23 Aug 2013 16:27:25 +0000 (19:27 +0300)
commit86bd1410503913b719417f32457631a2ee1095ed
treedbfaeade521b0993e90212a3ab6c2a6e7ee15e10
parent2e145e91e7b83b7bef9e513bd57c121a62f2e15d
Change WEP network selection to reject WPA/WPA2 APs

Previously, wpa_supplicant behavior in WEP configuration was to try to
mimic a device that is not aware of WPA/WPA2 and as such, it tried to
connect to a WPA/WPA2 AP with the assumption that the AP could be
providing support for both WEP and WPA/WPA2 stations in the same BSS.
Such APs could have been used during transition from WEP to more secure
options, but that type of deployment have not been used in large number
and are not really of much use anymore taken into account that more or
less all new devices support WPA/WPA2. That combined with the preference
to deprecate WEP justifies removing this use case and making WEP
networking matching more strict by using the knowledge of AP advertising
WPA/WPA2 as an indication of WEP not being supported.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/events.c