]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/ieee802_11_shared.c
OCV: Add function to derive Tx parameters to a specific STA
authorMathy Vanhoef <Mathy.Vanhoef@cs.kuleuven.be>
Mon, 6 Aug 2018 19:46:30 +0000 (15:46 -0400)
committerJouni Malinen <j@w1.fi>
Mon, 17 Dec 2018 13:42:19 +0000 (15:42 +0200)
commit1034f67bf1528686f6dad93c9590cad8fcd3435b
tree831acd8147f97eae82d9bd86c7d0531f76d35113
parent697652085fecf711af5ca70719af0dae6e30652b
OCV: Add function to derive Tx parameters to a specific STA

Use the information elements that were present in the (Re)Association
Request frame to derive the maximum bandwidth the AP will use to
transmit frames to a specific STA. By using this approach, we don't need
to query the kernel for this information, and avoid having to add a
driver API for that.

Signed-off-by: Mathy Vanhoef <Mathy.Vanhoef@cs.kuleuven.be>
src/ap/ieee802_11.h
src/ap/ieee802_11_shared.c
src/ap/wpa_auth.c
src/ap/wpa_auth.h
src/ap/wpa_auth_glue.c