|
@@ -26,7 +26,7 @@
|
|
|
*
|
|
|
*
|
|
|
* This file was automatically generated by 'framesc'
|
|
|
- * Wed Aug 7 14:47:51 2019 from the following file(s):
|
|
|
+ * Fri Sep 13 10:34:49 2019 from the following file(s):
|
|
|
*
|
|
|
* dot11f.frms
|
|
|
*
|
|
@@ -8863,6 +8863,52 @@ uint32_t dot11f_get_packed_ie_fragment_ie(
|
|
|
}; /* End extern "C". */
|
|
|
#endif /* C++ */
|
|
|
|
|
|
+/* EID 255 (0xff) Extended EID 59 (0x3b) */
|
|
|
+typedef struct sDot11fIEhe_6ghz_band_cap {
|
|
|
+ uint8_t present;
|
|
|
+ uint16_t min_mpdu_start_spacing:3;
|
|
|
+ uint16_t max_ampdu_len_exp:3;
|
|
|
+ uint16_t max_mpdu_len:3;
|
|
|
+ uint16_t sm_pow_save:2;
|
|
|
+ uint16_t rd_responder:1;
|
|
|
+ uint16_t rx_ant_pattern_consistency:1;
|
|
|
+ uint16_t tx_ant_pattern_consistency:1;
|
|
|
+ uint16_t reserved:2;
|
|
|
+} tDot11fIEhe_6ghz_band_cap;
|
|
|
+
|
|
|
+#define DOT11F_EID_HE_6GHZ_BAND_CAP (255)
|
|
|
+
|
|
|
+/* N.B. These #defines do *not* include the EID & length */
|
|
|
+#define DOT11F_IE_HE_6GHZ_BAND_CAP_MIN_LEN (2)
|
|
|
+
|
|
|
+#define DOT11F_IE_HE_6GHZ_BAND_CAP_MAX_LEN (2)
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C" {
|
|
|
+#endif /* C++ */
|
|
|
+__must_check uint32_t dot11f_unpack_ie_he_6ghz_band_cap(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ uint8_t *,
|
|
|
+ uint8_t,
|
|
|
+ tDot11fIEhe_6ghz_band_cap*,
|
|
|
+ bool);
|
|
|
+
|
|
|
+uint32_t dot11f_pack_ie_he_6ghz_band_cap(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fIEhe_6ghz_band_cap *,
|
|
|
+ uint8_t *,
|
|
|
+ uint32_t,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+uint32_t dot11f_get_packed_ie_he_6ghz_band_cap(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fIEhe_6ghz_band_cap *,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+}; /* End extern "C". */
|
|
|
+#endif /* C++ */
|
|
|
+
|
|
|
/* EID 255 (0xff) Extended EID 35 (0x23) */
|
|
|
typedef struct sDot11fIEhe_cap {
|
|
|
uint8_t present;
|
|
@@ -9016,7 +9062,8 @@ typedef struct sDot11fIEhe_op {
|
|
|
uint16_t vht_oper_present:1;
|
|
|
uint16_t co_located_bss:1;
|
|
|
uint8_t er_su_disable:1;
|
|
|
- uint8_t reserved2:7;
|
|
|
+ uint8_t oper_info_6g_present:1;
|
|
|
+ uint8_t reserved2:6;
|
|
|
uint8_t bss_color:6;
|
|
|
uint8_t partial_bss_col:1;
|
|
|
uint8_t bss_col_disabled:1;
|
|
@@ -9033,6 +9080,17 @@ typedef struct sDot11fIEhe_op {
|
|
|
uint8_t data;
|
|
|
} info; /* co_located_bss = 1 */
|
|
|
} maxbssid_ind;
|
|
|
+ union {
|
|
|
+ struct {
|
|
|
+ uint8_t primary_ch;
|
|
|
+ uint8_t ch_width:2;
|
|
|
+ uint8_t dup_bcon:1;
|
|
|
+ uint8_t reserved:5;
|
|
|
+ uint8_t center_freq_seg0;
|
|
|
+ uint8_t center_freq_seg1;
|
|
|
+ uint8_t min_rate;
|
|
|
+ } info; /* oper_info_6g_present = 1 */
|
|
|
+ } oper_info_6g;
|
|
|
} tDot11fIEhe_op;
|
|
|
|
|
|
#define DOT11F_EID_HE_OP (255)
|
|
@@ -9040,7 +9098,7 @@ typedef struct sDot11fIEhe_op {
|
|
|
/* N.B. These #defines do *not* include the EID & length */
|
|
|
#define DOT11F_IE_HE_OP_MIN_LEN (6)
|
|
|
|
|
|
-#define DOT11F_IE_HE_OP_MAX_LEN (10)
|
|
|
+#define DOT11F_IE_HE_OP_MAX_LEN (15)
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
extern "C" {
|
|
@@ -9587,6 +9645,7 @@ typedef struct sDot11fAssocRequest{
|
|
|
tDot11fIEhs20vendor_ie hs20vendor_ie;
|
|
|
tDot11fIEqcn_ie qcn_ie;
|
|
|
tDot11fIEhe_cap he_cap;
|
|
|
+ tDot11fIEhe_6ghz_band_cap he_6ghz_band_cap;
|
|
|
tDot11fIEosen_ie osen_ie;
|
|
|
tDot11fIEroaming_consortium_sel roaming_consortium_sel;
|
|
|
} tDot11fAssocRequest;
|
|
@@ -9653,6 +9712,7 @@ typedef struct sDot11fAssocResponse{
|
|
|
tDot11fIEqcn_ie qcn_ie;
|
|
|
tDot11fIEhe_cap he_cap;
|
|
|
tDot11fIEhe_op he_op;
|
|
|
+ tDot11fIEhe_6ghz_band_cap he_6ghz_band_cap;
|
|
|
tDot11fIEbss_color_change bss_color_change;
|
|
|
tDot11fIEmu_edca_param_set mu_edca_param_set;
|
|
|
tDot11fIEMBO_IE MBO_IE;
|
|
@@ -9776,6 +9836,7 @@ typedef struct sDot11fBeacon{
|
|
|
tDot11fIEqcn_ie qcn_ie;
|
|
|
tDot11fIEhe_cap he_cap;
|
|
|
tDot11fIEhe_op he_op;
|
|
|
+ tDot11fIEhe_6ghz_band_cap he_6ghz_band_cap;
|
|
|
tDot11fIEbss_color_change bss_color_change;
|
|
|
tDot11fIEmu_edca_param_set mu_edca_param_set;
|
|
|
tDot11fIEesp_information esp_information;
|
|
@@ -9878,6 +9939,7 @@ typedef struct sDot11fBeacon2{
|
|
|
tDot11fIEqcn_ie qcn_ie;
|
|
|
tDot11fIEhe_cap he_cap;
|
|
|
tDot11fIEhe_op he_op;
|
|
|
+ tDot11fIEhe_6ghz_band_cap he_6ghz_band_cap;
|
|
|
tDot11fIEbss_color_change bss_color_change;
|
|
|
tDot11fIEmu_edca_param_set mu_edca_param_set;
|
|
|
tDot11fIEesp_information esp_information;
|
|
@@ -9961,6 +10023,7 @@ typedef struct sDot11fBeaconIEs{
|
|
|
tDot11fIEqcn_ie qcn_ie;
|
|
|
tDot11fIEhe_cap he_cap;
|
|
|
tDot11fIEhe_op he_op;
|
|
|
+ tDot11fIEhe_6ghz_band_cap he_6ghz_band_cap;
|
|
|
tDot11fIEbss_color_change bss_color_change;
|
|
|
tDot11fIEmu_edca_param_set mu_edca_param_set;
|
|
|
tDot11fIEesp_information esp_information;
|
|
@@ -10290,19 +10353,20 @@ uint32_t dot11f_get_packed_operating_mode_size(tpAniSirGlobal pCtx,
|
|
|
#endif /* C++ */
|
|
|
|
|
|
typedef struct sDot11fProbeRequest{
|
|
|
- tDot11fIESSID SSID;
|
|
|
- tDot11fIESuppRates SuppRates;
|
|
|
- tDot11fIERequestedInfo RequestedInfo;
|
|
|
- tDot11fIEExtSuppRates ExtSuppRates;
|
|
|
- tDot11fIEDSParams DSParams;
|
|
|
- tDot11fIEHTCaps HTCaps;
|
|
|
- tDot11fIEWscProbeReq WscProbeReq;
|
|
|
- tDot11fIEWFATPC WFATPC;
|
|
|
- tDot11fIEP2PProbeReq P2PProbeReq;
|
|
|
- tDot11fIEVHTCaps VHTCaps;
|
|
|
- tDot11fIEExtCap ExtCap;
|
|
|
- tDot11fIEqcn_ie qcn_ie;
|
|
|
- tDot11fIEhe_cap he_cap;
|
|
|
+ tDot11fIESSID SSID;
|
|
|
+ tDot11fIESuppRates SuppRates;
|
|
|
+ tDot11fIERequestedInfo RequestedInfo;
|
|
|
+ tDot11fIEExtSuppRates ExtSuppRates;
|
|
|
+ tDot11fIEDSParams DSParams;
|
|
|
+ tDot11fIEHTCaps HTCaps;
|
|
|
+ tDot11fIEWscProbeReq WscProbeReq;
|
|
|
+ tDot11fIEWFATPC WFATPC;
|
|
|
+ tDot11fIEP2PProbeReq P2PProbeReq;
|
|
|
+ tDot11fIEVHTCaps VHTCaps;
|
|
|
+ tDot11fIEExtCap ExtCap;
|
|
|
+ tDot11fIEqcn_ie qcn_ie;
|
|
|
+ tDot11fIEhe_cap he_cap;
|
|
|
+ tDot11fIEhe_6ghz_band_cap he_6ghz_band_cap;
|
|
|
} tDot11fProbeRequest;
|
|
|
|
|
|
#define DOT11F_PROBEREQUEST (21)
|
|
@@ -10382,6 +10446,7 @@ typedef struct sDot11fProbeResponse{
|
|
|
tDot11fIEqcn_ie qcn_ie;
|
|
|
tDot11fIEhe_cap he_cap;
|
|
|
tDot11fIEhe_op he_op;
|
|
|
+ tDot11fIEhe_6ghz_band_cap he_6ghz_band_cap;
|
|
|
tDot11fIEbss_color_change bss_color_change;
|
|
|
tDot11fIEmu_edca_param_set mu_edca_param_set;
|
|
|
tDot11fIEesp_information esp_information;
|
|
@@ -10528,6 +10593,7 @@ typedef struct sDot11fReAssocRequest{
|
|
|
tDot11fIEvendor_vht_ie vendor_vht_ie;
|
|
|
tDot11fIEhs20vendor_ie hs20vendor_ie;
|
|
|
tDot11fIEhe_cap he_cap;
|
|
|
+ tDot11fIEhe_6ghz_band_cap he_6ghz_band_cap;
|
|
|
} tDot11fReAssocRequest;
|
|
|
|
|
|
#define DOT11F_REASSOCREQUEST (26)
|
|
@@ -10586,6 +10652,7 @@ typedef struct sDot11fReAssocResponse{
|
|
|
tDot11fIEvendor_vht_ie vendor_vht_ie;
|
|
|
tDot11fIEhe_cap he_cap;
|
|
|
tDot11fIEhe_op he_op;
|
|
|
+ tDot11fIEhe_6ghz_band_cap he_6ghz_band_cap;
|
|
|
tDot11fIEbss_color_change bss_color_change;
|
|
|
tDot11fIEmu_edca_param_set mu_edca_param_set;
|
|
|
tDot11fIEMBO_IE MBO_IE;
|