Share via


OID_802_11_BSSID

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Ntddndis.h.

See Also

NDIS_802_11_MAC_ADDRESS | 802.1x Authentication | Network Drivers

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.