Selaa lähdekoodia

Snap for 11498394 from 28ed21734f36caa68c4318ea94c8e5183241fe76 to 24Q2-release

Change-Id: I8399c22f5f27ef2e893b1090934445ceced700af
Android Build Coastguard Worker 1 vuosi sitten
vanhempi
sitoutus
2a66ccc3e3
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      rro_overlays/WifiOverlay/res/values/config.xml

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

@@ -151,4 +151,10 @@
          regulatory approval (for example, FCC pre-approval is required according to "594280 D01
          Software Configuration Control v02r01").-->
     <bool translatable="false" name ="config_wifiUpdateCountryCodeFromScanResultGeneric">true</bool>
+
+    <!-- Boolean indicating performing a partial initial scan is enabled -->
+    <bool translatable="false" name="config_wifiEnablePartialInitialScan">true</bool>
+    <!-- Configure the max number of new channels to add into the initial partial scan list 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>
 </resources>