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: Ib5cb53cb16f93ace5ca05c47e03b01f783deb4d3
This commit is contained in:
Kumar Anand
2019-06-14 13:08:46 -07:00
parent 07c73b7a8f
commit 4898043a6e

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