Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77e92729 authored by xshu's avatar xshu
Browse files

[MAC rand] add feature flag for aggressive mode per SSID

Adds a feature flag default value field into the overlay.

Bug: 137795359
Test: unit tests
Change-Id: I09e8b1929bb54738efe8581938944ec1f59ec039
parent a1b1d3b9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -746,6 +746,9 @@
    <!-- Indicates that p2p MAC randomization is supported on this device -->
    <bool translatable="false" name="config_wifi_p2p_mac_randomization_supported">false</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>

    <!-- Indicates that wifi link probing is supported on this device -->
    <bool translatable="false" name="config_wifi_link_probing_supported">false</bool>

+1 −0
Original line number Diff line number Diff line
@@ -1966,6 +1966,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_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" />
  <java-symbol type="bool" name="config_wimaxEnabled" />