qcacmn: Add WMI changes for host DFS confirmation check
Send average radar parameters to FW. Extract host dfs spoof check status from FW. Change-Id: I70c4e5aad0fe1eda55da37abd20cc6d70728edba CRs-Fixed: 2211883
This commit is contained in:

committed by
nshrivas

parent
f445f5c560
commit
6c90a3ebda
@@ -1616,6 +1616,16 @@ QDF_STATUS (*extract_twt_resume_dialog_comp_event)(wmi_unified_t wmi_handle,
|
||||
QDF_STATUS (*extract_cca_stats)(wmi_unified_t wmi_handle, void *evt_buf,
|
||||
struct wmi_host_congestion_stats *stats);
|
||||
#endif /* QCA_SUPPORT_CP_STATS */
|
||||
|
||||
#if defined(WLAN_DFS_PARTIAL_OFFLOAD) && defined(HOST_DFS_SPOOF_TEST)
|
||||
QDF_STATUS (*send_dfs_average_radar_params_cmd)(
|
||||
wmi_unified_t wmi_handle,
|
||||
struct dfs_radar_found_params *params);
|
||||
|
||||
QDF_STATUS (*extract_dfs_status_from_fw)(wmi_unified_t wmi_handle,
|
||||
void *evt_buf,
|
||||
uint32_t *dfs_status_check);
|
||||
#endif
|
||||
};
|
||||
|
||||
/* Forward declartion for psoc*/
|
||||
|
Reference in New Issue
Block a user