wifi: disable FW roaming when in idle mode am: d7dfd21b5c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/comet/+/26627538 Change-Id: I965a2ff7bc959fafb1eaf39978bf8a932a635417 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
9764174d5b
1 changed files with 6 additions and 0 deletions
|
@ -187,4 +187,10 @@
|
||||||
If equals to 0, it means there's no limit on the max number of channels to include 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>
|
<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>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue