DOT11_SSID - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wlantypes.h

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

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wlantypes-_dot11_ssid)

_DOT11_SSID structure

Description

Important The Native 802.11 Wireless LAN interface is deprecated in Windows 10 and later. Please use the WLAN Device Driver Interface (WDI) instead. For more information about WDI, see WLAN Universal Windows driver model.

The DOT11_SSID structure defines an 802.11 service set identifier (SSID).

Members

uSSIDLength

The length, in bytes, of the ucSSID array.

ucSSID

The SSID.

Syntax

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

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

OID_DOT11_DESIRED_SSID_LIST

NDIS_STATUS_DOT11_CONNECTION_START

DOT11EXT_IHV_PROFILE_PARAMS

NDIS_STATUS_DOT11_ASSOCIATION_START

OID_DOT11_ENUM_BSS_LIST

OID_DOT11_SCAN_REQUEST

NDIS_STATUS_DOT11_ROAMING_START