Edit

HS_NETWORK_IDENTITY structure

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_NETWORK_IDENTITY structure contains information that uniquely identifies a Wi-Fi network.

Syntax

typedef struct _HS_NETWORK_IDENTITY {
  HS_SSID             Ssid;
  HS_AUTH_ALGORITHM   hsAuthAlgo;
  HS_CIPHER_ALGORITHM hsCipherAlgo;
} HS_NETWORK_IDENTITY, *PHS_NETWORK_IDENTITY;

Members

Ssid
The network SSID.

hsAuthAlgo
The authentication algorithm used by the wireless network.

hsCipherAlgo
The cipher algorithm used by the wireless network.

Requirements

Header

Hotspotoffloadplugin.h (include Hotspotoffloadplugin.h)