Loading core/res/res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -706,6 +706,9 @@ <!-- Indicates that connected MAC randomization is supported on this device --> <bool translatable="false" name="config_wifi_connected_mac_randomization_supported">false</bool> <!-- Indicates that p2p MAC randomization is supported on this device --> <bool translatable="false" name="config_wifi_p2p_mac_randomization_supported">false</bool> <!-- Indicates that wifi link probing is supported on this device --> <bool translatable="false" name="config_wifi_link_probing_supported">false</bool> Loading core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -1939,6 +1939,7 @@ <java-symbol type="bool" name="config_wifi_convert_apband_5ghz_to_any" /> <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_link_probing_supported" /> <java-symbol type="bool" name="config_wifi_fast_bss_transition_enabled" /> <java-symbol type="bool" name="config_wimaxEnabled" /> Loading Loading
core/res/res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -706,6 +706,9 @@ <!-- Indicates that connected MAC randomization is supported on this device --> <bool translatable="false" name="config_wifi_connected_mac_randomization_supported">false</bool> <!-- Indicates that p2p MAC randomization is supported on this device --> <bool translatable="false" name="config_wifi_p2p_mac_randomization_supported">false</bool> <!-- Indicates that wifi link probing is supported on this device --> <bool translatable="false" name="config_wifi_link_probing_supported">false</bool> Loading
core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -1939,6 +1939,7 @@ <java-symbol type="bool" name="config_wifi_convert_apband_5ghz_to_any" /> <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_link_probing_supported" /> <java-symbol type="bool" name="config_wifi_fast_bss_transition_enabled" /> <java-symbol type="bool" name="config_wimaxEnabled" /> Loading