NDIS_802_11_BSSID_LIST (Windows CE 5.0)
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.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Ntddndis.h.
See Also
OID_802_11_BSSID_LIST | NDIS_WLAN_BSSID
Send Feedback on this topic to the authors