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 HS_PLUGIN_STOP_POST_CONNECT_AUTH function is called to notify the plugin to stop the authentication process.
Syntax
typedef DWORD (WINAPI *HS_PLUGIN_STOP_POST_CONNECT_AUTH)(
_In_ HS_NETWORK_IDENTITY *pNetworkIdentity
);
Parameters
*pNetworkIdentity [in]
The HS_NETWORK_IDENTITY structure that uniquely identifies the network.
Return value
This function is called by the host to communicate with the plugin and does not return a value.
Requirements
Version |
Windows 10 Mobile |
Header |
Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h) |