HS_PLUGIN_SUPPORTED_SIMS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 documentation

NtDoc

No description available.

Windows hardware development documentation (hs-plugin-supported-sims)

HS_PLUGIN_SUPPORTED_SIMS structure

[!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.

Members

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.

Remarks

In the dwEapMethods field of the HS_SIM_IDENTITY structure for each SIM configuration, you must specify the EAP methods that it supports.

Requirements

Header Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h)

See also

HS_SIM_IDENTITY

Microsoft Interface Definition Language