Stay organized with collections
Save and categorize content based on your preferences.
WifiEnterpriseConfig.Eap
public
static
final
class
WifiEnterpriseConfig.Eap
extends Object
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 |
From class
java.lang.Object
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
public static final int AKA
EAP-Authentication and Key Agreement [RFC-4187]
Constant Value:
5
(0x00000005)
AKA_PRIME
public static final int AKA_PRIME
EAP-Authentication and Key Agreement Prime [RFC-5448]
Constant Value:
6
(0x00000006)
NONE
public static final int NONE
No EAP method used. Represents an empty config
Constant Value:
-1
(0xffffffff)
PEAP
public static final int PEAP
Protected EAP
Constant Value:
0
(0x00000000)
PWD
public static final int PWD
EAP-Password
Constant Value:
3
(0x00000003)
SIM
public static final int SIM
EAP-Subscriber Identity Module [RFC-4186]
Constant Value:
4
(0x00000004)
TLS
public static final int TLS
EAP-Transport Layer Security
Constant Value:
1
(0x00000001)
TTLS
public static final int TTLS
EAP-Tunneled Transport Layer Security
Constant Value:
2
(0x00000002)
UNAUTH_TLS
public static final int UNAUTH_TLS
Hotspot 2.0 r2 OSEN
Constant Value:
7
(0x00000007)
WAPI_CERT
public static final int WAPI_CERT
WAPI Certificate
Constant Value:
8
(0x00000008)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# WifiEnterpriseConfig.Eap\n\nAdded in [API level 18](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nSummary: [Constants](#constants) \\| [Inherited Methods](#inhmethods) \n\nWifiEnterpriseConfig.Eap\n========================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/net/wifi/WifiEnterpriseConfig.Eap \"View this page in Kotlin\") \\|Java\n\n\n`\npublic\nstatic\nfinal\n\nclass\nWifiEnterpriseConfig.Eap\n`\n\n\n`\n\nextends `[Object](/reference/java/lang/Object)`\n\n\n`\n\n`\n\n\n`\n\n|---|-------------------------------------------|\n| [java.lang.Object](/reference/java/lang/Object) ||\n| ↳ | android.net.wifi.WifiEnterpriseConfig.Eap |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nThe Extensible Authentication Protocol method used\n\nSummary\n-------\n\n| ### Constants ||\n|-------|-------------------------------------------------------------------------------------------------------------------------------------|\n| `int` | [AKA](/reference/android/net/wifi/WifiEnterpriseConfig.Eap#AKA) EAP-Authentication and Key Agreement \\[RFC-4187\\] |\n| `int` | [AKA_PRIME](/reference/android/net/wifi/WifiEnterpriseConfig.Eap#AKA_PRIME) EAP-Authentication and Key Agreement Prime \\[RFC-5448\\] |\n| `int` | [NONE](/reference/android/net/wifi/WifiEnterpriseConfig.Eap#NONE) No EAP method used. |\n| `int` | [PEAP](/reference/android/net/wifi/WifiEnterpriseConfig.Eap#PEAP) Protected EAP |\n| `int` | [PWD](/reference/android/net/wifi/WifiEnterpriseConfig.Eap#PWD) EAP-Password |\n| `int` | [SIM](/reference/android/net/wifi/WifiEnterpriseConfig.Eap#SIM) EAP-Subscriber Identity Module \\[RFC-4186\\] |\n| `int` | [TLS](/reference/android/net/wifi/WifiEnterpriseConfig.Eap#TLS) EAP-Transport Layer Security |\n| `int` | [TTLS](/reference/android/net/wifi/WifiEnterpriseConfig.Eap#TTLS) EAP-Tunneled Transport Layer Security |\n| `int` | [UNAUTH_TLS](/reference/android/net/wifi/WifiEnterpriseConfig.Eap#UNAUTH_TLS) Hotspot 2.0 r2 OSEN |\n| `int` | [WAPI_CERT](/reference/android/net/wifi/WifiEnterpriseConfig.Eap#WAPI_CERT) WAPI Certificate |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` `[java.lang.Object](/reference/java/lang/Object)` ` |---------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ` `[Object](/reference/java/lang/Object) | ` `[clone](/reference/java/lang/Object#clone())`() ` Creates and returns a copy of this object. | | ` boolean` | ` `[equals](/reference/java/lang/Object#equals(java.lang.Object))`(`[Object](/reference/java/lang/Object)` obj) ` Indicates whether some other object is \"equal to\" this one. | | ` void` | ` `[finalize](/reference/java/lang/Object#finalize())`() ` Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. | | ` final `[Class](/reference/java/lang/Class)`\u003c?\u003e` | ` `[getClass](/reference/java/lang/Object#getClass())`() ` Returns the runtime class of this `Object`. | | ` int` | ` `[hashCode](/reference/java/lang/Object#hashCode())`() ` Returns a hash code value for the object. | | ` final void` | ` `[notify](/reference/java/lang/Object#notify())`() ` Wakes up a single thread that is waiting on this object's monitor. | | ` final void` | ` `[notifyAll](/reference/java/lang/Object#notifyAll())`() ` Wakes up all threads that are waiting on this object's monitor. | | ` `[String](/reference/java/lang/String) | ` `[toString](/reference/java/lang/Object#toString())`() ` Returns a string representation of the object. | | ` final void` | ` `[wait](/reference/java/lang/Object#wait(long,%20int))`(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](/reference/java/lang/Object#wait(long))`(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](/reference/java/lang/Object#wait())`() ` Causes the current thread to wait until it is awakened, typically by being *notified* or *interrupted*. | ||\n\nConstants\n---------\n\n### AKA\n\nAdded in [API level 21](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int AKA\n```\n\nEAP-Authentication and Key Agreement \\[RFC-4187\\]\n\n\u003cbr /\u003e\n\nConstant Value:\n\n5\n(0x00000005)\n\n\n### AKA_PRIME\n\nAdded in [API level 23](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int AKA_PRIME\n```\n\nEAP-Authentication and Key Agreement Prime \\[RFC-5448\\]\n\n\u003cbr /\u003e\n\nConstant Value:\n\n6\n(0x00000006)\n\n\n### NONE\n\nAdded in [API level 18](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int NONE\n```\n\nNo EAP method used. Represents an empty config\n\n\u003cbr /\u003e\n\nConstant Value:\n\n-1\n(0xffffffff)\n\n\n### PEAP\n\nAdded in [API level 18](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int PEAP\n```\n\nProtected EAP\n\n\u003cbr /\u003e\n\nConstant Value:\n\n0\n(0x00000000)\n\n\n### PWD\n\nAdded in [API level 18](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int PWD\n```\n\nEAP-Password\n\n\u003cbr /\u003e\n\nConstant Value:\n\n3\n(0x00000003)\n\n\n### SIM\n\nAdded in [API level 21](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int SIM\n```\n\nEAP-Subscriber Identity Module \\[RFC-4186\\]\n\n\u003cbr /\u003e\n\nConstant Value:\n\n4\n(0x00000004)\n\n\n### TLS\n\nAdded in [API level 18](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int TLS\n```\n\nEAP-Transport Layer Security\n\n\u003cbr /\u003e\n\nConstant Value:\n\n1\n(0x00000001)\n\n\n### TTLS\n\nAdded in [API level 18](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int TTLS\n```\n\nEAP-Tunneled Transport Layer Security\n\n\u003cbr /\u003e\n\nConstant Value:\n\n2\n(0x00000002)\n\n\n### UNAUTH_TLS\n\nAdded in [API level 24](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int UNAUTH_TLS\n```\n\nHotspot 2.0 r2 OSEN\n\n\u003cbr /\u003e\n\nConstant Value:\n\n7\n(0x00000007)\n\n\n### WAPI_CERT\n\nAdded in [API level 30](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final int WAPI_CERT\n```\n\nWAPI Certificate\n\n\u003cbr /\u003e\n\nConstant Value:\n\n8\n(0x00000008)"]]