OID_802_11_BSSID (Windows Embedded CE 6.0)

1/6/2010

This object identifier (OID), when set, requests that a miniport driver assign a specified value to the media access control (MAC) address of the access point associated with the NIC.

When queried, this OID requests the miniport driver to return the MAC address of the associated access point. The miniport driver should return an error code of NDIS_STATUS_ADAPTER_NOT_READY if the NIC is not associated with an access point.

This OID uses the NDIS_802_11_MAC_ADDRESS array, which is defined as follows.

Typedef UCHAR     NDIS_802_11_MAC_ADDRESS[6];

Requirements

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

See Also

Reference

802.11 Wireless LAN Object Identifiers
NDIS_802_11_MAC_ADDRESS

Other Resources

802.1x Authentication
Network Drivers