Files
device_xiaomi_sm6150-common/configs/wifi/wpa_supplicant_overlay.conf
Roshan Pius 3b094c12dd 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 <rpius@google.com>
Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-05-09 13:48:48 +00:00

9 lines
203 B
Plaintext

disable_scan_offload=1
p2p_disabled=1
tdls_external_control=1
wowlan_triggers=magic_pkt
bss_max_count=512
interworking=1
config_methods=virtual_display virtual_push_button keypad
driver_param="no_rrm=1"