| java.lang.Object | ||
| ↳ | java.lang.Enum<com.ardic.android.parcelables.WifiConfigEnterpriseField.Phase2Type> | |
| ↳ | com.ardic.android.parcelables.WifiConfigEnterpriseField.Phase2Type | |
Enumerates Extensible Authentication Protocol Phase 2 Methods
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WifiConfigEnterpriseField.Phase2Type | PHASE2_TYPE_GTC | Represents EAP Generic Token Card | |||||||||
| WifiConfigEnterpriseField.Phase2Type | PHASE2_TYPE_MSCHAP | Represents Microsoft version of the Challenge-Handshake Authentication Protocol Version 1 | |||||||||
| WifiConfigEnterpriseField.Phase2Type | PHASE2_TYPE_MSCHAPV2 | Represents Microsoft version of the Challenge-Handshake Authentication Protocol Version 2 | |||||||||
| WifiConfigEnterpriseField.Phase2Type | PHASE2_TYPE_NONE | ||||||||||
| WifiConfigEnterpriseField.Phase2Type | PHASE2_TYPE_PAP | Represents Password Authentication Protocol | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
|
| |||||||||||
|
| |||||||||||
Represents EAP Generic Token Card
Represents Microsoft version of the Challenge-Handshake Authentication Protocol Version 1
Represents Microsoft version of the Challenge-Handshake Authentication Protocol Version 2
Represents Password Authentication Protocol
| Parameters | |
|---|---|
s |
String
|
| Returns | |
|---|---|
WifiConfigEnterpriseField.Phase2Type |
|
| Parameters | |
|---|---|
i |
int
|
| Returns | |
|---|---|
WifiConfigEnterpriseField.Phase2Type |
|
| Parameters | |
|---|---|
name |
String
|
| Returns | |
|---|---|
WifiConfigEnterpriseField.Phase2Type |
|