public
static
final
class
WifiEnterpriseConfig.Eap
extends Object
java.lang.Object | |
↳ | android.net.wifi.WifiEnterpriseConfig.Eap |
The Extensible Authentication Protocol method used
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
|
int AKA
EAP-Authentication and Key Agreement
Constant Value: 5 (0x00000005)
int AKA_PRIME
EAP-Authentication and Key Agreement Prime
Constant Value: 6 (0x00000006)
int NONE
No EAP method used. Represents an empty config
Constant Value: -1 (0xffffffff)
int TTLS
EAP-Tunneled Transport Layer Security
Constant Value: 2 (0x00000002)