DOT11_BSSID_LIST (Compact 7)

3/12/2014

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

Syntax

typedef struct _DOT11_BSSID_LIST {
  NDIS_OBJECT_HEADER Header;
  ULONG uNumOfEntries;
  ULONG uTotalNumOfEntries;
  DOT11_MAC_ADDRESS BSSIDs[1];
} DOT11_BSSID_LIST,
  *PDOT11_BSSID_LIST;

Members

  • Header
    An NDIS_OBJECT_HEADER structure that contains the type, version, and, size information about an NDIS structure
  • uNumOfEntries
    The number of entries in this structure
  • uTotalNumOfEntries
    The total number of entries supported
  • BSSIDs
    A list of BSS identifiers. A BSS identifier is stored as a DOT11_MAC_ADDRESS type

See Also

Reference

Native Wi-Fi Structures
DOT11_MAC_ADDRESS
WLAN_CONNECTION_PARAMETERS
Native Wi-Fi Reference

Other Resources

NDIS_OBJECT_HEADER