Update overlay to support MAC randomization on open SSIDs am: f158d00086 am: 394bae4e34

Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/21564430

Change-Id: I81973c2006553e120d27c50ff976d291c5f57b53
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Oscar Shu 2023-03-03 17:57:49 +00:00 committed by Automerger Merge Worker
commit fecb86c5b3
2 changed files with 2 additions and 0 deletions

View file

@ -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>

View file

@ -59,6 +59,7 @@
<!-- True if the firmware supports p2p MAC randomization -->
<bool name="config_wifi_p2p_mac_randomization_supported">true</bool>
<bool name="config_wifiAllowNonPersistentMacRandomizationOnOpenSsids">true</bool>
<!-- True if the firmware supports ap MAC randomization -->
<bool name="config_wifi_ap_mac_randomization_supported">true</bool>