]> git.ipfire.org Git - thirdparty/hostap.git/commit
Store the VHT Operation element of an associated STA
authorMathy Vanhoef <Mathy.Vanhoef@cs.kuleuven.be>
Mon, 6 Aug 2018 19:46:24 +0000 (15:46 -0400)
committerJouni Malinen <j@w1.fi>
Sun, 16 Dec 2018 16:35:30 +0000 (18:35 +0200)
commitad20a1367f8dc2232521c025906990f21e9e12d1
treee3f4bd3f40ba0ab66f2322ac51f5dba164fe8112
parentd706e0d7a335edbdf9a8d7012318f27d24a9b971
Store the VHT Operation element of an associated STA

APs and mesh peers use the VHT Operation element to advertise certain
channel properties (e.g., the bandwidth of the channel). Save this
information element so we can later access this information.

Signed-off-by: Mathy Vanhoef <Mathy.Vanhoef@cs.kuleuven.be>
src/ap/ieee802_11.c
src/ap/ieee802_11.h
src/ap/ieee802_11_vht.c
src/ap/sta_info.c
src/ap/sta_info.h
wpa_supplicant/mesh_mpm.c