OID_WWAN_CREATE_MAC
OID_WWAN_CREATE_MAC requests the miniport driver to create a new NDIS port. Context activation requests for the additional PDP context will be sent on this new NDIS port.
Miniport drivers must process set requests asynchronously, initially returning NDIS_STATUS_INDICATION_REQUIRED to the original request, and later completing the request with the NDIS_WWAN_MAC_INFO structure that indicates the NDIS port number and MAC address associated with the port.
Query requests are not supported.
Remarks
Miniport drivers must process requests to create (activate) new NDIS ports asynchronously in order to prevent deadlocks.
Requirements
Version |
Available in Windows 8.1 and later versions of Windows. |
Header |
Ntddndis.h (include Ndis.h) |