| 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: Handling OID requests in a miniport adapter
Looking for a different code? Search another status or error code.