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:
parent
fb5d1c6886
commit
82d705e583
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue