WDI_P2P_CHANNEL_INDICATE_REASON - NtDoc

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

typedef enum _WDI_P2P_CHANNEL_INDICATE_REASON {
  WDI_P2P_CHANNEL_INDICATE_REASON_UNKNOWN,
  WDI_P2P_CHANNEL_INDICATE_REASON_NEW_CONNECTION = 0x0001,
  WDI_P2P_CHANNEL_INDICATE_REASON_ECSA_REQUESTED = 0x0002,
  WDI_P2P_CHANNEL_INDICATE_REASON_ECSA_GO_INITIATED = 0x0003,
  WDI_P2P_CHANNEL_INDICATE_REASON_MAX
} WDI_P2P_CHANNEL_INDICATE_REASON;
View the official Windows Driver Kit DDI reference
// wditypes.h

typedef enum _WDI_P2P_CHANNEL_INDICATE_REASON {
  WDI_P2P_CHANNEL_INDICATE_REASON_UNKNOWN,
  WDI_P2P_CHANNEL_INDICATE_REASON_NEW_CONNECTION,
  WDI_P2P_CHANNEL_INDICATE_REASON_ECSA_REQUESTED,
  WDI_P2P_CHANNEL_INDICATE_REASON_ECSA_GO_INITIATED,
  WDI_P2P_CHANNEL_INDICATE_REASON_MAX
} WDI_P2P_CHANNEL_INDICATE_REASON;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

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_CHANNEL_INDICATE_REASON enumeration defines Wi-Fi Direct channel indication reason values.

Constants

WDI_P2P_CHANNEL_INDICATE_REASON_UNKNOWN

WDI_P2P_CHANNEL_INDICATE_REASON_NEW_CONNECTION:0x0001

New connection set up.

WDI_P2P_CHANNEL_INDICATE_REASON_ECSA_REQUESTED:0x0002

eCSA request from the peer.

WDI_P2P_CHANNEL_INDICATE_REASON_ECSA_GO_INITIATED:0x0003

eCSA initiated by GO.

WDI_P2P_CHANNEL_INDICATE_REASON_MAX

Remarks

The WDI_P2P_CHANNEL_INDICATE_REASON enum is a value in the WDI_TLV_P2P_CHANNEL_INDICATE_REASON TLV.

See also

WDI_TLV_P2P_CHANNEL_INDICATE_REASON


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

_WDI_P2P_CHANNEL_INDICATE_REASON 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_CHANNEL_INDICATE_REASON enumeration defines Wi-Fi Direct channel indication reason values.

Constants

WDI_P2P_CHANNEL_INDICATE_REASON_UNKNOWN

WDI_P2P_CHANNEL_INDICATE_REASON_NEW_CONNECTION

New connection set up.

WDI_P2P_CHANNEL_INDICATE_REASON_ECSA_REQUESTED

eCSA request from the peer.

WDI_P2P_CHANNEL_INDICATE_REASON_ECSA_GO_INITIATED

eCSA initiated by GO.

WDI_P2P_CHANNEL_INDICATE_REASON_MAX