java.lang.Object | |
↳ | android.net.wifi.WifiConfiguration.KeyMgmt |
Recognized key management schemes.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | IEEE8021X | IEEE 802.1X using EAP authentication and (optionally) dynamically generated WEP keys. | |||||||||
int | NONE | WPA is not used; plaintext or static WEP could be used. | |||||||||
int | WPA_EAP | WPA using EAP authentication. | |||||||||
int | WPA_PSK |
WPA pre-shared key (requires
preSharedKey
to be specified).
|
|||||||||
String | varName |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
strings |
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
IEEE 802.1X using EAP authentication and (optionally) dynamically generated WEP keys.
WPA is not used; plaintext or static WEP could be used.
WPA using EAP authentication. Generally used with an external authentication server.
WPA pre-shared key (requires
preSharedKey
to be specified).