HS_NETWORK_IDENTITY structure

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)

 

 

Send comments about this topic to Microsoft