WDI_ANQP_QUERY_STATUS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dot11wificxtypes-wdi_anqp_query_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.

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

Constants

WDI_ANQP_QUERY_STATUS_SUCCESS

Reserved.

WDI_ANQP_QUERY_STATUS_FAILURE

Reserved.

WDI_ANQP_QUERY_STATUS_TIMED_OUT

Reserved.

WDI_ANQP_QUERY_STATUS_RESOURCES

Reserved.

WDI_ANQP_QUERY_STATUS_ADVERTISEMENT_PROTOCOL_NOT_SUPPORTED_ON_REMOTE

Reserved.

WDI_ANQP_QUERY_STATUS_GAS_PROTOCOL_FAILURE

Reserved.

WDI_ANQP_QUERY_STATUS_ADVERTISEMENT_SERVER_NOT_RESPONDING

Reserved.

WDI_ANQP_QUERY_STATUS_ACCESS_ISSUES

Reserved.

Remarks

See also


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

_WDI_ANQP_QUERY_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_ANQP_QUERY_STATUS enumeration defines the Access Network Query Protocol (ANQP) query status values.

Constants

WDI_ANQP_QUERY_STATUS_SUCCESS

Maps to SUCCESS.

WDI_ANQP_QUERY_STATUS_FAILURE

The failure did not map to any of the other status codes.

WDI_ANQP_QUERY_STATUS_TIMED_OUT

Maps to GAS_QUERY_TIMEOUT. The STA timed out waiting for a GAS response.

WDI_ANQP_QUERY_STATUS_RESOURCES

The operating system is unable to allocate sufficient resources to complete the request.

WDI_ANQP_QUERY_STATUS_ADVERTISEMENT_PROTOCOL_NOT_SUPPORTED_ON_REMOTE

Maps to GAS_ADVERTISEMENT_PROTOCOL_NOT_SUPPORTED. The GAS advertisement protocol is not supported on the remote device.

WDI_ANQP_QUERY_STATUS_GAS_PROTOCOL_FAILURE

Mapped for any of the following errors.

WDI_ANQP_QUERY_STATUS_ADVERTISEMENT_SERVER_NOT_RESPONDING

Mapped for any of the following errors.

WDI_ANQP_QUERY_STATUS_ACCESS_ISSUES

Mapped for any of the following errors.