qcacld-3.0: Add WMI_SCAN_FILTER_PROBE_REQ in control flags

Passing WMI_SCAN_FILTER_PROBE_REQ in scan control flags to fw,
for sync with host triggered scans

Change-Id: Ided83c10c48427db29c95a2dc8eac6df6ff467f7
CRs-Fixed: 3184905
This commit is contained in:
Vinod Kumar Myadam
2022-04-28 11:13:33 +05:30
committed by Madan Koyyalamudi
parent 73ef4c636c
commit fb7f77bec3

View File

@@ -4048,7 +4048,8 @@ wmi_fill_rso_start_scan_tlv(struct wlan_roam_scan_offload_params *rso_req,
src_scan_params = &rso_req->rso_scan_params;
scan_tlv->scan_ctrl_flags = WMI_SCAN_ADD_CCK_RATES |
WMI_SCAN_ADD_OFDM_RATES |
WMI_SCAN_ADD_DS_IE_IN_PROBE_REQ;
WMI_SCAN_ADD_DS_IE_IN_PROBE_REQ |
WMI_SCAN_FILTER_PROBE_REQ;
if (rso_req->is_rso_stop) {
scan_tlv->dwell_time_active =
ROAM_SCAN_DWELL_TIME_ACTIVE_DEFAULT;