diff options
author | Jimmy Chen <jimmycmchen@google.com> | 2020-03-16 18:08:14 +0800 |
---|---|---|
committer | dianlujitao <dianlujitao@lineageos.org> | 2020-06-23 16:10:26 +0800 |
commit | e856a18e3f8594b30301a24ade5114b9c0e88424 (patch) | |
tree | 33369a1db26e8e0a8fa5dc9934ad5228a1654728 | |
parent | a02f90a9fecfe56ea672e72a84d641ffac70a90f (diff) |
sdm660-common: Wifi: enable P2P MAC randomization
Bug: 146398159
Test: enter Wi-Fi Direct and check p2p interface address is randomized.
Change-Id: I5f03f907174d6eec2a739c9112fc2e8fad5ef0ae
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 3 |
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 a5c5875..28789cd 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -361,4 +361,7 @@ <!-- True if the firmware supports connected MAC randomization --> <bool name="config_wifi_connected_mac_randomization_supported">true</bool> + + <!-- True if the firmware supports p2p MAC randomization --> + <bool name="config_wifi_p2p_mac_randomization_supported">true</bool> </resources> |