SoftApConfiguration.SecurityType Property

Definition

Get security type params which depends on which security passphrase to set.

public int SecurityType { [Android.Runtime.Register("getSecurityType", "()I", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getSecurityType", "()I", "", ApiSince=30)>]
member this.SecurityType : int

Property Value

One of: #SECURITY_TYPE_OPEN, #SECURITY_TYPE_WPA2_PSK, #SECURITY_TYPE_WPA3_SAE_TRANSITION, #SECURITY_TYPE_WPA3_SAE, #SECURITY_TYPE_WPA3_OWE_TRANSITION, #SECURITY_TYPE_WPA3_OWE

Attributes

Remarks

Get security type params which depends on which security passphrase to set.

Java documentation for android.net.wifi.SoftApConfiguration.getSecurityType().

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