Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DOT11_MAC_ADDRESS types are used to define an IEEE media access control (MAC) address.
typedef UCHAR DOT11_MAC_ADDRESS[6];
typedef DOT11_MAC_ADDRESS* PDOT11_MAC_ADDRESS;
- 
DOT11_MAC_ADDRESS[6] 
- 
A MAC address in unicast, multicast, or broadcast format. 
- 
PDOT11_MAC_ADDRESS 
- 
Pointer to a MAC address in unicast, multicast, or broadcast format. 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista, Windows XP with SP3 [desktop apps only] | 
| Minimum supported server | Windows Server 2008 [desktop apps only] | 
| Redistributable | Wireless LAN API for Windows XP with SP2 | 
| Header | 
 | 
See also