Most visited

Recently visited

Added in API level 18

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

int AKA_PRIME

EAP-Authentication and Key Agreement Prime

int NONE

No EAP method used.

int PEAP

Protected EAP

int PWD

EAP-Password

int SIM

EAP-Subscriber Identity Module

int TLS

EAP-Transport Layer Security

int TTLS

EAP-Tunneled Transport Layer Security

int UNAUTH_TLS

Hotspot 2.0 r2 OSEN

Inherited methods

From class java.lang.Object

Constants

AKA

Added in API level 21
int AKA

EAP-Authentication and Key Agreement

Constant Value: 5 (0x00000005)

AKA_PRIME

Added in API level 23
int AKA_PRIME

EAP-Authentication and Key Agreement Prime

Constant Value: 6 (0x00000006)

NONE

Added in API level 18
int NONE

No EAP method used. Represents an empty config

Constant Value: -1 (0xffffffff)

PEAP

Added in API level 18
int PEAP

Protected EAP

Constant Value: 0 (0x00000000)

PWD

Added in API level 18
int PWD

EAP-Password

Constant Value: 3 (0x00000003)

SIM

Added in API level 21
int SIM

EAP-Subscriber Identity Module

Constant Value: 4 (0x00000004)

TLS

Added in API level 18
int TLS

EAP-Transport Layer Security

Constant Value: 1 (0x00000001)

TTLS

Added in API level 18
int TTLS

EAP-Tunneled Transport Layer Security

Constant Value: 2 (0x00000002)

UNAUTH_TLS

Added in API level 24
int UNAUTH_TLS

Hotspot 2.0 r2 OSEN

Constant Value: 7 (0x00000007)

Hooray!