Enum WifiConnectionStatus
Status of the connection attempt.
public enum WifiConnectionStatus
Fields
AccessRevoked = 0Connection failed because access to the network has been revoked.
InvalidCredential = 1Connection failed because an invalid credential was presented.
NetworkNotAvailable = 2Connection failed because the network is not available.
Success = 3Connection succeeded.
Timeout = 4Connection failed because the connection attempt timed out.
UnspecifiedFailure = 5Connection failed for a reason other than those in this list.
UnsupportedAuthenticationProtocol = 6Connection failed because the authentication protocol is not supported.