wifi: Enable fast scan

Enable fast scan and set the channel cache number to 10

Bug: 317012217
Test: Manual
Change-Id: I4e6cd61f825b304b313da4d602a3e220c281b5de
This commit is contained in:
Isaac Chiou 2023-12-21 17:20:34 +08:00
parent 03c6ff4232
commit 15862c106a

View file

@ -168,4 +168,12 @@
<bool translatable="false" name="config_wifiAdjustPollRssiIntervalEnabled">true</bool>
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</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>