WiFiConnectionStatus
WiFiConnectionStatus
WiFiConnectionStatus
WiFiConnectionStatus
Enum
Definition
Status of the connection attempt.
public : enum class WiFiConnectionStatuspublic enum WiFiConnectionStatusPublic Enum WiFiConnectionStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| AccessRevoked AccessRevoked AccessRevoked AccessRevoked | Connection failed because access to the network has been revoked. |
| InvalidCredential InvalidCredential InvalidCredential InvalidCredential | Connection failed because an invalid credential was presented. |
| NetworkNotAvailable NetworkNotAvailable NetworkNotAvailable NetworkNotAvailable | Connection failed because the network is not available. |
| Success Success Success Success | Connection succeeded. |
| Timeout Timeout Timeout Timeout | Connection failed because the connection attempt timed out. |
| UnspecifiedFailure UnspecifiedFailure UnspecifiedFailure UnspecifiedFailure | Connection failed for a reason other than those in this list. |
| UnsupportedAuthenticationProtocol UnsupportedAuthenticationProtocol UnsupportedAuthenticationProtocol UnsupportedAuthenticationProtocol | Connection failed because the authentication protocol is not supported. |