public final class WiFiEncryptionType extends Object
Represents WiFi Encryption type.
| Modifier and Type | Field and Description |
|---|---|
static int |
None
Represents no encryption WiFi type.
|
static int |
WEP
Represents WiFi with the WEP encryption type.
|
static int |
WPA
Represents WiFi with the WPA encryption type.
|
static int |
WPAEAP
Represents WiFi with the WPA-EAP encryption type.
|
static int |
WPAWPA2
Represents WiFi with the WPA/WPA2 encryption type.
|
public static final int None
Represents no encryption WiFi type.
public static final int WEP
Represents WiFi with the WEP encryption type.
public static final int WPA
Represents WiFi with the WPA encryption type.
public static final int WPAEAP
Represents WiFi with the WPA-EAP encryption type.
public static final int WPAWPA2
Represents WiFi with the WPA/WPA2 encryption type.
Copyright © 2024. All rights reserved.