]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/hs20_supplicant.c
Fix sending ANQP request to an unknown BSS while associated
authorMatti Gottlieb <matti.gottlieb@intel.com>
Tue, 28 Apr 2015 11:01:04 +0000 (14:01 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 3 May 2015 14:32:32 +0000 (17:32 +0300)
commit0c28071872242d1acaaf18034ea39b0635fe604a
tree93425ad7552deae2dd1d594043191404a3a02a1e
parent74197e0adf4c63ba5551ed7e816f7d61e74a36b1
Fix sending ANQP request to an unknown BSS while associated

While being associated, if an ANQP request is received for a different
AP that doesn't exist in the BSS list, the ANQP request will be sent on
the frequency of the AP that we are currently associated to.

In such a case, it is possible that the ANQP request would be sent on
a channel different than that of the requested AP, potentially delaying
other requests/activities.

Avoid sending the ANQP request to an AP that is not in the BSS list.

Signed-off-by: Matti Gottlieb <matti.gottlieb@intel.com>
wpa_supplicant/hs20_supplicant.c
wpa_supplicant/interworking.c