# Print output for @column tags ?> WifiConfiguration.KeyMgmt - Android SDK | Android Developers

Most visited

Recently visited

WifiConfiguration.KeyMgmt

public static class WifiConfiguration.KeyMgmt
extends Object

java.lang.Object
   ↳ android.net.wifi.WifiConfiguration.KeyMgmt


Recognized key management schemes.

Summary

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 OWE

Opportunististic Wireless Encryption

int SAE

Simultaneous Authentication of Equals

int SUITE_B_192

SUITE_B_192 192 bit level

int WPA_EAP

WPA using EAP authentication.

int WPA_PSK

WPA pre-shared key (requires preSharedKey to be specified).

String varName

Fields

public static final String[] strings

Inherited methods

Constants

IEEE8021X

public static final int IEEE8021X

IEEE 802.1X using EAP authentication and (optionally) dynamically generated WEP keys.

Constant Value: 3 (0x00000003)

NONE

public static final int NONE

WPA is not used; plaintext or static WEP could be used.

Constant Value: 0 (0x00000000)

OWE

public static final int OWE

Opportunististic Wireless Encryption

Constant Value: 9 (0x00000009)

SAE

public static final int SAE

Simultaneous Authentication of Equals

Constant Value: 8 (0x00000008)

SUITE_B_192

public static final int SUITE_B_192

SUITE_B_192 192 bit level

Constant Value: 10 (0x0000000a)

WPA_EAP

public static final int WPA_EAP

WPA using EAP authentication. Generally used with an external authentication server.

Constant Value: 2 (0x00000002)

WPA_PSK

public static final int WPA_PSK

WPA pre-shared key (requires preSharedKey to be specified).

Constant Value: 1 (0x00000001)

varName

public static final String varName

Constant Value: "key_mgmt"

Fields

strings

public static final String[] strings