HS_CONNECTION_CONTEXT - NtDoc

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

typedef struct _HS_CONNECTION_CONTEXT {
  HS_MAC_ADDRESS  MacAddress;
  HS_SIM_IDENTITY SIMIdentity;
  WCHAR           pszPhoneNumber[HS_MAX_PHONE_NUMBER_LENGTH+1];
} HS_CONNECTION_CONTEXT, *PHS_CONNECTION_CONTEXT;
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (hs-connection-context)

HS_CONNECTION_CONTEXT structure

[!includeWi-Fi Hotspot Offloading deprecation]

The HS_CONNECTION_CONTEXT structure contains the information required by the plugin for post connect authentication.

Members

MacAddress The HS_MAC_ADDRESS structure that contains the MAC address.

SIMIdentity The HS_SIM_IDENTITY structure that contains information required for EAP-SIM/AKA authentication.

pszPhoneNumber Pointer to the phone number.

Requirements

Header Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h)

See also

HS_MAC_ADDRESS

HS_SIM_IDENTITY