public static class WifiConfiguration.KeyMgmt extends Object
Modifier and Type | Field and Description |
---|---|
static int |
IEEE8021X
IEEE 802.1X using EAP authentication and (optionally) dynamically
generated WEP keys.
|
static int |
NONE
WPA is not used; plaintext or static WEP could be used.
|
static int |
OSEN
Hotspot 2.0 r2 OSEN:
|
static String[] |
strings |
static String |
varName |
static int |
WPA_EAP
WPA using EAP authentication.
|
static int |
WPA_PSK
WPA pre-shared key (requires
preSharedKey to be specified). |
static int |
WPA2_PSK
WPA2 pre-shared key for use with soft access point
(requires
preSharedKey to be specified). |
public static final int NONE
public static final int WPA_PSK
preSharedKey
to be specified).public static final int WPA_EAP
public static final int IEEE8021X
public static final int WPA2_PSK
preSharedKey
to be specified).public static final int OSEN
public static final String varName
public static final String[] strings