// hotspotoffloadplugin.h
typedef struct _HS_NETWORK_IDENTITY {
HS_SSID Ssid;
HS_AUTH_ALGORITHM hsAuthAlgo;
HS_CIPHER_ALGORITHM hsCipherAlgo;
} HS_NETWORK_IDENTITY, *PHS_NETWORK_IDENTITY;
View the official Windows hardware development documentationNo description available.
[!includeWi-Fi Hotspot Offloading deprecation]
The HS_NETWORK_IDENTITY structure contains information that uniquely identifies a Wi-Fi network.
Ssid The network SSID.
hsAuthAlgo The authentication algorithm used by the wireless network.
hsCipherAlgo The cipher algorithm used by the wireless network.
| Header | Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h) |