NDIS_STATUS_WDI_INDICATION_STOP_AP (dot11wificxintf.h)

Important

This topic is part of the WiFiCx driver model. WiFiCx is the Wi-Fi driver model released in Windows 11. We recommend that you use WiFiCx to take advantage of the latest features. The previous Wi-Fi driver model WDI is in maintenance mode and will only receive high priority fixes.

WiFiCx drivers use NDIS_STATUS_WDI_INDICATION_STOP_AP to indicate that the adapter cannot sustain 802.11 Access Point (AP) functionality on any of the PHYs. The adapter should send this indication only after the NIC has stopped any APs that are operating on the available PHYs. The host blocks all OID_WDI_TASK_START_AP requests until the adapter sends NDIS_STATUS_WDI_INDICATION_CAN_SUSTAIN_AP.

Object
Port

Payload data

Type Multiple TLV instances allowed Optional Description
WDI_TLV_INDICATION_STOP_AP The reason the adapter cannot sustain 802.11 AP functionality on any of the PHYs.

Requirements

Requirement Value
Minimum supported client Windows 11
Minimum supported server Windows Server 2022
Header dot11wificxintf.h

See also

OID_WDI_TASK_START_AP

NDIS_STATUS_WDI_INDICATION_CAN_SUSTAIN_AP