WPS: Fix association when both WPS and WPA/RSN IE are included
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 15 Apr 2010 09:55:34 +0000 (12:55 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 15 Apr 2010 09:55:34 +0000 (12:55 +0300)
commitc47cf42e4b8342164ad4fe0375aaa20e225334ad
treeef7c1f8443c625355659f6f6b5c6758f4b5fa03f
parent5fbc1f279be010595ff2f2b4b36fca9c5d4fb96b
WPS: Fix association when both WPS and WPA/RSN IE are included

The WPS IE was overriding the WPA/RSN IE in driver based MLME case
(hostapd_notif_assoc), but the MLME code here was not using WPS IE
correctly, i.e., it allowed the WPA/RSN IE override the operation.
src/ap/ieee802_11.c