wifi: Enable fast scan
Enable fast scan and set the channel cache number to 10 Bug: 317012208 Test: Manual Change-Id: Iee3ae9bc63eacf4f19dcde2dee8e1feae72014cd
This commit is contained in:
parent
d7dd297007
commit
f06a83f64d
1 changed files with 8 additions and 0 deletions
|
@ -167,4 +167,12 @@
|
||||||
regulatory approval (for example, FCC pre-approval is required according to "594280 D01
|
regulatory approval (for example, FCC pre-approval is required according to "594280 D01
|
||||||
Software Configuration Control v02r01").-->
|
Software Configuration Control v02r01").-->
|
||||||
<bool translatable="false" name ="config_wifiUpdateCountryCodeFromScanResultGeneric">true</bool>
|
<bool translatable="false" name ="config_wifiUpdateCountryCodeFromScanResultGeneric">true</bool>
|
||||||
|
|
||||||
|
<!-- Boolean indicating performing a partial initial scan is enabled -->
|
||||||
|
<bool translatable="false" name="config_wifiEnablePartialInitialScan">true</bool>
|
||||||
|
|
||||||
|
<!-- Configure the max number of new channels to add into the initial partial scan list per network.
|
||||||
|
If equals to 0, it means there's no limit on the max number of channels to include per network.-->
|
||||||
|
<integer translatable="false" name="config_wifiInitialPartialScanMaxNewChannelsPerNetwork">3</integer>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue