WifiEnterpriseConfig.Eap

public static final class WifiEnterpriseConfig.Eap
extends Object

java.lang.Object
   ↳ android.net.wifi.WifiEnterpriseConfig.Eap


The Extensible Authentication Protocol method used

Summary

Constants

int AKA

EAP-Authentication and Key Agreement [RFC-4187]

int AKA_PRIME

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

int NONE

No EAP method used.

int PEAP

Protected EAP

int PWD

EAP-Password

int SIM

EAP-Subscriber Identity Module [RFC-4186]

int TLS

EAP-Transport Layer Security

int TTLS

EAP-Tunneled Transport Layer Security

int UNAUTH_TLS

Hotspot 2.0 r2 OSEN

int WAPI_CERT

WAPI Certificate

Inherited methods

Constants

AKA

Added in API level 21
public static final int AKA

EAP-Authentication and Key Agreement [RFC-4187]

Constant Value: 5 (0x00000005)

AKA_PRIME

Added in API level 23
public static final int AKA_PRIME

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

Constant Value: 6 (0x00000006)

NONE

Added in API level 18
public static final int NONE

No EAP method used. Represents an empty config

Constant Value: -1 (0xffffffff)

PEAP

Added in API level 18
public static final int PEAP

Protected EAP

Constant Value: 0 (0x00000000)

PWD

Added in API level 18
public static final int PWD

EAP-Password

Constant Value: 3 (0x00000003)

SIM

Added in API level 21
public static final int SIM

EAP-Subscriber Identity Module [RFC-4186]

Constant Value: 4 (0x00000004)

TLS

Added in API level 18
public static final int TLS

EAP-Transport Layer Security

Constant Value: 1 (0x00000001)

TTLS

Added in API level 18
public static final int TTLS

EAP-Tunneled Transport Layer Security

Constant Value: 2 (0x00000002)

UNAUTH_TLS

Added in API level 24
public static final int UNAUTH_TLS

Hotspot 2.0 r2 OSEN

Constant Value: 7 (0x00000007)

WAPI_CERT

Added in API level 30
public static final int WAPI_CERT

WAPI Certificate

Constant Value: 8 (0x00000008)