]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_supplicant_i.h
Interworking: Add ANQP query requests
authorJouni Malinen <jouni@qca.qualcomm.com>
Sun, 16 Oct 2011 19:44:28 +0000 (22:44 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 16 Oct 2011 20:55:34 +0000 (23:55 +0300)
commitafc064fe7ae899966f5de28b3f11881b70c7046e
treef6b374875d40d081fa9aae5ed789f6d0c664a674
parent40eac89023b439df9f12b290ab47d6ea06841331
Interworking: Add ANQP query requests

Add mechanism for using GAS/ANQP to query Interworking related
information from APs. The received information is stored in the BSS
table and can be viewed with ctrl_iface BSS command.

New ctrl_iface command ANQP_GET can be used to fetch ANQP elements from
a specific AP. Additional commands FETCH_ANQP and STOP_FETCH_ANQP can be
used to initiate and stop an iteration through all APs in the BSS table
that indicate support Interworking to fetch ANQP elements from them.
wpa_supplicant/Makefile
wpa_supplicant/bss.c
wpa_supplicant/bss.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/interworking.c [new file with mode: 0644]
wpa_supplicant/interworking.h [new file with mode: 0644]
wpa_supplicant/wpa_cli.c
wpa_supplicant/wpa_supplicant_i.h