From 78d42ffc7002755e93bd6914b24b4f80ccca23c1 Mon Sep 17 00:00:00 2001 From: Roshan Pius Date: Thu, 22 Mar 2018 08:33:17 -0700 Subject: [PATCH] sdm660-common: wpa_supplicant(overlay): 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. Change-Id: I62dbd2bd3789c454e9683320d3a58f67019ea7ee Signed-off-by: Erfan Abdi --- wifi/wpa_supplicant_overlay.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifi/wpa_supplicant_overlay.conf b/wifi/wpa_supplicant_overlay.conf index 67340ad6..548be94c 100644 --- a/wifi/wpa_supplicant_overlay.conf +++ b/wifi/wpa_supplicant_overlay.conf @@ -3,4 +3,4 @@ p2p_disabled=1 tdls_external_control=1 interworking=1 hs20=1 - +bss_max_count=512