android.net.wifi
public
static
final
enum
android.net.wifi.WifiConfiguration.KeyMgmt
Recognized key management schemes.
Summary
Enum Values
Public Methods
Methods inherited
from class
java.lang.Enum
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Enum Values
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).
Public Methods