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
This commit is contained in:
Kumar Anand
2019-06-14 13:13:28 -07:00
parent bd64681923
commit 5dedbb6e7f

View File

@@ -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