fw-api: CL 23675183 - update fw common interface files
Change-Id: Ifd599d030bb0744f91fc95f5218a2640dc187cd0 WMI: add ctrl_path_sta_rrm_stats in CTRL_PATH_STATS_EVENT msg CRs-Fixed: 2262693
This commit is contained in:
@@ -15696,6 +15696,18 @@ typedef struct {
|
||||
#define WMI_VDEV_STATS_IS_MULTI_GROUP_KEY_ENABLED_GET(flag) \
|
||||
WMI_GET_BITS(flag, 31, 1)
|
||||
|
||||
typedef struct {
|
||||
/* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_ctrl_path_sta_rrm_stats_struct */
|
||||
A_UINT32 tlv_header;
|
||||
A_UINT32 dot11GroupTransmittedFrameCount;
|
||||
A_UINT32 dot11GroupReceivedFrameCount;
|
||||
A_UINT32 dot11TransmittedFrameCount;
|
||||
A_UINT32 dot11AckFailureCount;
|
||||
A_UINT32 dot11FailedCount;
|
||||
A_UINT32 dot11FCSErrorCount;
|
||||
A_UINT32 dot11RTSSuccessCount;
|
||||
A_UINT32 dot11RTSFailureCount;
|
||||
} wmi_ctrl_path_sta_rrm_stats_struct;
|
||||
|
||||
/**
|
||||
* peer statistics.
|
||||
@@ -34664,6 +34676,7 @@ typedef enum {
|
||||
WMI_REQUEST_CTRL_PATH_BLANKING_STAT = 15,
|
||||
WMI_REQUEST_CTRL_PATH_PEER_STAT = 16,
|
||||
WMI_REQUEST_CTRL_PATH_VDEV_DEBUG_STAT = 17,
|
||||
WMI_REQUEST_CTRL_STA_RRM_STAT = 18,
|
||||
} wmi_ctrl_path_stats_id;
|
||||
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user