summaryrefslogtreecommitdiff
path: root/wifi
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2018-03-22 08:33:17 -0700
committerMichael Bestas <mkbestas@lineageos.org>2020-12-27 04:34:21 +0200
commit3c2a1d7b7f8ce9033403e28791bd65d23dfee739 (patch)
treebfaf978afec277964a0413cd8750eed377259fef /wifi
parent6c781470c5eae7a6edbc3ec8e528ab97fb1e2057 (diff)
sdm660-common: wifi: Increase max bss count
QCOM's driver can support a max of 512 scan results. Ensure that wpa_supplicant is in sync with that number. Bug: 74724482 Test: Device boots up and connects to wifi networks. Change-Id: I62dbd2bd3789c454e9683320d3a58f67019ea7ee
Diffstat (limited to 'wifi')
-rw-r--r--wifi/wpa_supplicant_overlay.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/wifi/wpa_supplicant_overlay.conf b/wifi/wpa_supplicant_overlay.conf
index 793caab..86ad2d1 100644
--- a/wifi/wpa_supplicant_overlay.conf
+++ b/wifi/wpa_supplicant_overlay.conf
@@ -1,6 +1,7 @@
disable_scan_offload=1
p2p_disabled=1
tdls_external_control=1
+bss_max_count=512
interworking=1
hs20=1
auto_interworking=0