HS_PLUGIN_STOP_POST_CONNECT_AUTH - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hotspotoffloadplugin.h

typedef DWORD (WINAPI *HS_PLUGIN_STOP_POST_CONNECT_AUTH)(
  _In_ HS_NETWORK_IDENTITY *pNetworkIdentity
);
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (hs-plugin-stop-post-connect-auth)

HS_PLUGIN_STOP_POST_CONNECT_AUTH function

[!includeWi-Fi Hotspot Offloading deprecation]

The HS_PLUGIN_STOP_POST_CONNECT_AUTH function is called to notify the plugin to stop the authentication process.

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)

See also

HS_NETWORK_IDENTITY