WPS: Optimize post-WPS scan even if EAP-Failure is not received
authorSunil Dutt <duttus@codeaurora.org>
Fri, 21 Dec 2012 13:30:39 +0000 (15:30 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 21 Dec 2012 13:30:39 +0000 (15:30 +0200)
commit6fbcbc07e4bd71807c3697ff47790faaf1fd9563
tree4418d5855f37629d08200eb294679ce65ff5e305
parent8b2486115479582b2ab164a4508f22ed23a9a4cb
WPS: Optimize post-WPS scan even if EAP-Failure is not received

Commit 17a4734dc4d28ef070dfa227b422ed84794f48c5 shall optimize the
post-WPS scan based on the channel used during the provisioning only
when the EAP-Failure frame is received. In cases where the EAP-Failure
frame is missed, this optimization shall not happen resulting in the
scan in all the channels thus consuming more time for the connection.
This commit enhances this by storing the requisite information after
the M8 frame is received.

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