WiFiWpsKind 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 kinds of WPS connection methods.

public enum class WiFiWpsKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class WiFiWpsKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum WiFiWpsKind
var value = Windows.Devices.WiFi.WiFiWpsKind.unknown
Public Enum WiFiWpsKind
Inheritance
WiFiWpsKind
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

Ethernet 4

Not used.

Nfc 3

Near field communication.

Pin 1

WPS pin.

PushButton 2

WPS push button.

Unknown 0

Unknown.

Usb 5

Not used.

Applies to

See also