From: Jouni Malinen Date: Fri, 16 Dec 2022 18:19:58 +0000 (+0200) Subject: Define all assigned BSS membership selector values X-Git-Tag: hostap_2_11~1392 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab2cb379db63bbbf31722c0c50a142e8c1e11b4d;p=thirdparty%2Fhostap.git Define all assigned BSS membership selector values 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 --- diff --git a/src/common/ieee802_11_defs.h b/src/common/ieee802_11_defs.h index 93275c03e..4bae8ff24 100644 --- a/src/common/ieee802_11_defs.h +++ b/src/common/ieee802_11_defs.h @@ -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))