|
@@ -26,7 +26,7 @@
|
|
|
*
|
|
|
*
|
|
|
* This file was automatically generated by 'framesc'
|
|
|
- * Thu Jan 30 16:28:12 2020 from the following file(s):
|
|
|
+ * Wed Feb 12 21:00:55 2020 from the following file(s):
|
|
|
*
|
|
|
* dot11f.frms
|
|
|
*
|
|
@@ -4408,48 +4408,6 @@ uint32_t dot11f_get_packed_ie_AID(
|
|
|
}; /* End extern "C". */
|
|
|
#endif /* C++ */
|
|
|
|
|
|
-/* EID 221 (0xdd) {OUI 0x00, 0x00, 0x0f, 0x22} */
|
|
|
-typedef struct sDot11fIEBeaconReportStatus {
|
|
|
- uint8_t present;
|
|
|
- uint8_t sub_type;
|
|
|
- uint8_t version;
|
|
|
- uint8_t length;
|
|
|
- uint8_t reason_code;
|
|
|
-} tDot11fIEBeaconReportStatus;
|
|
|
-
|
|
|
-#define DOT11F_EID_BEACONREPORTSTATUS (221)
|
|
|
-
|
|
|
-/* N.B. These #defines do *not* include the EID & length */
|
|
|
-#define DOT11F_IE_BEACONREPORTSTATUS_MIN_LEN (8)
|
|
|
-
|
|
|
-#define DOT11F_IE_BEACONREPORTSTATUS_MAX_LEN (8)
|
|
|
-
|
|
|
-#ifdef __cplusplus
|
|
|
-extern "C" {
|
|
|
-#endif /* C++ */
|
|
|
-__must_check uint32_t dot11f_unpack_ie_BeaconReportStatus(
|
|
|
- tpAniSirGlobal,
|
|
|
- uint8_t *,
|
|
|
- uint8_t,
|
|
|
- tDot11fIEBeaconReportStatus*,
|
|
|
- bool);
|
|
|
-
|
|
|
-uint32_t dot11f_pack_ie_BeaconReportStatus(
|
|
|
- tpAniSirGlobal,
|
|
|
- tDot11fIEBeaconReportStatus *,
|
|
|
- uint8_t *,
|
|
|
- uint32_t,
|
|
|
- uint32_t*);
|
|
|
-
|
|
|
-uint32_t dot11f_get_packed_ie_BeaconReportStatus(
|
|
|
- tpAniSirGlobal,
|
|
|
- tDot11fIEBeaconReportStatus *,
|
|
|
- uint32_t*);
|
|
|
-
|
|
|
-#ifdef __cplusplus
|
|
|
-}; /* End extern "C". */
|
|
|
-#endif /* C++ */
|
|
|
-
|
|
|
/* EID 4 (0x04) */
|
|
|
typedef struct sDot11fIECFParams {
|
|
|
uint8_t present;
|
|
@@ -10544,12 +10502,11 @@ uint32_t dot11f_get_packed_qos_map_configure_size(tpAniSirGlobal pCtx,
|
|
|
#endif /* C++ */
|
|
|
|
|
|
typedef struct sDot11fRadioMeasurementReport{
|
|
|
- tDot11fFfCategory Category;
|
|
|
- tDot11fFfAction Action;
|
|
|
- tDot11fFfDialogToken DialogToken;
|
|
|
- uint16_t num_MeasurementReport;
|
|
|
- tDot11fIEMeasurementReport MeasurementReport[4];
|
|
|
- tDot11fIEBeaconReportStatus BeaconReportStatus;
|
|
|
+ tDot11fFfCategory Category;
|
|
|
+ tDot11fFfAction Action;
|
|
|
+ tDot11fFfDialogToken DialogToken;
|
|
|
+ uint16_t num_MeasurementReport;
|
|
|
+ tDot11fIEMeasurementReport MeasurementReport[4];
|
|
|
} tDot11fRadioMeasurementReport;
|
|
|
|
|
|
#define DOT11F_RADIOMEASUREMENTREPORT (24)
|