qcacmn: Move rso related process to connection manager [PART 3]
Rename struct wmi_mawc_roam_params name to wlan_roam_mawc_params. Rename struct wmi_bss_load_config name to wlan_roam_bss_load_config. Rename file wlan_cm_roam_public_srtuct.h name to wlan_cm_roam_public_struct.h. Change-Id: I3e05d899810f8e899b5d6f48a3aa48c041cd17e3 CRs-Fixed: 2758137
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
#endif /* WLAN_CONV_SPECTRAL_ENABLE */
|
||||
|
||||
#ifdef WLAN_FEATURE_ROAM_OFFLOAD
|
||||
#include <wlan_cm_roam_public_srtuct.h>
|
||||
#include <wlan_cm_roam_public_struct.h>
|
||||
#endif
|
||||
|
||||
#define WMI_UNIFIED_MAX_EVENT 0x100
|
||||
@@ -640,8 +640,9 @@ QDF_STATUS (*send_roam_scan_offload_scan_period_cmd)(
|
||||
struct roam_scan_period_params *params);
|
||||
#endif
|
||||
|
||||
QDF_STATUS (*send_roam_mawc_params_cmd)(wmi_unified_t wmi_handle,
|
||||
struct wmi_mawc_roam_params *params);
|
||||
QDF_STATUS (*send_roam_mawc_params_cmd)(
|
||||
wmi_unified_t wmi_handle,
|
||||
struct wlan_roam_mawc_params *params);
|
||||
|
||||
QDF_STATUS (*send_roam_scan_filter_cmd)(wmi_unified_t wmi_handle,
|
||||
struct roam_scan_filter_params *roam_req);
|
||||
@@ -676,8 +677,9 @@ QDF_STATUS (*send_offload_11k_cmd)(wmi_unified_t wmi_handle,
|
||||
QDF_STATUS (*send_invoke_neighbor_report_cmd)(wmi_unified_t wmi_handle,
|
||||
struct wmi_invoke_neighbor_report_params *params);
|
||||
|
||||
QDF_STATUS (*send_roam_bss_load_config)(wmi_unified_t wmi_handle,
|
||||
struct wmi_bss_load_config *params);
|
||||
QDF_STATUS (*send_roam_bss_load_config)(
|
||||
wmi_unified_t wmi_handle,
|
||||
struct wlan_roam_bss_load_config *params);
|
||||
|
||||
QDF_STATUS (*send_disconnect_roam_params)(wmi_unified_t wmi_handle,
|
||||
struct wlan_roam_disconnect_params *req);
|
||||
|
Reference in New Issue
Block a user