Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.19 KB

wifiwpsconfigurationstatus.md

File metadata and controls

33 lines (25 loc) · 1.19 KB
-api-id -api-type
T:Windows.Devices.WiFi.WiFiWpsConfigurationStatus
winrt enum

Windows.Devices.WiFi.WiFiWpsConfigurationStatus

-description

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.

-enum-fields

-field UnspecifiedFailure:0

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

-field Timeout:2

Connection failed because the connection attempt timed out.

-field Success:1

Connection succeeded.

-remarks

-see-also

GetWpsConfigurationAsync

-examples