summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Anand <kumaranand@google.com>2019-06-14 13:14:31 -0700
committerKumar Anand <kumaranand@google.com>2019-06-14 13:14:31 -0700
commitc7f62a539b6cb4685348fbd747605cbfabf1b94d (patch)
tree322590e5bd4a71889ed9201abfc1bca8698e40b0
parentdec802c42a549e0ba7981419cf7b55d824ac5ff5 (diff)
downloadcrosshatch-c7f62a539b6cb4685348fbd747605cbfabf1b94d.tar.gz
wifi - Include Extended Supported Rates (50) IE in scan
Updates g_probe_req_ie_bitmap_1 so that Extended Supported Rates (50) IE is included in Probe Request (Scanning). This is needed to solve IOT issues with certain APs. Bug: 122378191 Test: basic function test (sta, hotspot, p2p) pass Test: Check sniffer, probe request has Extended Supported Rates (50) Change-Id: I94f22d738dd8a4f63f797960d6cae3e005e3cce2
-rw-r--r--WCNSS_qcom_cfg.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini
index 02f2b94c..eb06c408 100644
--- a/WCNSS_qcom_cfg.ini
+++ b/WCNSS_qcom_cfg.ini
@@ -298,7 +298,7 @@ g_enable_probereq_whitelist_ies=1
# g_probe_req_ie_bitmap_0=0x00000000 #[] (default)
# g_probe_req_ie_bitmap_1=0x80000009 #[32, 35, 63]
g_probe_req_ie_bitmap_0=0x0000000B
-# g_probe_req_ie_bitmap_1=0x00000000
+g_probe_req_ie_bitmap_1=0x00040000
# g_probe_req_ie_bitmap_2=0x00000000
# g_probe_req_ie_bitmap_3=0x00000000
# g_probe_req_ie_bitmap_4=0x00000000