eHS_AUTHENTICATION_RESULT - NtDoc

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

typedef enum _eHS_AUTHENTICATION_RESULT { 
  HS_AUTHENTICATION_RESULT_SUCCESS         = 0,
  HS_AUTHENTICATION_RESULT_FAILED_TIMEOUT  = 100,
  HS_AUTHENTICATION_RESULT_FAILED_AUTH,
  HS_AUTHENTICATION_RESULT_FAILED_CONNECT,
  HS_AUTHENTICATION_RESULT_FAILED_OTHER,
  HS_AUTHENTICATION_RESULT_MAX
} eHS_AUTHENTICATION_RESULT;
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (ehs-authentication-result)

eHS_AUTHENTICATION_RESULT enumeration

[!includeWi-Fi Hotspot Offloading deprecation]

The eHS_AUTHENTICATION_RESULT enumeration indicates the result of authentication by the plugin after the PostConnectAuth request.

Constants

HS_AUTHENTICATION_RESULT_SUCCESS Indicates the authentication was successful.

HS_AUTHENTICATION_RESULT_FAILED_TIMEOUT Indicates the authentication failed due to a timeout from the server/back end.

HS_AUTHENTICATION_RESULT_FAILED_AUTH Indicates the authentication failed due to incorrect credentials.

HS_AUTHENTICATION_RESULT_FAILED_CONNECT Indicates the authentication failed due to an inability to connect to the authentication server

HS_AUTHENTICATION_RESULT_FAILED_OTHER Indicates the authentication failed for some other reason.

HS_AUTHENTICATION_RESULT_MAX Indicates an out-of-range value.

Remarks

The plugin passes this enumeration value to the hotspot plugin host through the HS_HOST_POST_CONNECT_AUTH_COMPLETION function, which is used to inform the hotspot plugin host of the results of a call to HS_PLUGIN_START_POST_CONNECT_AUTH.

Requirements

Version Windows 10 Mobile
Header Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h)