public static final class WifiEnterpriseConfig.Phase2 extends Object
Modifier and Type | Field and Description |
---|---|
static int |
GTC
Generic Token Card
|
static int |
MSCHAP
Microsoft Challenge Handshake Authentication Protocol
|
static int |
MSCHAPV2
Microsoft Challenge Handshake Authentication Protocol v2
|
static int |
NONE |
static int |
PAP
Password Authentication Protocol
|
static String[] |
strings |
public static final int NONE
public static final int PAP
public static final int MSCHAP
public static final int MSCHAPV2
public static final int GTC
public static final String[] strings