AuthAlgorithm
open classAuthAlgorithm
kotlin.Any | |
↳ | android.net.wifi.WifiConfiguration.AuthAlgorithm |
Recognized IEEE 802.11 authentication algorithms.
Summary
Constants | |
---|---|
static Int |
LEAP/Network EAP (only used with LEAP) |
static Int |
Open System authentication (required for WPA/WPA2) |
static Int |
SAE (Used only for WPA3-Personal) |
static Int |
Shared Key authentication (requires static WEP keys) |
static String |
Properties | |
---|---|
static Array<String!>! |
Constants
LEAP
static valLEAP: Int
Deprecated: Deprecated in Java.
LEAP/Network EAP (only used with LEAP)
Value: 2
OPEN
static valOPEN: Int
Deprecated: Deprecated in Java.
Open System authentication (required for WPA/WPA2)
Value: 0
SHARED
static valSHARED: Int
Deprecated: Due to security and performance limitations, use of WEP networks is discouraged.
Shared Key authentication (requires static WEP keys)
Value: 1
varName
static valvarName: String
Deprecated: Deprecated in Java.
Value: "auth_alg"