qcacmn: Add wmi support wifistats

Send WMI command to FW with provided tlv from wifistats

Change-Id: I80ac9f621c75429bdca18962423026c2008a71d0
This commit is contained in:
aloksing
2020-06-16 12:57:56 +05:30
committed by nshrivas
parent 0b0c3e3c7a
commit 093d940112
4 changed files with 65 additions and 0 deletions

View File

@@ -2327,6 +2327,9 @@ QDF_STATUS (*send_roam_scan_ch_list_req_cmd)(wmi_unified_t wmi_hdl,
QDF_STATUS (*send_injector_config_cmd)(wmi_unified_t wmi_handle,
struct wmi_host_injector_frame_params *params);
QDF_STATUS (*send_cp_stats_cmd)(wmi_unified_t wmi_handle,
void *buf_ptr, uint32_t buf_len);
};
/* Forward declartion for psoc*/