Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Wi-Fi Hotspot Offloading deprecation note
Important
Starting in Windows 10, version 1709, the Wi-Fi Hotspot Offloading feature is deprecated and should not be used. Instead, we recommend writing a UWP app and using the Wi-Fi Hotspot Authentication API (Windows.Networking.NetworkOperators).
For a code sample and more info, see the Wi-Fi hotspot authentication sample.
The eHS_NETWORK_STATE enumeration indicates whether a network is a hotspot network.
Syntax
typedef enum _eHS_NETWORK_STATE {
HS_NETWORK_STATE_NOT_A_HOTSPOT,
HS_NETWORK_STATE_HOTSPOT_MANUAL_CONNECT,
HS_NETWORK_STATE_HOTSPOT_AUTO_CONNECT,
HS_NETWORK_STATE_MAX
} eHS_NETWORK_STATE;
Constants
HS_NETWORK_STATE_NOT_A_HOTSPOT
Indicates the network is not a hotspot network.
HS_NETWORK_STATE_HOTSPOT_MANUAL_CONNECT
Indicates the user can manually connect to the hotspot network.
HS_NETWORK_STATE_HOTSPOT_AUTO_CONNECT
Indicates the device can connect automatically to the hotspot network.
HS_NETWORK_STATE_MAX
Indicates an out-of-range value.
Requirements
Version |
Windows 10 Mobile |
Header |
Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h) |