|
@@ -27,7 +27,7 @@
|
|
|
*
|
|
|
*
|
|
|
* This file was automatically generated by 'framesc'
|
|
|
- * Fri Mar 4 16:33:51 2022 from the following file(s):
|
|
|
+ * Fri Mar 25 12:59:25 2022 from the following file(s):
|
|
|
*
|
|
|
* dot11f.frms
|
|
|
*
|
|
@@ -8914,21 +8914,20 @@ uint32_t dot11f_get_packed_ie_eht_cap(
|
|
|
/* EID 255 (0xff) Extended EID 106 (0x6a) */
|
|
|
typedef struct sDot11fIEeht_op {
|
|
|
uint8_t present;
|
|
|
- uint8_t basic_mcs_nss_set[2];
|
|
|
- uint8_t primary_channel;
|
|
|
uint8_t width:3;
|
|
|
uint8_t reserved:5;
|
|
|
- uint8_t chan_freq_seg0;
|
|
|
- uint8_t chan_freq_seg1;
|
|
|
- uint8_t minimum_rate;
|
|
|
+ uint16_t ccfs;
|
|
|
+ uint8_t disable_sub_chan_bitmap_present:1;
|
|
|
+ uint8_t reserved2:7;
|
|
|
+ uint8_t disable_sub_chan_bitmap[1][2];
|
|
|
} tDot11fIEeht_op;
|
|
|
|
|
|
#define DOT11F_EID_EHT_OP (255)
|
|
|
|
|
|
/* N.B. These #defines do *not* include the EID & length */
|
|
|
-#define DOT11F_IE_EHT_OP_MIN_LEN (7)
|
|
|
+#define DOT11F_IE_EHT_OP_MIN_LEN (4)
|
|
|
|
|
|
-#define DOT11F_IE_EHT_OP_MAX_LEN (7)
|
|
|
+#define DOT11F_IE_EHT_OP_MAX_LEN (6)
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
extern "C" {
|