Enable DTIM multiplier config

Enable DTIM multiplier configuration in Pixels.

Bug: 259554744
Test: manual
Change-Id: Ie00e0f53ada6b67b20a0c6689874966c832966a1
This commit is contained in:
Kai Shi 2023-01-04 10:07:49 -08:00
parent 0f8e36b8e7
commit b9295b39da
2 changed files with 7 additions and 0 deletions

View file

@ -150,4 +150,8 @@
<!-- Enable WPA2 to WPA3 auto-upgrade offload to capable Driver/Firmware --> <!-- Enable WPA2 to WPA3 auto-upgrade offload to capable Driver/Firmware -->
<bool translatable="false" name="config_wifiSaeUpgradeOffloadEnabled">true</bool> <bool translatable="false" name="config_wifiSaeUpgradeOffloadEnabled">true</bool>
<!-- Boolean indicating whether DTIM multiplier configuration is enabled. DTIM multiplier value
is when the system is in the suspended mode -->
<bool translatable="false" name="config_wifiDtimMultiplierConfigEnabled">true</bool>
</resources> </resources>

View file

@ -151,4 +151,7 @@
<!-- Enable WPA2 to WPA3 auto-upgrade offload to capable Driver/Firmware --> <!-- Enable WPA2 to WPA3 auto-upgrade offload to capable Driver/Firmware -->
<bool translatable="false" name="config_wifiSaeUpgradeOffloadEnabled">true</bool> <bool translatable="false" name="config_wifiSaeUpgradeOffloadEnabled">true</bool>
<!-- Boolean indicating whether DTIM multiplier configuration is enabled. DTIM multiplier value
is when the system is in the suspended mode -->
<bool translatable="false" name="config_wifiDtimMultiplierConfigEnabled">true</bool>
</resources> </resources>