// 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 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_P2P_LISTEN_STATE enumeration defines the Wi-Fi Direct listen states.
WDI_P2P_LISTEN_STATE_OFF:0When this listen state is set:
WDI_P2P_LISTEN_STATE_PASSIVE_AVAILABILITY:8When this listen state is set:
WDI_P2P_LISTEN_STATE_AUTOMATIC_AVAILABILITY:16When 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:24When this listen state is set:
WDI_P2P_LISTEN_STATE_DUMMY_MAX_VALUE:0xFFFFFFFFThe maximum value for this type.
This enumeration is a value in the WDI_TLV_P2P_LISTEN_STATE TLV.
[!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.
WDI_P2P_LISTEN_STATE_OFFWhen this listen state is set:
WDI_P2P_LISTEN_STATE_PASSIVE_AVAILABILITYWhen this listen state is set:
WDI_P2P_LISTEN_STATE_AUTOMATIC_AVAILABILITYWhen 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_AVAILABILITYWhen 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_VALUEThe maximum value for this type.