OID_WWAN_DEVICE_SERVICE_COMMAND

OID_WWAN_DEVICE_SERVICE_COMMAND allows miniport drivers to implement vendor specific commands.

Both query and set requests are supported.

Miniport drivers must process query and set requests asynchronously, initially returning NDIS_STATUS_INDICATION_REQUIRED to the original request, and later sending a NDIS_STATUS_WWAN_DEVICE_SERVICE_RESPONSE status notification containing a vendor-defined structure (NDIS_WWAN_DEVICE_SERVICE_COMMAND) to provide responses when they have completed the transaction.

Miniport drivers should return NDIS_STATUS_NOT_SUPPORTED if they do not support the specified device service or operation.

Requirements

Version

Versions: Supported in Windows 8 and later versions of Windows.

Header

Ntddndis.h (include Ndis.h)

See also

NDIS_STATUS_WWAN_DEVICE_SERVICE_RESPONSE

NDIS_WWAN_DEVICE_SERVICE_COMMAND