qcacmn: Add wmi support to get firmware roam scan stats
Add wmi layer support to get firmware roam scan statistics which includes scoring of roam candidates, channels, old and new bssids etc., Change-Id: I3a0aafbe66d12eea40e71ceb4c7c3a60b9d6e04f CRs-Fixed: 2203904
This commit is contained in:

committed by
nshrivas

parent
fcb0cdcbaa
commit
dfa2486c37
@@ -1620,6 +1620,17 @@ QDF_STATUS (*extract_swfda_vdev_id)(wmi_unified_t wmi_handle, void *evt_buf,
|
||||
QDF_STATUS (*send_fils_discovery_send_cmd)(wmi_unified_t wmi_handle,
|
||||
struct fd_params *param);
|
||||
#endif /* WLAN_SUPPORT_FILS */
|
||||
|
||||
QDF_STATUS
|
||||
(*send_roam_scan_stats_cmd)(wmi_unified_t wmi_handle,
|
||||
struct wmi_roam_scan_stats_req *params);
|
||||
|
||||
QDF_STATUS
|
||||
(*extract_roam_scan_stats_res_evt)(wmi_unified_t wmi_handle,
|
||||
void *evt_buf,
|
||||
uint32_t *vdev_id,
|
||||
struct wmi_roam_scan_stats_res **res_param);
|
||||
|
||||
QDF_STATUS (*send_offload_11k_cmd)(wmi_unified_t wmi_handle,
|
||||
struct wmi_11k_offload_params *params);
|
||||
|
||||
|
Reference in New Issue
Block a user