|
@@ -26,7 +26,7 @@
|
|
|
*
|
|
|
*
|
|
|
* This file was automatically generated by 'framesc'
|
|
|
- * Fri Feb 19 16:37:07 2021 from the following file(s):
|
|
|
+ * Wed Mar 24 20:47:51 2021 from the following file(s):
|
|
|
*
|
|
|
* dot11f.frms
|
|
|
*
|
|
@@ -8774,6 +8774,95 @@ uint32_t dot11f_get_packed_ie_dh_parameter_element(
|
|
|
}; /* End extern "C". */
|
|
|
#endif /* C++ */
|
|
|
|
|
|
+/* EID 255 (0xff) Extended EID 253 (0xfd) */
|
|
|
+typedef struct sDot11fIEeht_cap {
|
|
|
+ uint8_t present;
|
|
|
+ uint8_t eht_mac_cap[6];
|
|
|
+ uint8_t phy_cap_bytes[11];
|
|
|
+ uint8_t reserved:1;
|
|
|
+ uint8_t supported_ch_width_set:7;
|
|
|
+ uint16_t rx_mcs_map;
|
|
|
+ uint16_t tx_mcs_map;
|
|
|
+} tDot11fIEeht_cap;
|
|
|
+
|
|
|
+#define DOT11F_EID_EHT_CAP (255)
|
|
|
+
|
|
|
+/* N.B. These #defines do *not* include the EID & length */
|
|
|
+#define DOT11F_IE_EHT_CAP_MIN_LEN (22)
|
|
|
+
|
|
|
+#define DOT11F_IE_EHT_CAP_MAX_LEN (22)
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C" {
|
|
|
+#endif /* C++ */
|
|
|
+__must_check uint32_t dot11f_unpack_ie_eht_cap(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ uint8_t *,
|
|
|
+ uint8_t,
|
|
|
+ tDot11fIEeht_cap*,
|
|
|
+ bool);
|
|
|
+
|
|
|
+uint32_t dot11f_pack_ie_eht_cap(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fIEeht_cap *,
|
|
|
+ uint8_t *,
|
|
|
+ uint32_t,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+uint32_t dot11f_get_packed_ie_eht_cap(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fIEeht_cap *,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+}; /* End extern "C". */
|
|
|
+#endif /* C++ */
|
|
|
+
|
|
|
+/* EID 255 (0xff) Extended EID 254 (0xfe) */
|
|
|
+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;
|
|
|
+} 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_MAX_LEN (7)
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C" {
|
|
|
+#endif /* C++ */
|
|
|
+__must_check uint32_t dot11f_unpack_ie_eht_op(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ uint8_t *,
|
|
|
+ uint8_t,
|
|
|
+ tDot11fIEeht_op*,
|
|
|
+ bool);
|
|
|
+
|
|
|
+uint32_t dot11f_pack_ie_eht_op(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fIEeht_op *,
|
|
|
+ uint8_t *,
|
|
|
+ uint32_t,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+uint32_t dot11f_get_packed_ie_eht_op(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fIEeht_op *,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+}; /* End extern "C". */
|
|
|
+#endif /* C++ */
|
|
|
+
|
|
|
/* EID 255 (0xff) Extended EID 11 (0x0b) */
|
|
|
typedef struct sDot11fIEesp_information {
|
|
|
uint8_t present;
|
|
@@ -10101,6 +10190,7 @@ typedef struct sDot11fAssocRequest{
|
|
|
tDot11fIEhe_6ghz_band_cap he_6ghz_band_cap;
|
|
|
tDot11fIEosen_ie osen_ie;
|
|
|
tDot11fIEroaming_consortium_sel roaming_consortium_sel;
|
|
|
+ tDot11fIEeht_cap eht_cap;
|
|
|
} tDot11fAssocRequest;
|
|
|
|
|
|
#define DOT11F_ASSOCREQUEST (3)
|
|
@@ -10170,6 +10260,8 @@ typedef struct sDot11fAssocResponse{
|
|
|
tDot11fIEbss_color_change bss_color_change;
|
|
|
tDot11fIEmu_edca_param_set mu_edca_param_set;
|
|
|
tDot11fIEMBO_IE MBO_IE;
|
|
|
+ tDot11fIEeht_cap eht_cap;
|
|
|
+ tDot11fIEeht_op eht_op;
|
|
|
} tDot11fAssocResponse;
|
|
|
|
|
|
#define DOT11F_ASSOCRESPONSE (4)
|
|
@@ -10295,6 +10387,8 @@ typedef struct sDot11fBeacon{
|
|
|
tDot11fIEbss_color_change bss_color_change;
|
|
|
tDot11fIEmu_edca_param_set mu_edca_param_set;
|
|
|
tDot11fIEesp_information esp_information;
|
|
|
+ tDot11fIEeht_cap eht_cap;
|
|
|
+ tDot11fIEeht_op eht_op;
|
|
|
} tDot11fBeacon;
|
|
|
|
|
|
#define DOT11F_BEACON (6)
|
|
@@ -10398,6 +10492,8 @@ typedef struct sDot11fBeacon2{
|
|
|
tDot11fIEbss_color_change bss_color_change;
|
|
|
tDot11fIEmu_edca_param_set mu_edca_param_set;
|
|
|
tDot11fIEesp_information esp_information;
|
|
|
+ tDot11fIEeht_cap eht_cap;
|
|
|
+ tDot11fIEeht_op eht_op;
|
|
|
} tDot11fBeacon2;
|
|
|
|
|
|
#define DOT11F_BEACON2 (8)
|
|
@@ -10483,6 +10579,8 @@ typedef struct sDot11fBeaconIEs{
|
|
|
tDot11fIEbss_color_change bss_color_change;
|
|
|
tDot11fIEmu_edca_param_set mu_edca_param_set;
|
|
|
tDot11fIEesp_information esp_information;
|
|
|
+ tDot11fIEeht_cap eht_cap;
|
|
|
+ tDot11fIEeht_op eht_op;
|
|
|
} tDot11fBeaconIEs;
|
|
|
|
|
|
#define DOT11F_BEACONIES (9)
|
|
@@ -10823,6 +10921,7 @@ typedef struct sDot11fProbeRequest{
|
|
|
tDot11fIEqcn_ie qcn_ie;
|
|
|
tDot11fIEhe_cap he_cap;
|
|
|
tDot11fIEhe_6ghz_band_cap he_6ghz_band_cap;
|
|
|
+ tDot11fIEeht_cap eht_cap;
|
|
|
} tDot11fProbeRequest;
|
|
|
|
|
|
#define DOT11F_PROBEREQUEST (21)
|
|
@@ -10907,6 +11006,8 @@ typedef struct sDot11fProbeResponse{
|
|
|
tDot11fIEbss_color_change bss_color_change;
|
|
|
tDot11fIEmu_edca_param_set mu_edca_param_set;
|
|
|
tDot11fIEesp_information esp_information;
|
|
|
+ tDot11fIEeht_cap eht_cap;
|
|
|
+ tDot11fIEeht_op eht_op;
|
|
|
} tDot11fProbeResponse;
|
|
|
|
|
|
#define DOT11F_PROBERESPONSE (22)
|
|
@@ -11053,6 +11154,7 @@ typedef struct sDot11fReAssocRequest{
|
|
|
tDot11fIEhs20vendor_ie hs20vendor_ie;
|
|
|
tDot11fIEhe_cap he_cap;
|
|
|
tDot11fIEhe_6ghz_band_cap he_6ghz_band_cap;
|
|
|
+ tDot11fIEeht_cap eht_cap;
|
|
|
} tDot11fReAssocRequest;
|
|
|
|
|
|
#define DOT11F_REASSOCREQUEST (26)
|