summaryrefslogtreecommitdiff
path: root/rro_overlays
diff options
context:
space:
mode:
authorLiang Li <lianglli@google.com>2023-03-13 21:49:52 -0700
committerlianglli <lianglli@google.com>2023-03-13 22:30:17 -0700
commit04203ea7511310ae7f5e01f2dba9cd69f2880ed0 (patch)
tree7204257053ea6f9784f0b045693bd737263dc9c4 /rro_overlays
parentcedcc4fb8aa263e777033dbe8ff56643fe40ec1c (diff)
downloadshusky-04203ea7511310ae7f5e01f2dba9cd69f2880ed0.tar.gz
Enable adjusting link layer stats polling interval
Enable the feature of adjusting link layer stats polling interval in Pixels. Bug: 237530606 Test: manual Change-Id: Ib07a66a606e2e769dbe972fa83d1d3d3701bb31b
Diffstat (limited to 'rro_overlays')
-rw-r--r--rro_overlays/WifiOverlay/res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml
index 5fb6470..e8f07fa 100644
--- a/rro_overlays/WifiOverlay/res/values/config.xml
+++ b/rro_overlays/WifiOverlay/res/values/config.xml
@@ -157,4 +157,8 @@
no telephony country code and driver country code is 00.
This is applied only during the setup wizard -->
<bool translatable="false" name ="config_wifiUpdateCountryCodeFromScanResultSetupWizard">true</bool>
+
+ <!-- Enable the feature of adjusting link layer stats polling interval based on
+ device mobility state and client mode RSSI monitoring. -->
+ <bool translatable="false" name="config_wifiAdjustPollRssiIntervalEnabled">true</bool>
</resources>