]> git.ipfire.org Git - thirdparty/hostap.git/commit
wlantest: Allow missing RSNE in S1G beacon
authorThomas Pedersen <thomas@adapt-ip.com>
Thu, 22 Oct 2020 18:20:32 +0000 (11:20 -0700)
committerJouni Malinen <j@w1.fi>
Fri, 4 Dec 2020 10:01:54 +0000 (12:01 +0200)
commitbe96f4e8d25aca15a634b8927de3f7d779f45d05
treef6326d282820d6a26fbf40b0ea8da622ea20a5f8
parenteac2b6563523ed617240805ae002e7c4fbcb5c69
wlantest: Allow missing RSNE in S1G beacon

S1G beacons save a few bytes by not requiring the RSNE in beacon if RSN
BSS is configured. Handle this in wlantest by only clearing RSNE from
the BSS info if frame is a Probe Response frame.

Signed-off-by: Thomas Pedersen <thomas@adapt-ip.com>
src/common/ieee802_11_common.c
src/common/ieee802_11_common.h
src/common/ieee802_11_defs.h
wlantest/bss.c