Added in API level 1
Deprecated in API level 29

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

LEAP

Added in API level 1
static val LEAP: Int

Deprecated: Deprecated in Java.

LEAP/Network EAP (only used with LEAP)

Value: 2

OPEN

Added in API level 1
static val OPEN: Int

Deprecated: Deprecated in Java.

Open System authentication (required for WPA/WPA2)

Value: 0

SAE

Added in API level 30
Deprecated in API level 29
static val SAE: Int

Deprecated: Deprecated in Java.

SAE (Used only for WPA3-Personal)

Value: 3

SHARED

Added in API level 1
Deprecated in API level 28
static val SHARED: Int

Deprecated: Due to security and performance limitations, use of WEP networks is discouraged.

Shared Key authentication (requires static WEP keys)

Value: 1

varName

Added in API level 1
static val varName: String

Deprecated: Deprecated in Java.

Value: "auth_alg"

Properties

strings

Added in API level 1
static val strings: Array<String!>!

Deprecated: Deprecated in Java.