summaryrefslogtreecommitdiff
path: root/cheetah
diff options
context:
space:
mode:
authorLiang Li <lianglli@google.com>2023-03-13 21:23:49 -0700
committerLiang Li <lianglli@google.com>2023-03-28 02:40:43 +0000
commit63421394863636e89898c0df65682306fc2749e3 (patch)
treef59c3ea7b782ee0f8ed5a8359b821f22e1f5bec2 /cheetah
parent14235c553e0485ddf926a85149d9dcb69e39d132 (diff)
downloadpantah-63421394863636e89898c0df65682306fc2749e3.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: I7298acef18ca1bbcfce89cbd642846bc501f7475
Diffstat (limited to 'cheetah')
-rw-r--r--cheetah/rro_overlays/WifiOverlay/res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cheetah/rro_overlays/WifiOverlay/res/values/config.xml b/cheetah/rro_overlays/WifiOverlay/res/values/config.xml
index 971e879..0e5e364 100644
--- a/cheetah/rro_overlays/WifiOverlay/res/values/config.xml
+++ b/cheetah/rro_overlays/WifiOverlay/res/values/config.xml
@@ -160,4 +160,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>