Windows.Devices.WiFi Namespace
Provides a means to scan for nearby WiFi access points, enumerate those that are found, and connect to an access point.
Note that you must specify that your app has the wiFiControl capability in order to use this API.
Classes
WiFiAdapter |
Use this class to enumerate local Wi-Fi adapters, initiate Wi-Fi scans, enumerate scan results, and to connect or disconnect individual adapters. |
WiFiAvailableNetwork |
Describes an available Wi-Fi network. |
WiFiConnectionResult |
Describes the results of an attempt to connect to a Wi-Fi network. |
WiFiNetworkReport |
Contains the result of a network scan operation. |
WiFiWpsConfigurationResult |
Wifi configuration result returned by a call to GetWpsConfigurationAsync. |
Enums
WiFiAccessStatus |
Used to report the results of an attempt to request access to a Wi-Fi adapter. |
WiFiConnectionMethod |
Describes the kinds of connection methods. |
WiFiConnectionStatus |
Status of the connection attempt. |
WiFiNetworkKind |
Describes the kinds of Wi-Fi networks. |
WiFiPhyKind |
Describes PHY types supported by standard 802.11. |
WiFiReconnectionKind |
Describes whether to automatically reconnect to this network. |
WiFiWpsConfigurationStatus |
Describes the status of the GetWpsConfigurationAsync call. |
WiFiWpsKind |
Describes the kinds of WPS connection methods. |