From 3b094c12ddd442782d0222671bc018f42fe97621 Mon Sep 17 00:00:00 2001 From: Roshan Pius Date: Sun, 27 Dec 2020 19:49:34 +0100 Subject: [PATCH] sm6150-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: I8935b220c9f2b94716ffb762068a5859e2263b08 Signed-off-by: Roshan Pius Signed-off-by: therealmharc --- configs/wifi/wpa_supplicant_overlay.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/wifi/wpa_supplicant_overlay.conf b/configs/wifi/wpa_supplicant_overlay.conf index c73546e..cc40c3b 100644 --- a/configs/wifi/wpa_supplicant_overlay.conf +++ b/configs/wifi/wpa_supplicant_overlay.conf @@ -2,7 +2,7 @@ disable_scan_offload=1 p2p_disabled=1 tdls_external_control=1 wowlan_triggers=magic_pkt -bss_max_count=400 +bss_max_count=512 interworking=1 config_methods=virtual_display virtual_push_button keypad driver_param="no_rrm=1"