summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2016-04-05 12:04:36 -0700
committerDmitry Shmidt <dimitrysh@google.com>2016-04-06 10:41:10 -0700
commit71930870073e3c5848c4036633bf4dccbb899c56 (patch)
tree4a1f578ef9077ab01161872445b83d4ca20c525b /overlay
parentfadc66b380693139488328c7d00652e8e87bafeb (diff)
downloadhikey-71930870073e3c5848c4036633bf4dccbb899c56.tar.gz
hikey: Add SoftAP support
Change-Id: Ic2005af18165af6b65a38afd0082d280bde79051 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml7
1 files changed, 7 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 abd384f2..69ebf405 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -56,5 +56,12 @@
<item>"9,1"</item>
</string-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>
+ <item>"softap.*"</item>
+ </string-array>
</resources>