Enum AuthenticationType
- Namespace
- nanoFramework.Tools.Debugger
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
Specifies the authentication type used for joining a Wi-Fi network.
public enum AuthenticationType : byte
Fields
EAP = 1Extensible Authentication Protocol.
None = 0No protocol.
Open = 4Open System authentication, for use with WEP encryption type.
PEAP = 2Protected Extensible Authentication Protocol.
Shared Key authentication, for use with WEP encryption type.
WCN = 3Microsoft Windows Connect Now protocol.
WEP = 6Wired Equivalent Privacy protocol.
WPA = 7Wi-Fi Protected Access protocol.
WPA2 = 8Wi-Fi Protected Access 2 protocol.