Merge "wifi: Disable firmware roaming in idle mode" into main

This commit is contained in:
Treehugger Robot 2024-02-21 06:34:29 +00:00 committed by Android (Google) Code Review
commit 51e9138a2e

View file

@ -165,4 +165,10 @@
<!-- 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>
<!-- Boolean indicating whether to disable firmware roaming when the device goes into idle mode.
true: firmware roaming will be disabled when the device goes into idle mode, and then
re-activated when the device exits idle mode.
false: firmware roaming will not be affected. -->
<bool translatable="false" name ="config_wifiDisableFirmwareRoamingInIdleMode">true</bool>
</resources>