Merge "Update overlay to support MAC randomization on open SSIDs" into udc-dev

This commit is contained in:
Oscar Shu 2023-03-03 05:15:27 +00:00 committed by Android (Google) Code Review
commit 1058b13423

View file

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