Enum NetworkAuthenticationType
Describes the type of WiFi network authentication.
Assembly: Meadow.Contracts.dll
View Source
public enum NetworkAuthenticationType
Fields
None
No authentication enabled.
View Source
None = 0
Wep
Open authentication over 802.11 wireless. Devices are authenticated and can connect to an access point, but communication with the network requires a matching Wired Equivalent Privacy (WEP) key.
View Source
Wep = 1
WpaPsk
Specifies a Wi-Fi Protected Access (WPA) algorithm that uses pre-shared keys (PSK). IEEE 802.1X port authorization is performed by the supplicant and authenticator. Cipher keys are dynamically derived through a pre-shared key that is used on both the supplicant and authenticator.
View Source
WpaPsk = 2
Wpa2Psk
Specifies a Wi-Fi Protected Access 2 (WPAs) algorithm that uses pre-shared keys (PSK). IEEE 802.1X port authorization is performed by the supplicant and authenticator. Cipher keys are dynamically derived through a pre-shared key that is used on both the supplicant and authenticator.
View Source
Wpa2Psk = 3
WpaWpa2Psk
WPA PSK or WPA2 PSk encryption.
View Source
WpaWpa2Psk = 4
Wpa2Enterprise
WPA Enterprise authentication using a RADIUS server.
View Source
Wpa2Enterprise = 5
Open80211
Open authentication over 802.11 wireless. Devices are authenticated and can connect to an access point, but communication with the network requires a matching Wired Equivalent Privacy (WEP) key.
View Source
Open80211 = 6
SharedKey80211
Specifies an IEEE 802.11 Shared Key authentication algorithm that requires the use of a pre-shared Wired Equivalent Privacy (WEP) key for the 802.11 authentication.
View Source
SharedKey80211 = 7
Wpa
Specifies a Wi-Fi Protected Access (WPA) algorithm. IEEE 802.1X port authorization is performed by the supplicant, authenticator, and authentication server. Cipher keys are dynamically derived through the authentication process.
View Source
Wpa = 8
WpaNone
Wi-Fi Protected Access.
View Source
WpaNone = 9
Rsna
Specifies an IEEE 802.11i Robust Security Network Association (RSNA) algorithm. IEEE 802.1X port authorization is performed by the supplicant, authenticator, and authentication server. Cipher keys are dynamically derived through the authentication process.
View Source
Rsna = 10
RsnaPsk
Specifies an IEEE 802.11i RSNA algorithm that uses PSK. IEEE 802.1X port authorization is performed by the supplicant and authenticator. Cipher keys are dynamically derived through a pre-shared key that is used on both the supplicant and authenticator.
View Source
RsnaPsk = 11
Ihv
Specifies an authentication type defined by an independent hardware vendor (IHV).
View Source
Ihv = 12
Wpa3Psk
Specifies a Wi-Fi Protected Access 3 (WPAs) algorithm that uses pre-shared keys (PSK). IEEE 802.1X port authorization is performed by the supplicant and authenticator. Cipher keys are dynamically derived through a pre-shared key that is used on both the supplicant and authenticator.
View Source
Wpa3Psk = 13
WpaWap3Psk
WPA PSK or WPA3 PSk encryption.
View Source
WpaWap3Psk = 14
Unknown
Unknown authentication type.
View Source
Unknown = 1