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
commitace6ac000c01c0e0f7ba7cb59b037e4340897b8b (patch)
tree9be2e7e147207b16a1362cdf01ced89942a99feb /overlay
parenta086244464d7c425f90daf807c94ac7385556267 (diff)
downloaddevice_samsung_tuna-ace6ac000c01c0e0f7ba7cb59b037e4340897b8b.tar.gz
device_samsung_tuna-ace6ac000c01c0e0f7ba7cb59b037e4340897b8b.tar.bz2
device_samsung_tuna-ace6ac000c01c0e0f7ba7cb59b037e4340897b8b.zip
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>