WiFiEncryptionType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class WiFiEncryptionType
Represents WiFi Encryption type.
| 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. |
public static final int None
Represents no encryption WiFi 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.
public static final int WEP
Represents WiFi with the WEP encryption type.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.