Added in API level 18

Eap

class Eap
kotlin.Any
   ↳ android.net.wifi.WifiEnterpriseConfig.Eap

The Extensible Authentication Protocol method used

Summary

Constants
static Int

EAP-Authentication and Key Agreement [RFC-4187]

static Int

EAP-Authentication and Key Agreement Prime [RFC-5448]

static Int

No EAP method used.

static Int

Protected EAP

static Int

EAP-Password

static Int

EAP-Subscriber Identity Module [RFC-4186]

static Int

EAP-Transport Layer Security

static Int

EAP-Tunneled Transport Layer Security

static Int

Hotspot 2.

static Int

WAPI Certificate

Constants

AKA

Added in API level 21
static val AKA: Int

EAP-Authentication and Key Agreement [RFC-4187]

Value: 5

AKA_PRIME

Added in API level 23
static val AKA_PRIME: Int

EAP-Authentication and Key Agreement Prime [RFC-5448]

Value: 6

NONE

Added in API level 18
static val NONE: Int

No EAP method used. Represents an empty config

Value: -1

PEAP

Added in API level 18
static val PEAP: Int

Protected EAP

Value: 0

PWD

Added in API level 18
static val PWD: Int

EAP-Password

Value: 3

SIM

Added in API level 21
static val SIM: Int

EAP-Subscriber Identity Module [RFC-4186]

Value: 4

TLS

Added in API level 18
static val TLS: Int

EAP-Transport Layer Security

Value: 1

TTLS

Added in API level 18
static val TTLS: Int

EAP-Tunneled Transport Layer Security

Value: 2

UNAUTH_TLS

Added in API level 24
static val UNAUTH_TLS: Int

Hotspot 2.0 r2 OSEN

Value: 7

WAPI_CERT

Added in API level 30
static val WAPI_CERT: Int

WAPI Certificate

Value: 8