What does HRESULT 0x803400BB (ERROR_NDIS_NOT_SUPPORTED) mean?

 
Previous Next
ERROR_NDIS_REINIT_REQUIRED ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED

ERROR_NDIS_NOT_SUPPORTED

ERROR_NDIS_NOT_SUPPORTED The request is valid in general but is not implemented by this adapter, driver revision, port, or current operating mode. It should not be treated as a transient failure that will automatically disappear on retry.

What to check

  • Query the adapter capabilities before enabling optional features.
  • Use a supported fallback behavior in the caller rather than forcing the same unsupported request.
  • For a driver, keep capability reporting aligned with the operations actually implemented.

Microsoft: NDIS status values

Microsoft: Handling OID requests in a miniport adapter

Microsoft: !ndiskd.netadapter


Looking for a different code? Search another status or error code.