|
@@ -27,7 +27,7 @@
|
|
|
*
|
|
|
*
|
|
|
* This file was automatically generated by 'framesc'
|
|
|
- * Fri Mar 25 12:59:25 2022 from the following file(s):
|
|
|
+ * Fri Mar 25 13:04:34 2022 from the following file(s):
|
|
|
*
|
|
|
* dot11f.frms
|
|
|
*
|
|
@@ -8820,8 +8820,12 @@ typedef struct sDot11fIEeht_cap {
|
|
|
uint8_t present;
|
|
|
uint16_t nsep_pri_access:1;
|
|
|
uint16_t eht_om_ctl:1;
|
|
|
- uint16_t triggered_txop_sharing:1;
|
|
|
- uint16_t reserved:13;
|
|
|
+ uint16_t triggered_txop_sharing_mode1:1;
|
|
|
+ uint16_t triggered_txop_sharing_mode2:1;
|
|
|
+ uint16_t restricted_twt:1;
|
|
|
+ uint16_t scs_traffic_desc:1;
|
|
|
+ uint16_t max_mpdu_len:2;
|
|
|
+ uint16_t reserved:8;
|
|
|
uint32_t reserved2:1;
|
|
|
uint32_t support_320mhz_6ghz:1;
|
|
|
uint32_t ru_242tone_wt_20mhz:1;
|
|
@@ -8862,14 +8866,33 @@ typedef struct sDot11fIEeht_cap {
|
|
|
uint32_t mu_bformer_le_80mhz:1;
|
|
|
uint32_t mu_bformer_160mhz:1;
|
|
|
uint32_t mu_bformer_320mhz:1;
|
|
|
- uint32_t reserved3:1;
|
|
|
- uint8_t num_eht_mcs_map_20;
|
|
|
- uint8_t eht_mcs_map_20[4];
|
|
|
- uint8_t num_eht_mcs_map_le_80;
|
|
|
- uint8_t eht_mcs_map_le_80[3];
|
|
|
- uint8_t num_eht_mcs_map_160;
|
|
|
- uint8_t eht_mcs_map_160[3];
|
|
|
- uint8_t eht_mcs_map_320[1][3];
|
|
|
+ uint32_t tb_sounding_feedback_rl:1;
|
|
|
+ uint32_t bw_20_rx_max_nss_for_mcs_0_to_7:4;
|
|
|
+ uint32_t bw_20_tx_max_nss_for_mcs_0_to_7:4;
|
|
|
+ uint32_t bw_20_rx_max_nss_for_mcs_8_and_9:4;
|
|
|
+ uint32_t bw_20_tx_max_nss_for_mcs_8_and_9:4;
|
|
|
+ uint32_t bw_20_rx_max_nss_for_mcs_10_and_11:4;
|
|
|
+ uint32_t bw_20_tx_max_nss_for_mcs_10_and_11:4;
|
|
|
+ uint32_t bw_20_rx_max_nss_for_mcs_12_and_13:4;
|
|
|
+ uint32_t bw_20_tx_max_nss_for_mcs_12_and_13:4;
|
|
|
+ uint32_t bw_le_80_rx_max_nss_for_mcs_0_to_9:4;
|
|
|
+ uint32_t bw_le_80_tx_max_nss_for_mcs_0_to_9:4;
|
|
|
+ uint32_t bw_le_80_rx_max_nss_for_mcs_10_and_11:4;
|
|
|
+ uint32_t bw_le_80_tx_max_nss_for_mcs_10_and_11:4;
|
|
|
+ uint32_t bw_le_80_rx_max_nss_for_mcs_12_and_13:4;
|
|
|
+ uint32_t bw_le_80_tx_max_nss_for_mcs_12_and_13:4;
|
|
|
+ uint32_t bw_160_rx_max_nss_for_mcs_0_to_9:4;
|
|
|
+ uint32_t bw_160_tx_max_nss_for_mcs_0_to_9:4;
|
|
|
+ uint32_t bw_160_rx_max_nss_for_mcs_10_and_11:4;
|
|
|
+ uint32_t bw_160_tx_max_nss_for_mcs_10_and_11:4;
|
|
|
+ uint32_t bw_160_rx_max_nss_for_mcs_12_and_13:4;
|
|
|
+ uint32_t bw_160_tx_max_nss_for_mcs_12_and_13:4;
|
|
|
+ uint32_t bw_320_rx_max_nss_for_mcs_0_to_9:4;
|
|
|
+ uint32_t bw_320_tx_max_nss_for_mcs_0_to_9:4;
|
|
|
+ uint32_t bw_320_rx_max_nss_for_mcs_10_and_11:4;
|
|
|
+ uint32_t bw_320_tx_max_nss_for_mcs_10_and_11:4;
|
|
|
+ uint8_t bw_320_rx_max_nss_for_mcs_12_and_13:4;
|
|
|
+ uint8_t bw_320_tx_max_nss_for_mcs_12_and_13:4;
|
|
|
union {
|
|
|
struct {
|
|
|
uint8_t num_ppe_th;
|
|
@@ -8881,7 +8904,7 @@ typedef struct sDot11fIEeht_cap {
|
|
|
#define DOT11F_EID_EHT_CAP (255)
|
|
|
|
|
|
/* N.B. These #defines do *not* include the EID & length */
|
|
|
-#define DOT11F_IE_EHT_CAP_MIN_LEN (10)
|
|
|
+#define DOT11F_IE_EHT_CAP_MIN_LEN (23)
|
|
|
|
|
|
#define DOT11F_IE_EHT_CAP_MAX_LEN (85)
|
|
|
|