|
@@ -26,7 +26,7 @@
|
|
|
*
|
|
|
*
|
|
|
* This file was automatically generated by 'framesc'
|
|
|
- * Fri Aug 14 16:33:26 2020 from the following file(s):
|
|
|
+ * Tue Sep 29 11:31:39 2020 from the following file(s):
|
|
|
*
|
|
|
* dot11f.frms
|
|
|
*
|
|
@@ -2212,6 +2212,199 @@ uint32_t dot11f_get_packed_tlv_cellular_data_con_pref(
|
|
|
}; /* End extern "C". */
|
|
|
#endif /* C++ */
|
|
|
|
|
|
+/* ID 4 (0x0004) */
|
|
|
+typedef struct sDot11fTLVhe_2xltf_160mhz_supp {
|
|
|
+ uint8_t present;
|
|
|
+ uint8_t he_2xltf_160MHz_supp;
|
|
|
+} tDot11fTLVhe_2xltf_160mhz_supp;
|
|
|
+
|
|
|
+#define DOT11F_TLV_HE_2XLTF_160MHZ_SUPP (4)
|
|
|
+
|
|
|
+/* N.B. These #defines do *not* include the ID & length */
|
|
|
+#define DOT11F_TLV_HE_2XLTF_160MHZ_SUPP_MIN_LEN (1)
|
|
|
+
|
|
|
+#define DOT11F_TLV_HE_2XLTF_160MHZ_SUPP_MAX_LEN (1)
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C" {
|
|
|
+#endif /* C++ */
|
|
|
+uint32_t dot11f_unpack_tlv_he_2xltf_160mhz_supp(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ uint8_t *,
|
|
|
+ uint16_t,
|
|
|
+ tDot11fTLVhe_2xltf_160mhz_supp*);
|
|
|
+
|
|
|
+uint32_t dot11f_pack_tlv_he_2xltf_160mhz_supp(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVhe_2xltf_160mhz_supp *,
|
|
|
+ uint8_t *,
|
|
|
+ uint32_t,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+uint32_t dot11f_get_packed_tlv_he_2xltf_160mhz_supp(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVhe_2xltf_160mhz_supp *,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+}; /* End extern "C". */
|
|
|
+#endif /* C++ */
|
|
|
+
|
|
|
+/* ID 3 (0x0003) */
|
|
|
+typedef struct sDot11fTLVhe_400ns_sgi_attr {
|
|
|
+ uint8_t present;
|
|
|
+ uint8_t he_ltf1x_400ns_sgi;
|
|
|
+ uint8_t he_ltf2x_400ns_sgi;
|
|
|
+ uint8_t he_ltf4x_400ns_sgi;
|
|
|
+} tDot11fTLVhe_400ns_sgi_attr;
|
|
|
+
|
|
|
+#define DOT11F_TLV_HE_400NS_SGI_ATTR (3)
|
|
|
+
|
|
|
+/* N.B. These #defines do *not* include the ID & length */
|
|
|
+#define DOT11F_TLV_HE_400NS_SGI_ATTR_MIN_LEN (3)
|
|
|
+
|
|
|
+#define DOT11F_TLV_HE_400NS_SGI_ATTR_MAX_LEN (3)
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C" {
|
|
|
+#endif /* C++ */
|
|
|
+uint32_t dot11f_unpack_tlv_he_400ns_sgi_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ uint8_t *,
|
|
|
+ uint16_t,
|
|
|
+ tDot11fTLVhe_400ns_sgi_attr*);
|
|
|
+
|
|
|
+uint32_t dot11f_pack_tlv_he_400ns_sgi_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVhe_400ns_sgi_attr *,
|
|
|
+ uint8_t *,
|
|
|
+ uint32_t,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+uint32_t dot11f_get_packed_tlv_he_400ns_sgi_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVhe_400ns_sgi_attr *,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+}; /* End extern "C". */
|
|
|
+#endif /* C++ */
|
|
|
+
|
|
|
+/* ID 8 (0x0008) */
|
|
|
+typedef struct sDot11fTLVhe_dl_mumimo_attr {
|
|
|
+ uint8_t present;
|
|
|
+ uint8_t he_dl_mumimo_supp;
|
|
|
+} tDot11fTLVhe_dl_mumimo_attr;
|
|
|
+
|
|
|
+#define DOT11F_TLV_HE_DL_MUMIMO_ATTR (8)
|
|
|
+
|
|
|
+/* N.B. These #defines do *not* include the ID & length */
|
|
|
+#define DOT11F_TLV_HE_DL_MUMIMO_ATTR_MIN_LEN (1)
|
|
|
+
|
|
|
+#define DOT11F_TLV_HE_DL_MUMIMO_ATTR_MAX_LEN (1)
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C" {
|
|
|
+#endif /* C++ */
|
|
|
+uint32_t dot11f_unpack_tlv_he_dl_mumimo_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ uint8_t *,
|
|
|
+ uint16_t,
|
|
|
+ tDot11fTLVhe_dl_mumimo_attr*);
|
|
|
+
|
|
|
+uint32_t dot11f_pack_tlv_he_dl_mumimo_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVhe_dl_mumimo_attr *,
|
|
|
+ uint8_t *,
|
|
|
+ uint32_t,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+uint32_t dot11f_get_packed_tlv_he_dl_mumimo_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVhe_dl_mumimo_attr *,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+}; /* End extern "C". */
|
|
|
+#endif /* C++ */
|
|
|
+
|
|
|
+/* ID 5 (0x0005) */
|
|
|
+typedef struct sDot11fTLVhe_dl_ofdma_attr {
|
|
|
+ uint8_t present;
|
|
|
+ uint8_t he_dl_ofdma_supp;
|
|
|
+} tDot11fTLVhe_dl_ofdma_attr;
|
|
|
+
|
|
|
+#define DOT11F_TLV_HE_DL_OFDMA_ATTR (5)
|
|
|
+
|
|
|
+/* N.B. These #defines do *not* include the ID & length */
|
|
|
+#define DOT11F_TLV_HE_DL_OFDMA_ATTR_MIN_LEN (1)
|
|
|
+
|
|
|
+#define DOT11F_TLV_HE_DL_OFDMA_ATTR_MAX_LEN (1)
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C" {
|
|
|
+#endif /* C++ */
|
|
|
+uint32_t dot11f_unpack_tlv_he_dl_ofdma_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ uint8_t *,
|
|
|
+ uint16_t,
|
|
|
+ tDot11fTLVhe_dl_ofdma_attr*);
|
|
|
+
|
|
|
+uint32_t dot11f_pack_tlv_he_dl_ofdma_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVhe_dl_ofdma_attr *,
|
|
|
+ uint8_t *,
|
|
|
+ uint32_t,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+uint32_t dot11f_get_packed_tlv_he_dl_ofdma_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVhe_dl_ofdma_attr *,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+}; /* End extern "C". */
|
|
|
+#endif /* C++ */
|
|
|
+
|
|
|
+/* ID 9 (0x0009) */
|
|
|
+typedef struct sDot11fTLVhe_mcs13_attr {
|
|
|
+ uint8_t present;
|
|
|
+ uint8_t he_mcs_12_13_supp_80;
|
|
|
+ uint8_t he_mcs_12_13_supp_160;
|
|
|
+} tDot11fTLVhe_mcs13_attr;
|
|
|
+
|
|
|
+#define DOT11F_TLV_HE_MCS13_ATTR (9)
|
|
|
+
|
|
|
+/* N.B. These #defines do *not* include the ID & length */
|
|
|
+#define DOT11F_TLV_HE_MCS13_ATTR_MIN_LEN (2)
|
|
|
+
|
|
|
+#define DOT11F_TLV_HE_MCS13_ATTR_MAX_LEN (2)
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C" {
|
|
|
+#endif /* C++ */
|
|
|
+uint32_t dot11f_unpack_tlv_he_mcs13_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ uint8_t *,
|
|
|
+ uint16_t,
|
|
|
+ tDot11fTLVhe_mcs13_attr*);
|
|
|
+
|
|
|
+uint32_t dot11f_pack_tlv_he_mcs13_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVhe_mcs13_attr *,
|
|
|
+ uint8_t *,
|
|
|
+ uint32_t,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+uint32_t dot11f_get_packed_tlv_he_mcs13_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVhe_mcs13_attr *,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+}; /* End extern "C". */
|
|
|
+#endif /* C++ */
|
|
|
+
|
|
|
/* ID 1 (0x0001) */
|
|
|
typedef struct sDot11fTLVmbo_ap_cap {
|
|
|
uint8_t present;
|
|
@@ -2331,6 +2524,45 @@ uint32_t dot11f_get_packed_tlv_oce_cap(
|
|
|
}; /* End extern "C". */
|
|
|
#endif /* C++ */
|
|
|
|
|
|
+/* ID 1 (0x0001) */
|
|
|
+typedef struct sDot11fTLVqcn_version {
|
|
|
+ uint8_t present;
|
|
|
+ uint8_t version;
|
|
|
+ uint8_t sub_version;
|
|
|
+} tDot11fTLVqcn_version;
|
|
|
+
|
|
|
+#define DOT11F_TLV_QCN_VERSION (1)
|
|
|
+
|
|
|
+/* N.B. These #defines do *not* include the ID & length */
|
|
|
+#define DOT11F_TLV_QCN_VERSION_MIN_LEN (2)
|
|
|
+
|
|
|
+#define DOT11F_TLV_QCN_VERSION_MAX_LEN (2)
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C" {
|
|
|
+#endif /* C++ */
|
|
|
+uint32_t dot11f_unpack_tlv_qcn_version(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ uint8_t *,
|
|
|
+ uint16_t,
|
|
|
+ tDot11fTLVqcn_version*);
|
|
|
+
|
|
|
+uint32_t dot11f_pack_tlv_qcn_version(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVqcn_version *,
|
|
|
+ uint8_t *,
|
|
|
+ uint32_t,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+uint32_t dot11f_get_packed_tlv_qcn_version(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVqcn_version *,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+}; /* End extern "C". */
|
|
|
+#endif /* C++ */
|
|
|
+
|
|
|
/* ID 103 (0x0067) */
|
|
|
typedef struct sDot11fTLVreduced_wan_metrics {
|
|
|
uint8_t present;
|
|
@@ -2409,6 +2641,82 @@ uint32_t dot11f_get_packed_tlv_rssi_assoc_rej(
|
|
|
}; /* End extern "C". */
|
|
|
#endif /* C++ */
|
|
|
|
|
|
+/* ID 6 (0x0006) */
|
|
|
+typedef struct sDot11fTLVtrans_reasonp_attr {
|
|
|
+ uint8_t present;
|
|
|
+ uint8_t transition_reasonp;
|
|
|
+} tDot11fTLVtrans_reasonp_attr;
|
|
|
+
|
|
|
+#define DOT11F_TLV_TRANS_REASONP_ATTR (6)
|
|
|
+
|
|
|
+/* N.B. These #defines do *not* include the ID & length */
|
|
|
+#define DOT11F_TLV_TRANS_REASONP_ATTR_MIN_LEN (1)
|
|
|
+
|
|
|
+#define DOT11F_TLV_TRANS_REASONP_ATTR_MAX_LEN (1)
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C" {
|
|
|
+#endif /* C++ */
|
|
|
+uint32_t dot11f_unpack_tlv_trans_reasonp_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ uint8_t *,
|
|
|
+ uint16_t,
|
|
|
+ tDot11fTLVtrans_reasonp_attr*);
|
|
|
+
|
|
|
+uint32_t dot11f_pack_tlv_trans_reasonp_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVtrans_reasonp_attr *,
|
|
|
+ uint8_t *,
|
|
|
+ uint32_t,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+uint32_t dot11f_get_packed_tlv_trans_reasonp_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVtrans_reasonp_attr *,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+}; /* End extern "C". */
|
|
|
+#endif /* C++ */
|
|
|
+
|
|
|
+/* ID 7 (0x0007) */
|
|
|
+typedef struct sDot11fTLVtrans_rejectp_attr {
|
|
|
+ uint8_t present;
|
|
|
+ uint8_t transition_rejp;
|
|
|
+} tDot11fTLVtrans_rejectp_attr;
|
|
|
+
|
|
|
+#define DOT11F_TLV_TRANS_REJECTP_ATTR (7)
|
|
|
+
|
|
|
+/* N.B. These #defines do *not* include the ID & length */
|
|
|
+#define DOT11F_TLV_TRANS_REJECTP_ATTR_MIN_LEN (1)
|
|
|
+
|
|
|
+#define DOT11F_TLV_TRANS_REJECTP_ATTR_MAX_LEN (1)
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C" {
|
|
|
+#endif /* C++ */
|
|
|
+uint32_t dot11f_unpack_tlv_trans_rejectp_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ uint8_t *,
|
|
|
+ uint16_t,
|
|
|
+ tDot11fTLVtrans_rejectp_attr*);
|
|
|
+
|
|
|
+uint32_t dot11f_pack_tlv_trans_rejectp_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVtrans_rejectp_attr *,
|
|
|
+ uint8_t *,
|
|
|
+ uint32_t,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+uint32_t dot11f_get_packed_tlv_trans_rejectp_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVtrans_rejectp_attr *,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+}; /* End extern "C". */
|
|
|
+#endif /* C++ */
|
|
|
+
|
|
|
/* ID 6 (0x0006) */
|
|
|
typedef struct sDot11fTLVtransition_reason {
|
|
|
uint8_t present;
|
|
@@ -2485,6 +2793,44 @@ uint32_t dot11f_get_packed_tlv_transition_reject_reason(
|
|
|
}; /* End extern "C". */
|
|
|
#endif /* C++ */
|
|
|
|
|
|
+/* ID 2 (0x0002) */
|
|
|
+typedef struct sDot11fTLVvht_mcs11_attr {
|
|
|
+ uint8_t present;
|
|
|
+ uint8_t vht_mcs_10_11_supp;
|
|
|
+} tDot11fTLVvht_mcs11_attr;
|
|
|
+
|
|
|
+#define DOT11F_TLV_VHT_MCS11_ATTR (2)
|
|
|
+
|
|
|
+/* N.B. These #defines do *not* include the ID & length */
|
|
|
+#define DOT11F_TLV_VHT_MCS11_ATTR_MIN_LEN (1)
|
|
|
+
|
|
|
+#define DOT11F_TLV_VHT_MCS11_ATTR_MAX_LEN (1)
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C" {
|
|
|
+#endif /* C++ */
|
|
|
+uint32_t dot11f_unpack_tlv_vht_mcs11_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ uint8_t *,
|
|
|
+ uint16_t,
|
|
|
+ tDot11fTLVvht_mcs11_attr*);
|
|
|
+
|
|
|
+uint32_t dot11f_pack_tlv_vht_mcs11_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVvht_mcs11_attr *,
|
|
|
+ uint8_t *,
|
|
|
+ uint32_t,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+uint32_t dot11f_get_packed_tlv_vht_mcs11_attr(
|
|
|
+ tpAniSirGlobal,
|
|
|
+ tDot11fTLVvht_mcs11_attr *,
|
|
|
+ uint32_t*);
|
|
|
+
|
|
|
+#ifdef __cplusplus
|
|
|
+}; /* End extern "C". */
|
|
|
+#endif /* C++ */
|
|
|
+
|
|
|
/* ID 16 (0x0010) */
|
|
|
typedef struct sDot11fTLVP2PInterface {
|
|
|
uint8_t present;
|
|
@@ -2730,124 +3076,6 @@ uint32_t dot11f_get_packed_ie_R1KH_ID(
|
|
|
}; /* End extern "C". */
|
|
|
#endif /* C++ */
|
|
|
|
|
|
-/* EID 9 (0x09) */
|
|
|
-typedef struct sDot11fIEhe_mcs13_attr {
|
|
|
- uint8_t present;
|
|
|
- uint16_t he_mcs_12_13_supp;
|
|
|
-} tDot11fIEhe_mcs13_attr;
|
|
|
-
|
|
|
-#define DOT11F_EID_HE_MCS13_ATTR (9)
|
|
|
-
|
|
|
-/* N.B. These #defines do *not* include the EID & length */
|
|
|
-#define DOT11F_IE_HE_MCS13_ATTR_MIN_LEN (2)
|
|
|
-
|
|
|
-#define DOT11F_IE_HE_MCS13_ATTR_MAX_LEN (2)
|
|
|
-
|
|
|
-#ifdef __cplusplus
|
|
|
-extern "C" {
|
|
|
-#endif /* C++ */
|
|
|
-__must_check uint32_t dot11f_unpack_ie_he_mcs13_attr(
|
|
|
- tpAniSirGlobal,
|
|
|
- uint8_t *,
|
|
|
- uint8_t,
|
|
|
- tDot11fIEhe_mcs13_attr*,
|
|
|
- bool);
|
|
|
-
|
|
|
-uint32_t dot11f_pack_ie_he_mcs13_attr(
|
|
|
- tpAniSirGlobal,
|
|
|
- tDot11fIEhe_mcs13_attr *,
|
|
|
- uint8_t *,
|
|
|
- uint32_t,
|
|
|
- uint32_t*);
|
|
|
-
|
|
|
-uint32_t dot11f_get_packed_ie_he_mcs13_attr(
|
|
|
- tpAniSirGlobal,
|
|
|
- tDot11fIEhe_mcs13_attr *,
|
|
|
- uint32_t*);
|
|
|
-
|
|
|
-#ifdef __cplusplus
|
|
|
-}; /* End extern "C". */
|
|
|
-#endif /* C++ */
|
|
|
-
|
|
|
-/* EID 1 (0x01) */
|
|
|
-typedef struct sDot11fIEversion_attr {
|
|
|
- uint8_t present;
|
|
|
- uint8_t version;
|
|
|
- uint8_t sub_version;
|
|
|
-} tDot11fIEversion_attr;
|
|
|
-
|
|
|
-#define DOT11F_EID_VERSION_ATTR (1)
|
|
|
-
|
|
|
-/* N.B. These #defines do *not* include the EID & length */
|
|
|
-#define DOT11F_IE_VERSION_ATTR_MIN_LEN (2)
|
|
|
-
|
|
|
-#define DOT11F_IE_VERSION_ATTR_MAX_LEN (2)
|
|
|
-
|
|
|
-#ifdef __cplusplus
|
|
|
-extern "C" {
|
|
|
-#endif /* C++ */
|
|
|
-__must_check uint32_t dot11f_unpack_ie_version_attr(
|
|
|
- tpAniSirGlobal,
|
|
|
- uint8_t *,
|
|
|
- uint8_t,
|
|
|
- tDot11fIEversion_attr*,
|
|
|
- bool);
|
|
|
-
|
|
|
-uint32_t dot11f_pack_ie_version_attr(
|
|
|
- tpAniSirGlobal,
|
|
|
- tDot11fIEversion_attr *,
|
|
|
- uint8_t *,
|
|
|
- uint32_t,
|
|
|
- uint32_t*);
|
|
|
-
|
|
|
-uint32_t dot11f_get_packed_ie_version_attr(
|
|
|
- tpAniSirGlobal,
|
|
|
- tDot11fIEversion_attr *,
|
|
|
- uint32_t*);
|
|
|
-
|
|
|
-#ifdef __cplusplus
|
|
|
-}; /* End extern "C". */
|
|
|
-#endif /* C++ */
|
|
|
-
|
|
|
-/* EID 2 (0x02) */
|
|
|
-typedef struct sDot11fIEvht_mcs11_attr {
|
|
|
- uint8_t present;
|
|
|
- uint8_t vht_mcs_10_11_supp;
|
|
|
-} tDot11fIEvht_mcs11_attr;
|
|
|
-
|
|
|
-#define DOT11F_EID_VHT_MCS11_ATTR (2)
|
|
|
-
|
|
|
-/* N.B. These #defines do *not* include the EID & length */
|
|
|
-#define DOT11F_IE_VHT_MCS11_ATTR_MIN_LEN (1)
|
|
|
-
|
|
|
-#define DOT11F_IE_VHT_MCS11_ATTR_MAX_LEN (1)
|
|
|
-
|
|
|
-#ifdef __cplusplus
|
|
|
-extern "C" {
|
|
|
-#endif /* C++ */
|
|
|
-__must_check uint32_t dot11f_unpack_ie_vht_mcs11_attr(
|
|
|
- tpAniSirGlobal,
|
|
|
- uint8_t *,
|
|
|
- uint8_t,
|
|
|
- tDot11fIEvht_mcs11_attr*,
|
|
|
- bool);
|
|
|
-
|
|
|
-uint32_t dot11f_pack_ie_vht_mcs11_attr(
|
|
|
- tpAniSirGlobal,
|
|
|
- tDot11fIEvht_mcs11_attr *,
|
|
|
- uint8_t *,
|
|
|
- uint32_t,
|
|
|
- uint32_t*);
|
|
|
-
|
|
|
-uint32_t dot11f_get_packed_ie_vht_mcs11_attr(
|
|
|
- tpAniSirGlobal,
|
|
|
- tDot11fIEvht_mcs11_attr *,
|
|
|
- uint32_t*);
|
|
|
-
|
|
|
-#ifdef __cplusplus
|
|
|
-}; /* End extern "C". */
|
|
|
-#endif /* C++ */
|
|
|
-
|
|
|
/* EID 51 (0x33) */
|
|
|
typedef struct sDot11fIEAPChannelReport {
|
|
|
uint8_t present;
|
|
@@ -9371,12 +9599,18 @@ uint32_t dot11f_get_packed_ie_osen_ie(
|
|
|
}; /* End extern "C". */
|
|
|
#endif /* C++ */
|
|
|
|
|
|
-/* EID 221 (0xdd) {OUI 0x8c, 0xfd, 0xf0, 0x01} */
|
|
|
+/* EID 221 (0xdd) {OUI 0x8c, 0xfd, 0xf0, 0x01} (Multi-IE) */
|
|
|
typedef struct sDot11fIEqcn_ie {
|
|
|
- uint8_t present;
|
|
|
- tDot11fIEversion_attr version_attr;
|
|
|
- tDot11fIEvht_mcs11_attr vht_mcs11_attr;
|
|
|
- tDot11fIEhe_mcs13_attr he_mcs13_attr;
|
|
|
+ uint8_t present;
|
|
|
+ tDot11fTLVqcn_version qcn_version;
|
|
|
+ tDot11fTLVvht_mcs11_attr vht_mcs11_attr;
|
|
|
+ tDot11fTLVhe_400ns_sgi_attr he_400ns_sgi_attr;
|
|
|
+ tDot11fTLVhe_2xltf_160mhz_supp he_2xltf_160mhz_supp;
|
|
|
+ tDot11fTLVhe_dl_ofdma_attr he_dl_ofdma_attr;
|
|
|
+ tDot11fTLVtrans_reasonp_attr trans_reasonp_attr;
|
|
|
+ tDot11fTLVtrans_rejectp_attr trans_rejectp_attr;
|
|
|
+ tDot11fTLVhe_dl_mumimo_attr he_dl_mumimo_attr;
|
|
|
+ tDot11fTLVhe_mcs13_attr he_mcs13_attr;
|
|
|
} tDot11fIEqcn_ie;
|
|
|
|
|
|
#define DOT11F_EID_QCN_IE (221)
|
|
@@ -9384,7 +9618,7 @@ typedef struct sDot11fIEqcn_ie {
|
|
|
/* N.B. These #defines do *not* include the EID & length */
|
|
|
#define DOT11F_IE_QCN_IE_MIN_LEN (4)
|
|
|
|
|
|
-#define DOT11F_IE_QCN_IE_MAX_LEN (15)
|
|
|
+#define DOT11F_IE_QCN_IE_MAX_LEN (35)
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
extern "C" {
|