summaryrefslogtreecommitdiff
path: root/rro_overlays
diff options
context:
space:
mode:
authorOscar Shu <xshu@google.com>2023-02-23 23:33:14 +0000
committerOscar Shu <xshu@google.com>2023-03-03 05:15:18 +0000
commit49b2eaf1514e49fbd72d97860cb90338a1317f07 (patch)
treec65362a75568891fb54b61c8e8657a742792f461 /rro_overlays
parent261b9dfaa06a5c66aef5116ddb23aac7cb2ebf7f (diff)
downloadgs101-49b2eaf1514e49fbd72d97860cb90338a1317f07.tar.gz
Update overlay to support MAC randomization on open SSIDs
Bug: 270441948 Test: compile Change-Id: I9042b2bd91f8fe97b285888aa04d208d9f9634f0
Diffstat (limited to 'rro_overlays')
-rw-r--r--rro_overlays/WifiOverlay/res/values/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rro_overlays/WifiOverlay/res/values/config.xml b/rro_overlays/WifiOverlay/res/values/config.xml
index ab512efa..5254b0a7 100644
--- a/rro_overlays/WifiOverlay/res/values/config.xml
+++ b/rro_overlays/WifiOverlay/res/values/config.xml
@@ -56,6 +56,7 @@
<!-- True if the firmware supports connected MAC randomization -->
<bool name="config_wifi_connected_mac_randomization_supported">true</bool>
+ <bool name="config_wifiAllowNonPersistentMacRandomizationOnOpenSsids">true</bool>
<!-- True if the firmware supports p2p MAC randomization -->
<bool name="config_wifi_p2p_mac_randomization_supported">true</bool>