OID_WWAN_VENDOR_SPECIFIC

OID_WWAN_VENDOR_SPECIFIC allows miniport drivers to implement vendor specific objects.

Query requests are not supported.

Miniport drivers must process set requests asynchronously, initially returning NDIS_STATUS_INDICATION_REQUIRED to the original request, and later sending a NDIS_STATUS_WWAN_VENDOR_SPECIFIC status notification containing a vendor-defined structure to implement private objects when they have completed the transaction.

Remarks

For more information about using this OID, see WWAN Vendor Specific Operations.

Miniport drivers should return NDIS_STATUS_NOT_SUPPORTED if they do not support vendor-specific operations.

Requirements

Version

Available in Windows 7 and later versions of Windows.

Header

Ntddndis.h (include Ndis.h)

See also

WWAN Vendor Specific Operations

NDIS_STATUS_WWAN_VENDOR_SPECIFIC