Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Wi-Fi Hotspot Offloading deprecation note
Important
Starting in Windows 10, version 1709, the Wi-Fi Hotspot Offloading feature is deprecated and should not be used. Instead, we recommend writing a UWP app and using the Wi-Fi Hotspot Authentication API (Windows.Networking.NetworkOperators).
For a code sample and more info, see the Wi-Fi hotspot authentication sample.
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.
Syntax
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;
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) |