HS_NETWORK_IDENTITY - NtDoc

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

NtDoc

No description available.

Windows hardware development documentation (hs-network-identity)

HS_NETWORK_IDENTITY structure

[!includeWi-Fi Hotspot Offloading deprecation]

The HS_NETWORK_IDENTITY structure contains information that uniquely identifies a Wi-Fi network.

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)