WDI_FTM_RESPONSE_STATUS enumeration (dot11wificxtypes.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.

The WDI_FTM_RESPONSE_STATUS enumeration defines the response status for a Fine Timing Measurement (FTM) request.

Syntax

typedef enum _WDI_FTM_RESPONSE_STATUS {
  WDI_FTM_RESPONSE_STATUS_SUCCESS = 0,
  WDI_FTM_RESPONSE_STATUS_UNREACHABLE = 1,
  WDI_FTM_RESPONSE_STATUS_REJECTED = 2,
  WDI_FTM_RESPONSE_STATUS_INCAPABLE = 3,
  WDI_FTM_RESPONSE_STATUS_TIMEOUT = 4,
  WDI_FTM_RESPONSE_STATUS_NOT_ATTEMPTED = 5,
  WDI_FTM_RESPONSE_STATUS_ABORTED = 6,
  WDI_FTM_RESPONSE_STATUS_FAILED = 7
} WDI_FTM_RESPONSE_STATUS;

Constants

 
WDI_FTM_RESPONSE_STATUS_SUCCESS
Value: 0
The FTM was a success.
WDI_FTM_RESPONSE_STATUS_UNREACHABLE
Value: 1
No ACK was received for the FTM request from the target, or no first FTM frame was received afterwards. The application will be advised to first trigger a new scan before retrying.
WDI_FTM_RESPONSE_STATUS_REJECTED
Value: 2
The status indication field from Table 9-256 of the 802-11-2016 standard was set to 3. A RetryValue should be provided and the application will be advised to retry only after that time has passed.
WDI_FTM_RESPONSE_STATUS_INCAPABLE
Value: 3
The status indication field from Table 9-256 of the 802-11-2016 standard was set to 2. The application will be advised not to retry.
WDI_FTM_RESPONSE_STATUS_TIMEOUT
Value: 4
The FTM session was started but it did not complete before the timeout expired. A retry to this STA might work.
WDI_FTM_RESPONSE_STATUS_NOT_ATTEMPTED
Value: 5
The FTM session was not initiated. It is highly likely that a retry to this STA will work.
WDI_FTM_RESPONSE_STATUS_ABORTED
Value: 6
The FTM procedure did not complete because the task was aborted. It is likely that a retry to this STA will work.
WDI_FTM_RESPONSE_STATUS_FAILED
Value: 7
The FTM procedure failed with any other failure besides the preceding failure responses. A retry to this STA might or might not work.

Remarks

This enumeration is a value in the WDI_TLV_FTM_RESPONSE TLV.

Requirements

Requirement Value
Minimum supported client Windows 11
Header dot11wificxtypes.h

See also

WDI_TLV_FTM_RESPONSE

NDIS_STATUS_WDI_INDICATION_REQUEST_FTM_COMPLETE

OID_WDI_TASK_REQUEST_FTM