WiFiEncryptionType

Inheritance: java.lang.Object

public final class WiFiEncryptionType

Represents WiFi Encryption type.

Fields

Field Description
None Represents no encryption WiFi type.
WPA Represents WiFi with the WPA encryption type.
WPAEAP Represents WiFi with the WPA-EAP encryption type.
WPAWPA2 Represents WiFi with the WPA/WPA2 encryption type.
WEP Represents WiFi with the WEP encryption type.

None

public static final int None

Represents no encryption WiFi type.

WPA

public static final int WPA

Represents WiFi with the WPA encryption type.

WPAEAP

public static final int WPAEAP

Represents WiFi with the WPA-EAP encryption type.

WPAWPA2

public static final int WPAWPA2

Represents WiFi with the WPA/WPA2 encryption type.

WEP

public static final int WEP

Represents WiFi with the WEP encryption type.