summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Patrik Fimml <patrikf@google.com> 2019-10-17 09:16:26 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-10-17 09:16:26 +0000
commit6e40b40f597e1a83aa036a315c26e595c957604c (patch)
treeebb36eef639d7cbe6adc67745860908aba17e5c3
parent2a2e25c47163ed4a805ca7f05c7490059295b3e8 (diff)
parent08b4fa3bed651430b7e345c7f3047d8fccff92e3 (diff)
Merge "Wifi AP: Add MAC randomization setting"
-rw-r--r--core/res/res/values/config.xml3
-rw-r--r--core/res/res/values/symbols.xml1
2 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 9bff88a57232..11efabb4f547 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -758,6 +758,9 @@
<!-- Indicates that p2p MAC randomization is supported on this device -->
<bool translatable="false" name="config_wifi_p2p_mac_randomization_supported">false</bool>
+ <!-- Indicates that AP mode MAC randomization is supported on this device -->
+ <bool translatable="false" name="config_wifi_ap_mac_randomization_supported">true</bool>
+
<!-- flag for activating paranoid MAC randomization on a limited set of SSIDs -->
<bool translatable="false" name="config_wifi_aggressive_randomization_ssid_whitelist_enabled">false</bool>
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index 42cd2cdad336..6371d805f37c 100644
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -1970,6 +1970,7 @@
<java-symbol type="bool" name="config_wifi_local_only_hotspot_5ghz" />
<java-symbol type="bool" name="config_wifi_connected_mac_randomization_supported" />
<java-symbol type="bool" name="config_wifi_p2p_mac_randomization_supported" />
+ <java-symbol type="bool" name="config_wifi_ap_mac_randomization_supported" />
<java-symbol type="bool" name="config_wifi_aggressive_randomization_ssid_whitelist_enabled" />
<java-symbol type="bool" name="config_wifi_link_probing_supported" />
<java-symbol type="bool" name="config_wifi_fast_bss_transition_enabled" />