qcacmn: Configure MAWC roaming parameters to firmware
Get the MAWC based roaming parameters from CSR/WMA and pass them to firmware Change-Id: I78a287a39715dbabcceb2cb5c4270726ba265d61 CRs-Fixed: 2064837
This commit is contained in:

committed by
snandini

parent
f3aaa33091
commit
4cae429926
@@ -614,6 +614,19 @@ QDF_STATUS wmi_unified_roam_scan_offload_mode_cmd(void *wmi_hdl,
|
||||
struct roam_offload_scan_params *roam_req);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* wmi_unified_roam_mawc_params_cmd() - configure roaming MAWC parameters
|
||||
* @wmi_hdl: wmi handle
|
||||
* @params: Parameters to be configured
|
||||
*
|
||||
* Pass the MAWC(Motion Aided wireless connectivity) related roaming
|
||||
* parameters from the host to the target
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
|
||||
*/
|
||||
QDF_STATUS wmi_unified_roam_mawc_params_cmd(void *wmi_hdl,
|
||||
struct wmi_mawc_roam_params *params);
|
||||
|
||||
QDF_STATUS wmi_unified_roam_scan_offload_rssi_thresh_cmd(void *wmi_hdl,
|
||||
struct roam_offload_scan_rssi_params *roam_req);
|
||||
|
||||
|
Reference in New Issue
Block a user