WDI_P2P_LISTEN_STATE - NtDoc

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

typedef enum _WDI_P2P_LISTEN_STATE {
  WDI_P2P_LISTEN_STATE_OFF = 0,
  WDI_P2P_LISTEN_STATE_PASSIVE_AVAILABILITY = 8,
  WDI_P2P_LISTEN_STATE_AUTOMATIC_AVAILABILITY = 16,
  WDI_P2P_LISTEN_STATE_HIGH_AVAILABILITY = 24,
  WDI_P2P_LISTEN_STATE_DUMMY_MAX_VALUE = 0xFFFFFFFF
} WDI_P2P_LISTEN_STATE;
View the official Windows Driver Kit DDI reference
// wditypes.h

typedef enum _WDI_P2P_LISTEN_STATE {
  WDI_P2P_LISTEN_STATE_OFF,
  WDI_P2P_LISTEN_STATE_PASSIVE_AVAILABILITY,
  WDI_P2P_LISTEN_STATE_AUTOMATIC_AVAILABILITY,
  WDI_P2P_LISTEN_STATE_HIGH_AVAILABILITY,
  WDI_P2P_LISTEN_STATE_DUMMY_MAX_VALUE
} WDI_P2P_LISTEN_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

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_P2P_LISTEN_STATE enumeration defines the Wi-Fi Direct listen states.

Constants

WDI_P2P_LISTEN_STATE_OFF:0

When this listen state is set:

WDI_P2P_LISTEN_STATE_PASSIVE_AVAILABILITY:8

When this listen state is set:

WDI_P2P_LISTEN_STATE_AUTOMATIC_AVAILABILITY:16

When this listen state is set:

[!NOTE] The optimized duty cycle for automatic availability listen state is outside the scope of this specification. The most aggressive power saving schedule that may be implemented by the port is being available for a contiguous 500ms out of every 5 seconds.

WDI_P2P_LISTEN_STATE_HIGH_AVAILABILITY:24

When this listen state is set:

WDI_P2P_LISTEN_STATE_DUMMY_MAX_VALUE:0xFFFFFFFF

The maximum value for this type.

Remarks

This enumeration is a value in the WDI_TLV_P2P_LISTEN_STATE TLV.

See also

WDI_TLV_P2P_LISTEN_STATE


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

_WDI_P2P_LISTEN_STATE 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_P2P_LISTEN_STATE enumeration defines the Wi-Fi Direct listen states.

Constants

WDI_P2P_LISTEN_STATE_OFF

When this listen state is set:

WDI_P2P_LISTEN_STATE_PASSIVE_AVAILABILITY

When this listen state is set:

WDI_P2P_LISTEN_STATE_AUTOMATIC_AVAILABILITY

When this listen state is set:

Note The optimized duty cycle for automatic availability listen state is outside the scope of this specification. The most aggressive power saving schedule that may be implemented by the port is being available for a contiguous 500ms out of every 5 seconds.

WDI_P2P_LISTEN_STATE_HIGH_AVAILABILITY

When this listen state is set:

Note The duty cycle for this listen state is 300ms availability every 400ms on the configured social channel.

WDI_P2P_LISTEN_STATE_DUMMY_MAX_VALUE

The maximum value for this type.