]> git.ipfire.org Git - thirdparty/hostap.git/commit
ANQP: Add support to specify frequency in ANQP_GET command
authorVeerendranath Jakkam <vjakkam@codeaurora.org>
Tue, 11 Aug 2020 12:23:17 +0000 (17:53 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 13 Aug 2020 14:51:00 +0000 (17:51 +0300)
commit170775232d615e149484e3a68341211af04a8efe
treed24f89ea17582568d155bae1b95f216e62e12c09
parent43106e122b27811e9d47b48c6f5feca838858fc1
ANQP: Add support to specify frequency in ANQP_GET command

Previously, wpa_supplicant fetched BSS channel info from scan results to
send ANQP Query frames. If the scan results for the specified BSS are
not available, the ANQP_GET command request was getting rejected.

Add support to send ANQP Query frame on the specified frequency without
requiring the scan results to be available.

The control interface command format:
- ANQP_GET <dst_addr> [freq=<freq in MHz>] <Query ID1>[,<Query ID2>,..]

Signed-off-by: Veerendranath Jakkam <vjakkam@codeaurora.org>
wpa_supplicant/ctrl_iface.c
wpa_supplicant/interworking.c
wpa_supplicant/interworking.h