shusky: Enable fast scan

Enable fast scan for shusky and set the channel cache number to 10

Bug: 293816665
Test: Manual
Change-Id: I5ec0f75deb37cedd7e6bff7841af25517f5a59c7
This commit is contained in:
kensun 2023-11-23 12:26:55 +00:00
parent 19746fbf8e
commit 5b3feb6242

View file

@ -174,4 +174,11 @@
<!-- Enable aggregation of Wifi link layer radio stats from all radios -->
<bool translatable="false" name="config_wifiLinkLayerAllRadiosStatsAggregationEnabled">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>