]> git.ipfire.org Git - thirdparty/hostap.git/commit
TDLS: Support TDLS operations in HE mode
authorSreeramya Soratkal <ssramya@codeaurora.org>
Wed, 6 Jan 2021 07:08:25 +0000 (12:38 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 26 Feb 2021 18:16:48 +0000 (20:16 +0200)
commit50baf345b4634d6c2246c8b84341943b7dd5b58d
treefd6847c1af3eb4abf6068a8d8597daa3bd6afdae
parent184c8246891ced96b41d991ff99bb520a114827c
TDLS: Support TDLS operations in HE mode

Determine if the TDLS peer is HE capable based on HE Capability element
received in the TDLS Setup Response frame. Indicate the peer's HE
capabilities to the driver through sta_add().

Signed-off-by: Sreeramya Soratkal <ssramya@codeaurora.org>
src/common/ieee802_11_defs.h
src/common/wpa_common.c
src/common/wpa_common.h
src/rsn_supp/tdls.c
src/rsn_supp/wpa.h
src/rsn_supp/wpa_i.h
wpa_supplicant/wpas_glue.c