What does HRESULT 0x80340019 (ERROR_NDIS_UNSUPPORTED_MEDIA) mean?

 
Previous Next
ERROR_NDIS_ADAPTER_REMOVED ERROR_NDIS_GROUP_ADDRESS_IN_USE

ERROR_NDIS_UNSUPPORTED_MEDIA

ERROR_NDIS_UNSUPPORTED_MEDIA The operation assumes a media type or link mode that the target interface does not implement. Examples include using an Ethernet-specific path against a different medium or requesting features unavailable on the selected wireless adapter.

What to check

  • Identify the actual adapter media type and advertised capabilities before applying configuration.
  • Use media-appropriate OIDs and avoid copying settings from a different adapter class.
  • For driver authors, reject unsupported media operations without partially changing adapter state.

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.