// dot11wificxtypes.h
typedef enum _WDI_ANQP_QUERY_STATUS {
WDI_ANQP_QUERY_STATUS_SUCCESS,
WDI_ANQP_QUERY_STATUS_FAILURE,
WDI_ANQP_QUERY_STATUS_TIMED_OUT,
WDI_ANQP_QUERY_STATUS_RESOURCES,
WDI_ANQP_QUERY_STATUS_ADVERTISEMENT_PROTOCOL_NOT_SUPPORTED_ON_REMOTE,
WDI_ANQP_QUERY_STATUS_GAS_PROTOCOL_FAILURE,
WDI_ANQP_QUERY_STATUS_ADVERTISEMENT_SERVER_NOT_RESPONDING,
WDI_ANQP_QUERY_STATUS_ACCESS_ISSUES
} WDI_ANQP_QUERY_STATUS;
View the official Windows Driver Kit DDI reference// wditypes.h
typedef enum _WDI_ANQP_QUERY_STATUS {
WDI_ANQP_QUERY_STATUS_SUCCESS,
WDI_ANQP_QUERY_STATUS_FAILURE,
WDI_ANQP_QUERY_STATUS_TIMED_OUT,
WDI_ANQP_QUERY_STATUS_RESOURCES,
WDI_ANQP_QUERY_STATUS_ADVERTISEMENT_PROTOCOL_NOT_SUPPORTED_ON_REMOTE,
WDI_ANQP_QUERY_STATUS_GAS_PROTOCOL_FAILURE,
WDI_ANQP_QUERY_STATUS_ADVERTISEMENT_SERVER_NOT_RESPONDING,
WDI_ANQP_QUERY_STATUS_ACCESS_ISSUES
} WDI_ANQP_QUERY_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.
[!WARNING] Some information in this topic relates to prereleased product, which may be substantially modified before it is commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This function is reserved for system use and should not be called in your code.
WDI_ANQP_QUERY_STATUS_SUCCESSReserved.
WDI_ANQP_QUERY_STATUS_FAILUREReserved.
WDI_ANQP_QUERY_STATUS_TIMED_OUTReserved.
WDI_ANQP_QUERY_STATUS_RESOURCESReserved.
WDI_ANQP_QUERY_STATUS_ADVERTISEMENT_PROTOCOL_NOT_SUPPORTED_ON_REMOTEReserved.
WDI_ANQP_QUERY_STATUS_GAS_PROTOCOL_FAILUREReserved.
WDI_ANQP_QUERY_STATUS_ADVERTISEMENT_SERVER_NOT_RESPONDINGReserved.
WDI_ANQP_QUERY_STATUS_ACCESS_ISSUESReserved.
[!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_ANQP_QUERY_STATUS enumeration defines the Access Network Query Protocol (ANQP) query status values.
WDI_ANQP_QUERY_STATUS_SUCCESSMaps to SUCCESS.
WDI_ANQP_QUERY_STATUS_FAILUREThe failure did not map to any of the other status codes.
WDI_ANQP_QUERY_STATUS_TIMED_OUTMaps to GAS_QUERY_TIMEOUT. The STA timed out waiting for a GAS response.
WDI_ANQP_QUERY_STATUS_RESOURCESThe operating system is unable to allocate sufficient resources to complete the request.
WDI_ANQP_QUERY_STATUS_ADVERTISEMENT_PROTOCOL_NOT_SUPPORTED_ON_REMOTEMaps to GAS_ADVERTISEMENT_PROTOCOL_NOT_SUPPORTED. The GAS advertisement protocol is not supported on the remote device.
WDI_ANQP_QUERY_STATUS_GAS_PROTOCOL_FAILUREMapped for any of the following errors.
WDI_ANQP_QUERY_STATUS_ADVERTISEMENT_SERVER_NOT_RESPONDINGMapped for any of the following errors.
WDI_ANQP_QUERY_STATUS_ACCESS_ISSUESMapped for any of the following errors.