mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-27 15:51:28 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user