Merge "wifi: Enable fast scan" into main

This commit is contained in:
Isaac Chiou 2023-12-22 09:41:51 +00:00 committed by Android (Google) Code Review
commit 7e5f4f94d0

View file

@ -147,4 +147,12 @@
<integer translatable="false" name="config_wifiVerboseLoggingAlwaysOnLevel">1</integer> <integer translatable="false" name="config_wifiVerboseLoggingAlwaysOnLevel">1</integer>
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</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> </resources>