]> git.ipfire.org Git - thirdparty/hostap.git/commit
ANQP: Extend ANQP_GET command to request without IEEE 802.11 elements
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 10 Mar 2017 15:02:22 +0000 (17:02 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 10 Mar 2017 15:02:22 +0000 (17:02 +0200)
commit8ecf2231fd5ddb396b8c4d94fb396e3c0ff785ac
tree2a43da42df32255e3835ff1aa9dabc1d8d844141
parenta9be28bf6b98bece3068db581b44ae1e5b0b65eb
ANQP: Extend ANQP_GET command to request without IEEE 802.11 elements

Previously, ANQP_GET required at least one IEEE 802.11 ANQP-element to
be requested. This is not really necessary, so allow a case where
num_ids == 0 as long as the request includes at least one Hotspot 2.0 or
MBO ANQP-element.

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