Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.3 KB

wifiadapter_getwpsconfigurationasync_1613138554.md

File metadata and controls

31 lines (23 loc) · 1.3 KB
-api-id -api-type
M:Windows.Devices.WiFi.WiFiAdapter.GetWpsConfigurationAsync(Windows.Devices.WiFi.WiFiAvailableNetwork)
winrt method

Windows.Devices.WiFi.WiFiAdapter.GetWpsConfigurationAsync

-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.

Performs WPS discovery to query the WPS methods supported by the network.

-parameters

-param availableNetwork

An available Wi-Fi network. See WiFiAvailableNetwork class.

-returns

On successful completion, returns a WiFiWpsConfigurationResult.

-remarks

-see-also

WiFiWpsConfigurationResult, WiFiAvailableNetwork

-examples