qcacmn: Changes for PER based roaming
DUT should be able to roam to a better access point if current AP is having congestion/packet error. This roam also devise a new selection logic for candidate selection which considers channel congestion and AP capabilities. Change-Id: I6cffbf0de059a218e971be32fbdc1a0092ceea9d CRs-Fixed: 1090934
This commit is contained in:
@@ -3205,6 +3205,18 @@ QDF_STATUS wmi_unified_roam_scan_offload_rssi_change_cmd(void *wmi_hdl,
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
QDF_STATUS wmi_unified_set_per_roam_config(void *wmi_hdl,
|
||||
struct wmi_per_roam_config_req *req_buf)
|
||||
{
|
||||
wmi_unified_t wmi_handle = (wmi_unified_t) wmi_hdl;
|
||||
|
||||
if (wmi_handle->ops->send_per_roam_config_cmd)
|
||||
return wmi_handle->ops->send_per_roam_config_cmd(wmi_handle,
|
||||
req_buf);
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
/**
|
||||
* wmi_unified_get_buf_extscan_hotlist_cmd() - prepare hotlist command
|
||||
* @wmi_hdl: wmi handle
|
||||
|
Reference in New Issue
Block a user