OID_DOT11_DELETE_MAC
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.
When a set request of the OID_DOT11_DELETE_MAC object identifier (OID) is made, the miniport driver must delete an 802.11 MAC entity that corresponds to a caller-provided DOT11_MAC_INFO structure.
Note Support for this OID is mandatory.
The data type for this OID is the DOT11_MAC_INFO structure.
If there is no 802.11 MAC entity that corresponds to the uNdisPortNumber NDIS port in the caller-provided DOT11_MAC_INFO structure, the miniport driver should return the NDIS_STATUS_INVALID_PARAMETER status code.
Before the miniport driver returns from a set request from this OID, it should call the NdisMFreePort function to free the corresponding NDIS port that was earlier created in a call to OID_DOT11_CREATE_MAC.
Version |
Available in Windows 7 and later versions of the Windows operating systems. |
Header |
Windot11.h (include Ndis.h) |
Native 802.11 Wireless LAN OIDs