Skip to content

Commit fdb313e

Browse files
egrumbachjmberg-intel
authored andcommitted
ieee80211: add bits for TWT in Extended Capabilities IE
These bits are defined in ieee802.11ax to advertise support for TWT in addition to the bits in the HE IE. Signed-off-by: Emmanuel Grumbach <[email protected]> Signed-off-by: Luca Coelho <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
1 parent 30c6311 commit fdb313e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/linux/ieee80211.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2687,6 +2687,10 @@ enum ieee80211_tdls_actioncode {
26872687
*/
26882688
#define WLAN_EXT_CAPA9_FTM_INITIATOR BIT(7)
26892689

2690+
/* Defines support for TWT Requester and TWT Responder */
2691+
#define WLAN_EXT_CAPA10_TWT_REQUESTER_SUPPORT BIT(5)
2692+
#define WLAN_EXT_CAPA10_TWT_RESPONDER_SUPPORT BIT(6)
2693+
26902694
/* TDLS specific payload type in the LLC/SNAP header */
26912695
#define WLAN_TDLS_SNAP_RFTYPE 0x2
26922696

0 commit comments

Comments
 (0)