Share via


WLAN_BSS_LIST (Compact 2013)

3/26/2014

This structure contains a list of basic service set (BSS) entries.

Syntax

typedef struct _WLAN_BSS_LIST {
  DWORD dwTotalSize;
  DWORD dwNumberOfItems;
  WLAN_BSS_ENTRY wlanBssEntries[1];
} WLAN_BSS_LIST,
  *PWLAN_BSS_LIST;

Members

  • dwTotalSize
    The total size of this structure, in bytes
  • dwNumberOfItems
    Specifies the number of items in the wlanBssEntries member
  • wlanBssEntries
    An array of WLAN_BSS_ENTRY structures that contains information about a BSS

See Also

Reference

Native Wi-Fi Structures
WLAN_BSS_ENTRY
Native Wi-Fi Reference