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:
Shashikala Prabhu
2018-05-16 10:08:09 +05:30
committed by nshrivas
parent f445f5c560
commit 6c90a3ebda
3 changed files with 42 additions and 0 deletions

View File

@@ -432,6 +432,7 @@ typedef enum {
typedef enum {
WMI_HOST_VDEV_START_OK = 0,
WMI_HOST_VDEV_START_CHAN_INVALID,
WMI_HOST_VDEV_START_CHAN_BLOCKED,
} WMI_HOST_VDEV_START_STATUS;
/*
@@ -5519,6 +5520,9 @@ typedef enum {
wmi_host_swfda_event_id,
wmi_sar_get_limits_event_id,
wmi_pdev_div_rssi_antid_event_id,
#if defined(WLAN_DFS_PARTIAL_OFFLOAD) && defined(HOST_DFS_SPOOF_TEST)
wmi_host_dfs_status_check_event_id,
#endif
wmi_events_max,
} wmi_conv_event_id;
@@ -5944,6 +5948,7 @@ typedef enum {
wmi_service_ap_obss_detection_offload,
wmi_service_bss_color_offload,
wmi_service_gmac_offload_support,
wmi_service_host_dfs_check_support,
wmi_services_max,
} wmi_conv_service_ids;