WDI_LCI_REPORT_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_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 = 0,
  WDI_LCI_REPORT_STATUS_FAILURE = 1,
  WDI_LCI_REPORT_STATUS_INCAPABLE = 2,
  WDI_LCI_REPORT_STATUS_REFUSED = 3
} WDI_LCI_REPORT_STATUS;

Constants

 
WDI_LCI_REPORT_STATUS_SUCCESS
Value: 0
The LCI report was successfully obtained.
WDI_LCI_REPORT_STATUS_FAILURE
Value: 1
A failure occurred while getting the report.
WDI_LCI_REPORT_STATUS_INCAPABLE
Value: 2
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
Value: 3
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 11
Header dot11wificxtypes.h

See also

WDI_TLV_FTM_RESPONSE

NDIS_STATUS_WDI_INDICATION_REQUEST_FTM_COMPLETE

OID_WDI_TASK_REQUEST_FTM