NDIS_802_11_BSSID_LIST (Windows Embedded CE 6.0)
1/6/2010
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.
- Bssid
Specifies an array of NDIS_WLAN_BSSID structures.
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 |