WDI_LCI_REPORT_STATUS enumeration (wditypes.hpp)

Important

This topic is part of the WDI driver model released in Windows 10. The WDI driver model is in maintenance mode and will only receive high priority fixes. 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 WDI_LCI_REPORT_STATUS enumeration defines the response status for an LCI report, if the report were requested in a Fine Timing Measurement (FTM) request.

Syntax

typedef enum _WDI_LCI_REPORT_STATUS {
  WDI_LCI_REPORT_STATUS_SUCCESS,
  WDI_LCI_REPORT_STATUS_FAILURE,
  WDI_LCI_REPORT_STATUS_INCAPABLE,
  WDI_LCI_REPORT_STATUS_REFUSED
} WDI_LCI_REPORT_STATUS;

Constants

 
WDI_LCI_REPORT_STATUS_SUCCESS
The LCI report was successfully obtained.
WDI_LCI_REPORT_STATUS_FAILURE
A failure occurred while getting the report.
WDI_LCI_REPORT_STATUS_INCAPABLE
The Incapable bit of the Measurement Report Mode field is set. For more info, see section 9.4.2.22, the Measurement Report element, of the 802-11-2016 standard.
WDI_LCI_REPORT_STATUS_REFUSED
The Refused bit of the Measurement Report Mode field is set. For more info, see section 9.4.2.22, the Measurement Report element, of the 802-11-2016 standard.

Remarks

This enumeration is a value in the WDI_TLV_FTM_RESPONSE TLV.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1903
Header wditypes.hpp

See also

WDI_TLV_FTM_RESPONSE

NDIS_STATUS_WDI_INDICATION_REQUEST_FTM_COMPLETE

OID_WDI_TASK_REQUEST_FTM