次の方法で共有


WifiNetworkSuggestion.RandomizationPersistent Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Wifi.WifiNetworkSuggestionRandomization enum directly instead of this field.

Generate a randomized MAC from a secret seed and information from the Wi-Fi configuration (SSID or Passpoint profile) and reuse it for all connections to this network.

[Android.Runtime.Register("RANDOMIZATION_PERSISTENT", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.WifiNetworkSuggestionRandomization enum directly instead of this field.", true)]
public const Android.Net.Wifi.WifiNetworkSuggestionRandomization RandomizationPersistent = 0;
[<Android.Runtime.Register("RANDOMIZATION_PERSISTENT", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.WifiNetworkSuggestionRandomization enum directly instead of this field.", true)>]
val mutable RandomizationPersistent : Android.Net.Wifi.WifiNetworkSuggestionRandomization

Field Value

Value = 0

Implements

Attributes

Remarks

Generate a randomized MAC from a secret seed and information from the Wi-Fi configuration (SSID or Passpoint profile) and reuse it for all connections to this network. The randomized MAC address for this network will stay the same for each subsequent association until the device undergoes factory reset.

Java documentation for android.net.wifi.WifiNetworkSuggestion.RANDOMIZATION_PERSISTENT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to