Skip to main content

Enum NetworkAuthenticationType

Describes the type of WiFi network authentication.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum NetworkAuthenticationType

Fields

None

No authentication enabled.

View Source
Declaration
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
Declaration
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
Declaration
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
Declaration
Wpa2Psk = 3

WpaWpa2Psk

WPA PSK or WPA2 PSk encryption.

View Source
Declaration
WpaWpa2Psk = 4

Wpa2Enterprise

WPA Enterprise authentication using a RADIUS server.

View Source
Declaration
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
Declaration
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
Declaration
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
Declaration
Wpa = 8

WpaNone

Wi-Fi Protected Access.

View Source
Declaration
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
Declaration
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
Declaration
RsnaPsk = 11

Ihv

Specifies an authentication type defined by an independent hardware vendor (IHV).

View Source
Declaration
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
Declaration
Wpa3Psk = 13

WpaWap3Psk

WPA PSK or WPA3 PSk encryption.

View Source
Declaration
WpaWap3Psk = 14

Unknown

Unknown authentication type.

View Source
Declaration
Unknown = 1