diff options
author | xshu <xshu@google.com> | 2019-01-17 11:03:29 -0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-27 04:35:23 +0200 |
commit | d70afc097773da8f3da347402a720f4d2724ec85 (patch) | |
tree | c42d10021e4370c96e1b2b781f0642ad4d6a554b /wifi | |
parent | 3c2a1d7b7f8ce9033403e28791bd65d23dfee739 (diff) |
sdm660-common: wifi: Disable BSS flush
Bug: 73301881
Test: Verify that the connected MAC randomization ~3 seconds delay problem is gone
Change-Id: I94e639fecef85107f70de8601b377c927cbe7f75
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/wpa_supplicant_overlay.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wifi/wpa_supplicant_overlay.conf b/wifi/wpa_supplicant_overlay.conf index 86ad2d1..5c99eee 100644 --- a/wifi/wpa_supplicant_overlay.conf +++ b/wifi/wpa_supplicant_overlay.conf @@ -5,4 +5,5 @@ bss_max_count=512 interworking=1 hs20=1 auto_interworking=0 +bss_no_flush_when_down=1 driver_param=use_p2p_group_interface=1 |