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

Object clone()

Creates and returns a copy of this object.

boolean equals(Object obj)

Indicates whether some other object is "equal to" this one.

void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

final Class<?> getClass()

Returns the runtime class of this Object.

int hashCode()

Returns a hash code value for the object.

final void notify()

Wakes up a single thread that is waiting on this object's monitor.

final void notifyAll()

Wakes up all threads that are waiting on this object's monitor.

String toString()

Returns a string representation of the object.

final void wait(long timeoutMillis, int nanos)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait(long timeoutMillis)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait()

Causes the current thread to wait until it is awakened, typically by being notified or interrupted.

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)