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
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)
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)