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:
Pragaspathi Thilagaraj
2019-03-31 16:46:28 +05:30
committed by nshrivas
부모 f7786d3822
커밋 5e3cd0af27
5개의 변경된 파일200개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@@ -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);