diff options
| author | Masti, Narayanraddi <c_nmasti@qti.qualcomm.com> | 2016-04-21 20:36:54 +0530 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-04-29 15:14:39 +0530 |
| commit | e50d4b5c607d4d563d6c85f4e8e9a21859c940c4 (patch) | |
| tree | e9ad6b4e4b6924e0cc0344b45b6ccc9a924b3a18 | |
| parent | 9ba42e20401a88d79d24abf6c0133029b725e6ee (diff) | |
qcacld-2.0: Indicate FW to include TPC IE in probe request
Add TPC IE by default in probe requests of STA scans as this
required for VE cert.
Change-Id: I196e22e3e5ceea2a18bfd5137589b16c5e6d8e08
CRs-Fixed: 1006608
| -rw-r--r-- | CORE/SERVICES/WMA/wma.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CORE/SERVICES/WMA/wma.c b/CORE/SERVICES/WMA/wma.c index 5753d04576eb..d76850401b2a 100644 --- a/CORE/SERVICES/WMA/wma.c +++ b/CORE/SERVICES/WMA/wma.c @@ -9026,7 +9026,10 @@ VOS_STATUS wma_get_buf_start_scan_cmd(tp_wma_handle wma_handle, cmd->scan_ctrl_flags |= WMI_SCAN_ADD_BCAST_PROBE_REQ; if (scan_req->scanType == eSIR_PASSIVE_SCAN) cmd->scan_ctrl_flags |= WMI_SCAN_FLAG_PASSIVE; + + cmd->scan_ctrl_flags |= WMI_SCAN_ADD_TPC_IE_IN_PROBE_REQ; cmd->scan_ctrl_flags |= WMI_SCAN_FILTER_PROBE_REQ; + /* * Decide burst_duration and dwell_time_active based on * what type of devices are active. |
