]> git.ipfire.org Git - thirdparty/hostap.git/commit
Make Beacon IEs available in wpa_supplicant BSS command
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 13 Dec 2016 13:49:22 +0000 (15:49 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 13 Dec 2016 18:07:52 +0000 (20:07 +0200)
commit19810d29bcd169c3d786f30aed7902c7d51ee6a1
tree4dee4182c1e41ed0b8e4a0b0d4082a7bc78e78d7
parenta00a3458ed0917a8bf3fae259cc962ed727be8cf
Make Beacon IEs available in wpa_supplicant BSS command

This makes both the Probe Response and Beacon frame IEs available to
upper layers if scan results include both IE sets. When the BSS command
mask includes WPA_BSS_MASK_BEACON_IE, a new beacon_ie=<hexdump> entry
will be included in output if the BSS entry has two separate sets of IEs
(ie=<hexdump> showing the Probe Response frame contents and
beacon_ie=<hexdump> the Beacon rame contents).

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