Interworking: Support unknown ANQP-elements in BSS table
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 7 Oct 2015 13:10:38 +0000 (16:10 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 7 Oct 2015 14:07:21 +0000 (17:07 +0300)
commit8c4a1026b83b7bfb14c1f69d2b9a7c4be6c0758e
tree17acc3d6f58b490d9c3c67290202fed8d8f6a313
parentaeeb0bca712c5063c78c5294a4a669d975f35fa4
Interworking: Support unknown ANQP-elements in BSS table

This allows wpa_supplicant to expose internally unknown ANQP-elements in
the BSS command. For example, "ANQP_GET <BSSID> 265" can be used to
fetch the AP Geospatial Location ANQP-element and if the AP has this
information, the "BSS <BSSID>" command will include the response as
"anqp[265]=<hexdump>".

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