sdm710-common: wifi: Smarter decisions on whether to use a 2 or 5Ghz AP

Implement a smarter system on whether to connect
to the provided 2Ghz or 5Ghz network.

Change-Id: Idd41e3d9a5e2bde3ea9b4873dffc4274d1530324
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
This commit is contained in:
Alex Naidis 2016-12-01 18:11:58 +01:00 committed by CakesTwix
parent fb5d1c6886
commit 82d705e583
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -454,6 +454,14 @@ gTxBFCsnValue=4
# enable/disable SAE support in driver # enable/disable SAE support in driver
sae_enabled=0 sae_enabled=0
gSelect5GHzMargin=5
# Prefer connecting to 5Ghz AP
# even if its RSSI is lower by 3dBm than the 2.4Ghz AP
gRoamPrefer5GHz=1
gSelect5GHzMargin=3
END END
# Note: Configuration parser would not read anything past the END marker # Note: Configuration parser would not read anything past the END marker