DOT11_MAC_INFO structure (windot11.h)

Important  The Native 802.11 Wireless LAN interface is deprecated in Windows 10 and later. Please use the WLAN Device Driver Interface (WDI) instead. For more information about WDI, see WLAN Universal Windows driver model.
 
The DOT11_MAC_INFO structure specifies a new 802.11 MAC entity that the 802.11 miniport driver has created.

Syntax

typedef struct DOT11_MAC_INFO {
  ULONG             uReserved;
  ULONG             uNdisPortNumber;
  DOT11_MAC_ADDRESS MacAddr;
} DOT11_MAC_INFO, *PDOT11_MAC_INFO;

Members

uReserved

Reserved for system use.

uNdisPortNumber

A ULONG value that specifies the number of the NDIS port that the 802.11 miniport driver has allocated to reference a newly created 802.11 MAC entity. This value is equal to the PortNumber member of the NDIS_PORT_CHARACTERISTICS structure.

MacAddr

The media access control (MAC) address of a newly created 802.11 MAC entity.

Remarks

This structure is used with OID_DOT11_CREATE_MAC.

Requirements

Requirement Value
Minimum supported client Available in Windows 7 and later versions of the Windows operating systems.
Header windot11.h (include Ndis.h)

See also

NDIS_PORT_CHARACTERISTICS

OID_DOT11_CREATE_MAC