Merge "wifi: disable FW roaming when in idle mode" into 24D1-dev am: ed9aeb3356

Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/26629088

Change-Id: I78dca800f91a6f06a3b109e3f511431b83ddb11f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2024-03-20 09:23:02 +00:00 committed by Automerger Merge Worker
commit 2a6c844ae8

View file

@ -191,4 +191,10 @@
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>