summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Anand <kumaranand@google.com>2019-06-14 13:13:28 -0700
committerKumar Anand <kumaranand@google.com>2019-06-14 13:13:28 -0700
commit5dedbb6e7f2158d7ef2e74ba9715af775ff2ffd1 (patch)
tree3f2e15bf2b4e27630035157f8a8ff489a15bf04b
parentbd646819230e0d1be92d7224c94ad91f7cdb76ff (diff)
downloadmuskie-5dedbb6e7f2158d7ef2e74ba9715af775ff2ffd1.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: Ic6fd7ca52ce7304c222c3742609c77a644c170f7
-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 9f945f1..3397494 100644
--- a/WCNSS_qcom_cfg.ini
+++ b/WCNSS_qcom_cfg.ini
@@ -313,7 +313,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