qcacld-3.0: Add support for sme_abort_roaming for ROAM_OFFLOAD_V1

Adds support for sme_abort_roaming for ROAM_OFFLOAD_V1.
Also fix compilation error for ROAM_OFFLOAD_V1.

Change-Id: I06247b1118b7dee32ff392b247e2e08e32dbaf9f
CRs-Fixed: 2768397
This commit is contained in:
gaurank kathpalia
2020-09-02 20:00:58 +05:30
committed by snandini
parent 0dc264f36e
commit cb27dfd2e4
9 changed files with 215 additions and 25 deletions

View File

@@ -1817,6 +1817,7 @@ wmi_get_rso_buf_len(struct wlan_roam_scan_offload_params *roam_req)
if (!roam_req->is_rso_stop)
wmi_debug("vdev[%d]: %s roam offload: %d",
roam_req->vdev_id,
roam_req->is_rso_stop ? "RSO stop cmd." : "",
roam_req->roam_offload_enabled);