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
This commit is contained in:
Roshan Pius 2018-03-22 08:33:17 -07:00 committed by OdSazib
parent beb0438736
commit 568cd29a8b
No known key found for this signature in database
GPG key ID: 0954440B60470871

View file

@ -1,6 +1,7 @@
disable_scan_offload=1
p2p_disabled=1
tdls_external_control=1
bss_max_count=512
interworking=1
hs20=1
bss_max_count=512