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 = 1
Extensible Authentication Protocol.
None = 0
No protocol.
Open = 4
Open System authentication, for use with WEP encryption type.
PEAP = 2
Protected Extensible Authentication Protocol.
Shared Key authentication, for use with WEP encryption type.
WCN = 3
Microsoft Windows Connect Now protocol.
WEP = 6
Wired Equivalent Privacy protocol.
WPA = 7
Wi-Fi Protected Access protocol.
WPA2 = 8
Wi-Fi Protected Access 2 protocol.