WDI_LCI_REPORT_STATUS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dot11wificxtypes.h

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;
View the official Windows Driver Kit DDI reference
// wditypes.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dot11wificxtypes-wdi_lci_report_status)

Description

[!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.

Constants

WDI_LCI_REPORT_STATUS_SUCCESS:0

The LCI report was successfully obtained.

WDI_LCI_REPORT_STATUS_FAILURE:1

A failure occurred while getting the report.

WDI_LCI_REPORT_STATUS_INCAPABLE: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: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.

See also

WDI_TLV_FTM_RESPONSE

NDIS_STATUS_WDI_INDICATION_REQUEST_FTM_COMPLETE

OID_WDI_TASK_REQUEST_FTM


Windows Driver Kit DDI reference (ne-wditypes-_wdi_lci_report_status)

WDI_LCI_REPORT_STATUS enumeration

Description

[!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.

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.

See also

WDI_TLV_FTM_RESPONSE

NDIS_STATUS_WDI_INDICATION_REQUEST_FTM_COMPLETE

OID_WDI_TASK_REQUEST_FTM