| Previous | Next |
| ERROR_NDIS_INVALID_PACKET | ERROR_NDIS_ADAPTER_NOT_READY |
ERROR_NDIS_INVALID_DEVICE_REQUEST
ERROR_NDIS_INVALID_DEVICE_REQUEST The operation is not supported in the current device context. The request can target the wrong adapter type, port, operational mode, or NDIS layer.
What to check for ERROR_NDIS_INVALID_DEVICE_REQUEST
- Verify the target interface identity and the operation supported by that adapter.
- Query the advertised capabilities before issuing a device-specific request.
- For a driver, reject unsupported requests explicitly and document the capability boundary.
Microsoft: Handling OID requests in a miniport adapter
Diagnostic discriminator: Compare the exact OID/request with operations supported by the same adapter and driver version. A supported adapter returning this code for one request points to an invalid or inappropriate device operation.
Looking for a different code? Search another status or error code.
