Skip to main content

Enum NetworkEncryptionType

Describes the type of encryption employed by a WiFi network.

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

Fields

None

No authentication enabled.

View Source
Declaration
None = 0

Wep40

Wired Equivalent Privacy (WEP) 40-bit encryption.

View Source
Declaration
Wep40 = 1

Wep104

Wired Equivalent Privacy (WEP) 104-bit encryption.

View Source
Declaration
Wep104 = 2

Tkip

Temporal Key Integrity Protocol (TKIP).

View Source
Declaration
Tkip = 3

Ccmp

CCM Mode Protocol.

View Source
Declaration
Ccmp = 4

TkipCcmp

TKIP or CCMP.

View Source
Declaration
TkipCcmp = 5

Unknown

Unknown authentication method.

View Source
Declaration
Unknown = 6