// hotspotoffloadplugin.h
typedef struct _HS_PLUGIN_SUPPORTED_SIMS {
DWORD dwCount;
HS_SIM_IDENTITY pSupportedSIMs[*];
HS_SIM_IDENTITY pSupportedSIMs[1];
} HS_PLUGIN_SUPPORTED_SIMS, *PHS_PLUGIN_SUPPORTED_SIMS;
View the official Windows hardware development documentationNo description available.
[!includeWi-Fi Hotspot Offloading deprecation]
The HS_PLUGIN_SUPPORTED_SIMS structure contains the list of supported SIM configurations. This list must be supplied if the hotspot plugin requires HTTP or EAP authentication for any of its networks.
dwCount The list size.
pSupportedSIMs Used if MIDL is utilized. Unique, size is (dwCount).
An array of HS_SIM_IDENTITY structures that make up the list of supported SIM configurations.
pSupportedSIMs Used if MIDL is not utilized.
An array of HS_SIM_IDENTITY structures that make up the list of supported SIM configurations.
In the dwEapMethods field of the HS_SIM_IDENTITY structure for each SIM configuration, you must specify the EAP methods that it supports.
| Header | Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h) |
Microsoft Interface Definition Language