summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorJimmy Chen <jimmycmchen@google.com>2020-03-16 18:05:11 +0800
committerJimmy Chen <jimmycmchen@google.com>2020-03-16 19:02:33 +0800
commit05e26bba9ef97aa945f17ceadcbe5e48e93a54a8 (patch)
tree973408af8e98697507f0107f44a2a737ad956318 /overlay
parent5c15af4371446ae1e67f28eb1f25869f0aea49d0 (diff)
downloadbonito-05e26bba9ef97aa945f17ceadcbe5e48e93a54a8.tar.gz
Wifi: enable P2P MAC randomization
Bug: 146398159 Test: enter Wi-Fi Direct and check p2p interface address is randomized. Change-Id: Ic8dd3af73276f66f34f54d89c24423287ddfae5f
Diffstat (limited to 'overlay')
-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 1708b4a7..d84253d7 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -412,4 +412,7 @@
<bool name="config_wifi_connected_mac_randomization_supported">true</bool>
<!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
<bool name="config_zramWriteback">true</bool>
+
+ <!-- True if the firmware supports p2p MAC randomization -->
+ <bool name="config_wifi_p2p_mac_randomization_supported">true</bool>
</resources>