瀏覽代碼

Enable DTIM multiplier config

Enable DTIM multiplier configuration in Pixels.

Bug: 259554744
Test: manual
Change-Id: I0c3e4966f3b5008dcb7ceecf4e240c3dea3db0f5
Kai Shi 2 年之前
父節點
當前提交
19b764a333
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      rro_overlays/WifiOverlay/res/values/config.xml

+ 4 - 0
rro_overlays/WifiOverlay/res/values/config.xml

@@ -132,4 +132,8 @@
 
     <!-- Indicate the driver doesn't support NL80211 Reg changed event -->
     <bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">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>