// 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 referenceNo description available.
[!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.
WDI_LCI_REPORT_STATUS_SUCCESS:0The LCI report was successfully obtained.
WDI_LCI_REPORT_STATUS_FAILURE:1A failure occurred while getting the report.
WDI_LCI_REPORT_STATUS_INCAPABLE:2The 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:3The 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.
This enumeration is a value in the WDI_TLV_FTM_RESPONSE TLV.
NDIS_STATUS_WDI_INDICATION_REQUEST_FTM_COMPLETE
[!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.
WDI_LCI_REPORT_STATUS_SUCCESSThe LCI report was successfully obtained.
WDI_LCI_REPORT_STATUS_FAILUREA failure occurred while getting the report.
WDI_LCI_REPORT_STATUS_INCAPABLEThe 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_REFUSEDThe 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.
This enumeration is a value in the WDI_TLV_FTM_RESPONSE TLV.
NDIS_STATUS_WDI_INDICATION_REQUEST_FTM_COMPLETE