]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Use wildcard BSSID in GAS query frames
authorJouni Malinen <jouni@codeaurora.org>
Sat, 10 Feb 2018 10:42:00 +0000 (12:42 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 10 Feb 2018 10:42:00 +0000 (12:42 +0200)
commitaca4d84e3dcdb2cf7bacdf71d5d93ed9b29b3e0f
tree0696cc59aff19147d6edf1033deba4b0ca281821
parent0887215d941def91cc100c3d1f087fb9650b64c8
DPP: Use wildcard BSSID in GAS query frames

Force use of the wildcard BSSID address in GAS query frames with DPP
regardless of how the gas_address3 configuration parameter is set. DPP
specification mandates this and the use of GAS here is really outside
the context of a BSS, so using the wildcard BSSID makes sense even for
the corner case of Configurator running on a known AP (where IEEE 802.11
standard would allow the BSSID of the AP to be used).

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/dpp_supplicant.c
wpa_supplicant/gas_query.c
wpa_supplicant/gas_query.h
wpa_supplicant/hs20_supplicant.c
wpa_supplicant/interworking.c