WiFiEncryptionType enumeration

WiFiEncryptionType enumeration

Represents WiFi Encryption type.

The WiFiEncryptionType type exposes the following members:

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.

See Also