Added in API level 1
AuthAlgorithm
open class AuthAlgorithm
| 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
OPEN
Added in API level 1
static val OPEN: Int
Open System authentication (required for WPA/WPA2)
Value: 0SHARED
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