OID_WDI_TASK_SEND_RESPONSE_ACTION_FRAME (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.
OID_WDI_TASK_SEND_RESPONSE_ACTION_FRAME requests that the IHV component sends Response Action Frames.
Object | Abort capable | Default priority (host driver policy) | Normal execution time (seconds) |
---|---|---|---|
Port | Yes. The port must be in a clean state after the abort. | 3 | 5 |
This task is time sensitive and must be serviced within 100 milliseconds of receiving this packet.
While the maximum timeout has not expired, the port shall retry sending the frame to the remote device on the specified channel.
The task is complete either when local device receives an acknowledgment from the remote device for the action frame that was sent, the timeout expires, or the host aborts the operation. The device may indicate task completion after the same-channel dwell time has expired.
The host may decide to abort this operation and continue/retry the action frame exchange, so it is important that the device is able to abort this operation quickly.
Task parameters
TLV | Multiple TLV instances allowed | Optional | Description |
---|---|---|---|
WDI_TLV_SEND_ACTION_FRAME_RESPONSE_PARAMETERS | Parameters for sending an Action Frame Response. | ||
WDI_TLV_ACTION_FRAME_BODY | The Action Frame body. |
Task completion indication
NDIS_STATUS_WDI_INDICATION_SEND_RESPONSE_ACTION_FRAME_COMPLETE
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | dot11wificxintf.h |