// 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 documentationNo description available.
[!includeWi-Fi Hotspot Offloading deprecation]
The HS_CONNECTION_CONTEXT structure contains the information required by the plugin for post connect authentication.
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.
| Header | Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h) |