qcacmn: Send idle and disconnect roam parameters to firmware
Add support for new wmi command WMI_ROAM_DEAUTH_CONFIG_CMDID to send disconnect roam trigger parameters and the new wmi command WMI_ROAM_IDLE_CONFIG_CMDID is used to send the idle roam trigger parameters. Update the idle roam and disconnect roam parameters and send them on the new wmi commands over wmi. Change-Id: I57acb90266d506d37dcbb58d50ef23fadc439e46 CRs-Fixed: 2431502
This commit is contained in:
@@ -577,6 +577,13 @@ QDF_STATUS (*send_invoke_neighbor_report_cmd)(wmi_unified_t wmi_handle,
|
||||
QDF_STATUS (*send_roam_bss_load_config)(wmi_unified_t wmi_handle,
|
||||
struct wmi_bss_load_config *params);
|
||||
|
||||
QDF_STATUS (*send_disconnect_roam_params)(
|
||||
wmi_unified_t wmi_handle,
|
||||
struct wmi_disconnect_roam_params *req);
|
||||
|
||||
QDF_STATUS (*send_idle_roam_params)(wmi_unified_t wmi_handle,
|
||||
struct wmi_idle_roam_params *req);
|
||||
|
||||
QDF_STATUS (*send_btm_config)(wmi_unified_t wmi_handle,
|
||||
struct wmi_btm_config *params);
|
||||
|
||||
|
Reference in New Issue
Block a user