summaryrefslogtreecommitdiff
path: root/overlay/frameworks
diff options
context:
space:
mode:
authorVinit Deshpande <vinitd@google.com>2014-09-25 15:58:52 -0700
committerVinit Deshpande <vinitd@google.com>2014-09-25 15:58:52 -0700
commitc2c49a565ce42804d5eebf15b6b04b8a28b5d053 (patch)
treecc9af5e53a8d81dae3605aeb34541f3f38f79b3f /overlay/frameworks
parent9fb772184442d66ba06def78da5610f12b1662d7 (diff)
downloadshamu-c2c49a565ce42804d5eebf15b6b04b8a28b5d053.tar.gz
Override standard random MAC OUI with Motorola's CID
Bug: 17468465 Change-Id: I1d8d6af20522f42ba115b309dd75dae8997e9da8
Diffstat (limited to 'overlay/frameworks')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 3 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 74716c3e..23cf2d46 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -207,6 +207,9 @@
<!-- Boolean indicating whether the wifi chipset has background scan support -->
<bool translatable="false" name="config_wifi_background_scan_support">true</bool>
+ <!-- string indicating the OUI that should be used when generating random mac addresses -->
+ <string translatable="false" name="config_wifi_random_mac_oui">92-68-C3</string>
+
<!-- Setting this true forces the headset jack switches to use the/dev/input/event subsystem
rather than the uevent framework. -->
<bool name="config_useDevInputEventForAudioJack">true</bool>