OSDN Git Service

config.xml: Add configuration to enable/disable 80211AC
authorRoshan Pius <rpius@google.com>
Wed, 17 Jan 2018 23:29:03 +0000 (15:29 -0800)
committerRoshan Pius <rpius@google.com>
Fri, 19 Jan 2018 07:24:35 +0000 (23:24 -0800)
Bug: 34669770
Test: Compiles
Change-Id: I8031de0c61d334fb3f0f2c23799e4d2ef22c8e32

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

index 950d0ec..d9ecc1e 100644 (file)
     <!-- Wifi driver supports Automatic channel selection (ACS) for softap -->
     <bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>
 
+    <!-- Wifi driver supports IEEE80211AC for softap -->
+    <bool translatable="false" name="config_wifi_softap_ieee80211ac_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 6ca423e..43a9536 100644 (file)
   <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_wifi_softap_ieee80211ac_supported" />
   <java-symbol type="bool" name="config_enableMultiUserUI"/>
   <java-symbol type="bool" name="config_disableUsbPermissionDialogs"/>
   <java-symbol type="bool" name="config_hasRecents" />