Share via


WiFiWpsConfigurationStatus Enum

Definition

Note

Some information relates to pre-released product, which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Important

This API will be affected by upcoming changes to operating system behavior, planned for fall 2024. For more info, see Changes to API behavior for Wi-Fi access and location.

Describes the status of the GetWpsConfigurationAsync call.

public enum class WiFiWpsConfigurationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class WiFiWpsConfigurationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum WiFiWpsConfigurationStatus
var value = Windows.Devices.WiFi.WiFiWpsConfigurationStatus.unspecifiedFailure
Public Enum WiFiWpsConfigurationStatus
Inheritance
WiFiWpsConfigurationStatus
Attributes

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Fields

Name Value Description
UnspecifiedFailure 0

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

Success 1

Connection succeeded.

Timeout 2

Connection failed because the connection attempt timed out.

Applies to

See also