Phase2
class Phase2
| kotlin.Any | |
| ↳ | android.net.wifi.WifiEnterpriseConfig.Phase2 |
The inner authentication method used
Summary
| Constants | |
|---|---|
| static Int |
EAP-Authentication and Key Agreement [RFC-4187] |
| static Int |
EAP-Authentication and Key Agreement Prime [RFC-5448] |
| static Int |
Generic Token Card |
| static Int |
Microsoft Challenge Handshake Authentication Protocol |
| static Int |
Microsoft Challenge Handshake Authentication Protocol v2 |
| static Int | |
| static Int |
Password Authentication Protocol |
| static Int |
EAP-Subscriber Identity Module [RFC-4186] |
Constants
AKA
static val AKA: Int
EAP-Authentication and Key Agreement [RFC-4187]
Value: 6AKA_PRIME
static val AKA_PRIME: Int
EAP-Authentication and Key Agreement Prime [RFC-5448]
Value: 7MSCHAP
static val MSCHAP: Int
Microsoft Challenge Handshake Authentication Protocol
Value: 2MSCHAPV2
static val MSCHAPV2: Int
Microsoft Challenge Handshake Authentication Protocol v2
Value: 3