Share via


NDIS_802_11_BSSID_LIST

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The NDIS_802_11_BSSID_LIST structure is used by OID_802_11_BSSID_LIST to request that a miniport driver return a list containing all basic service set identifiers (BSSIDs) and their attributes, as listed in the 802.11 NIC database.

Syntax

typedef struct _NDIS_802_11_BSSID_LIST {
  ULONG NumberOfItems;
  NDIS_WLAN_BSSID Bssid[1];
} NDIS_802_11_BSSID_LIST, *PNDIS_802_11_BSSID_LIST;

Members

  • NumberOfItems
    Specifies the number of items contained in the Bssid array. This array must contain at least one item.

Remarks

The list returned contains all the BSS items that the NIC detected during its most recent survey.

Requirements

Header ntddndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

OID_802_11_BSSID_LIST
NDIS_WLAN_BSSID