KeyManagementType Enum

Definition

Enumerates values returned by several types.

public enum KeyManagementType
type KeyManagementType = 
Inheritance
KeyManagementType

Fields

Dpp 17
FilsSha256 15
FilsSha384 16
FtEap 7
FtPsk 6
Ieee8021x 3

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

None 0

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

Osen 5
Owe 9
Sae 8
SuiteB192 10
WapiCert 14
WapiPsk 13
Wpa2Psk 4
WpaEap 2

WPA using EAP authentication.

WpaEapSha256 12
WpaPsk 1

WPA pre-shared key (requires preSharedKeyto be specified).

WpaPskSha256 11

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to