Share via


DOT11EXT_IHV_SSID_LIST (Compact 2013)

3/26/2014

This structure specifies a list of 802.11 service set identifiers (SSIDs).

Syntax

typedef struct _DOT11EXT_IHV_SSID_LIST {
  ULONG  ulCount;
  DOT11_SSID  SSIDs[1];
} DOT11EXT_IHV_SSID_LIST, *PDOT11EXT_IHV_SSID_LIST;

Members

  • ulCount
    The number of SSIDs in the list
  • SSIDs
    An SSID of type DOT11_SSID. This is the first SSID in the list.

Remarks

An SSID is a string that identifies a set of interconnected basic service sets (BSSs).

Requirements

Header

wlanihvtypes.h

See Also

Reference

Native 802.11 Data Types
Native 802.11 Wireless LAN Reference

Other Resources

DOT11_SSID