Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 985 Bytes

wifinetworkkind.md

File metadata and controls

38 lines (25 loc) · 985 Bytes
-api-id -api-type -api-device-family-note
T:Windows.Devices.WiFi.WiFiNetworkKind
winrt enum
xbox

WiFiNetworkKind

-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 kinds of Wi-Fi networks.

-enum-fields

-field Any:0

Either an infrastructure or independent network.

-field Infrastructure:1

An infrastructure network.

-field Adhoc:2

An independent (IBSS) network.

-remarks

-examples

-see-also