OSDN Git Service

config.xml: Add configuration to enable/disable ACS
authorRoshan Pius <rpius@google.com>
Wed, 17 Jan 2018 23:28:25 +0000 (15:28 -0800)
committerRoshan Pius <rpius@google.com>
Fri, 19 Jan 2018 07:24:35 +0000 (23:24 -0800)
Bug: 69065316
Test: Compiles
Change-Id: I390523b0879f5ec71806abdd39dddeb15dfc5940

core/res/res/values/config.xml
core/res/res/values/symbols.xml

index 3b02a96..950d0ec 100644 (file)
     <!-- Wifi driver supports batched scan -->
     <bool translatable="false" name="config_wifi_batched_scan_supported">false</bool>
 
+    <!-- Wifi driver supports Automatic channel selection (ACS) for softap -->
+    <bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>
+
     <!-- Idle Receive current for wifi radio. 0 by default-->
     <integer translatable="false" name="config_wifi_idle_receive_cur_ma">0</integer>
 
index 6e33648..6ca423e 100644 (file)
   <java-symbol type="bool" name="config_useFixedVolume" />
   <java-symbol type="bool" name="config_forceDefaultOrientation" />
   <java-symbol type="bool" name="config_wifi_batched_scan_supported" />
+  <java-symbol type="bool" name="config_wifi_softap_acs_supported" />
   <java-symbol type="bool" name="config_enableMultiUserUI"/>
   <java-symbol type="bool" name="config_disableUsbPermissionDialogs"/>
   <java-symbol type="bool" name="config_hasRecents" />