]> git.ipfire.org Git - thirdparty/hostap.git/commit
HS 2.0: Extend ANQP_GET to accept Hotspot 2.0 subtypes
authorDmitry Shmidt <dimitrysh@google.com>
Tue, 25 Mar 2014 00:36:13 +0000 (17:36 -0700)
committerJouni Malinen <j@w1.fi>
Tue, 25 Mar 2014 16:33:21 +0000 (18:33 +0200)
commitcf28c66bcb8883e6be921d6406a534e4a5b45b96
treebee8efd6c819bbf3cd5d29806e6890222834e3ce
parent163f801ef23cd486aab5065c90dd71ad4cbb5fcd
HS 2.0: Extend ANQP_GET to accept Hotspot 2.0 subtypes

This allows a single ANQP query to be used to fetch both IEEE 802.11
defined ANQP elements and Hotspot 2.0 vendor specific elements.

ANQP_GET <addr> <info id>[,<info id>]...
[,hs20:<subtype>][...,hs20:<subtype>]

For example:
ANQP_GET 00:11:22:33:44:55:66 258,268,hs20:3,hs20:4

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
wpa_supplicant/ctrl_iface.c
wpa_supplicant/hs20_supplicant.c
wpa_supplicant/hs20_supplicant.h
wpa_supplicant/interworking.c
wpa_supplicant/interworking.h