]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Define all assigned BSS membership selector values
authorJouni Malinen <quic_jouni@quicinc.com>
Fri, 16 Dec 2022 18:19:58 +0000 (20:19 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 16 Dec 2022 18:31:14 +0000 (20:31 +0200)
Add the assigned values based on IEEE P802.11-REVme/D2.0. In addition,
sort these definitions in ascending order.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/common/ieee802_11_defs.h

index 93275c03ef2163be374abcc3c3c71df1fd5599a5..4bae8ff24a5616a0eec605e1e7ff7db95730e20f 100644 (file)
@@ -1290,9 +1290,11 @@ struct ieee80211_ampe_ie {
 /* B36..B39 - Reserved */
 
 #define BSS_MEMBERSHIP_SELECTOR_HE_PHY 122
+#define BSS_MEMBERSHIP_SELECTOR_SAE_H2E_ONLY 123
+#define BSS_MEMBERSHIP_SELECTOR_EPD 124
+#define BSS_MEMBERSHIP_SELECTOR_GLK 125
 #define BSS_MEMBERSHIP_SELECTOR_VHT_PHY 126
 #define BSS_MEMBERSHIP_SELECTOR_HT_PHY 127
-#define BSS_MEMBERSHIP_SELECTOR_SAE_H2E_ONLY 123
 
 /* VHT Defines */
 #define VHT_CAP_MAX_MPDU_LENGTH_7991                ((u32) BIT(0))