Table of Contents

Enum WifiConnectionStatus

Namespace
System.Device.Wifi
Assembly
System.Device.Wifi.dll

Status of the connection attempt.

public enum WifiConnectionStatus

Fields

AccessRevoked = 0

Connection failed because access to the network has been revoked.

InvalidCredential = 1

Connection failed because an invalid credential was presented.

NetworkNotAvailable = 2

Connection failed because the network is not available.

Success = 3

Connection succeeded.

Timeout = 4

Connection failed because the connection attempt timed out.

UnspecifiedFailure = 5

Connection failed for a reason other than those in this list.

UnsupportedAuthenticationProtocol = 6

Connection failed because the authentication protocol is not supported.