What does NTSTATUS 0xC0232003 (STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL) mean?

 
Previous Next
STATUS_NDIS_DOT11_POWER_STATE_INVALID STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL

STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL

The adapter has no free Wake-on-LAN pattern slots

STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL is a low-power networking capacity failure. Protocol drivers use OID_PM_ADD_WOL_PATTERN to add packet patterns that can wake the system while the network adapter is in a low-power state. Adapters have finite storage or firmware resources for those patterns.

The evidence should focus on power-management configuration, not active traffic. Multiple protocols, VPN clients, remote-management agents, and vendor utilities can all consume WOL pattern slots. NDIS combines power-management settings before transition to low power, so the final adapter request can reflect several upper-layer requirements.

Evidence that narrows it

  • List currently installed WOL patterns and the component that requested each one.
  • Compare the requested pattern type and size with adapter power-management capabilities.
  • Remove stale patterns before sleep or reduce duplicate wake conditions.

References


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