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:
parent
beb0438736
commit
568cd29a8b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue