]> git.ipfire.org Git - thirdparty/hostap.git/commit
Interworking: Prevent scan during ANQP fetch and Interworking select
authorNeelansh Mittal <neelansh@qti.qualcomm.com>
Thu, 19 Mar 2015 19:02:44 +0000 (00:32 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 20 Mar 2015 13:56:48 +0000 (15:56 +0200)
commit9772af66ba0135ba3b57e7cc197e6b653494a36b
tree90ad82ef9789040f6c2d6e4e9622e8f217f095a7
parent97c6d0d873749e7c87a17983b6778b534e12bebe
Interworking: Prevent scan during ANQP fetch and Interworking select

Reject external scan request while either ANQP fetch or Interworking
select is in progress. Not doing so could lead to a situation in which
Interworking automatic network selection does not get triggered because
of a new scan result event forcing the ANQP fetch cycle to be disrupted
and restarted all over again. Interworking automatic network selection
is only triggered when AQNP fetch cycle, that is, ANQP exchange with
every Interworking capable BSS in the current BSS list, is completed.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/ctrl_iface.c