DOT11_SSID (Compact 2013)

3/26/2014

This structure contains the SSID of an interface.

Syntax

typedef struct _DOT11_SSID {
  ULONG uSSIDLength;
  UCHAR ucSSID[DOT11_SSID_MAX_LENGTH];
} DOT11_SSID,
  *PDOT11_SSID;

Members

  • uSSIDLength
    The length, in bytes, of the ucSSID array.
  • ucSSID
    The SSID. DOT11_SSID_MAX_LENGTH is set to 32

Remarks

The SSID that is specified by the ucSSID member is not a null-terminated ASCII string. The length of the SSID is determined by the uSSIDLength member.

A wildcard SSID is an SSID whose uSSIDLength member is set to zero. When the desired SSID is set to the wildcard SSID, the 802.11 station can connect to any basic service set (BSS) network.

See Also

Reference

Native Wi-Fi Structures
WLAN_CONNECTION_PARAMETERS
WlanGetNetworkBssList
WlanScan
Native Wi-Fi Reference

Other Resources

Native 802.11 Data Types
Native 802.11 Wireless LAN Reference