summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2011-07-22 16:25:54 -0700
committerIrfan Sheriff <isheriff@google.com>2011-07-22 16:25:54 -0700
commit473082164f37caf798251b55eb231a72fa43c764 (patch)
tree63f4cf205fd3a0e5184ec0415a4b5ba501977eae /overlay
parent1c8d60318c463948ef3d9136984b4c45d789266a (diff)
downloaddevice_samsung_tuna-473082164f37caf798251b55eb231a72fa43c764.zip
device_samsung_tuna-473082164f37caf798251b55eb231a72fa43c764.tar.gz
device_samsung_tuna-473082164f37caf798251b55eb231a72fa43c764.tar.bz2
add wifi configurables to prime
Change-Id: Ifd0e3a9ae3756ad4047d16d1f4a95b419c793c01
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 5c70c95..e5c622d 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -87,4 +87,17 @@
<item>0</item>
</integer-array>
+ <!-- List of regexpressions describing the interface (if any) that represent tetherable
+ Wifi interfaces. If the device doesn't want to support tethering over Wifi this
+ should be empty. An example would be "softap.*" -->
+ <string-array translatable="false" name="config_tether_wifi_regexs">
+ <item>"wlan0"</item>
+ </string-array>
+
+ <!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
+ <bool translatable="false" name="config_wifi_dual_band_support">true</bool>
+
+ <!-- Boolean indicating whether the wifi chipset has background scan support -->
+ <bool translatable="false" name="config_wifi_background_scan_support">true</bool>
+
</resources>