WDI_P2P_GO_INTERNAL_RESET_POLICY - NtDoc

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

typedef enum _WDI_P2P_GO_INTERNAL_RESET_POLICY {
  WDI_P2P_GO_INTERNAL_RESET_POLICY_USE_LAST_CHANNEL = 1,
  WDI_P2P_GO_INTERNAL_RESET_POLICY_ALLOW_CHANNEL_OPTIMIZATION = 2,
  WDI_P2P_GO_INTERNAL_RESET_POLICY_MAX = 0xFFFFFFFF
} WDI_P2P_GO_INTERNAL_RESET_POLICY;
View the official Windows Driver Kit DDI reference
// wditypes.h

typedef enum _WDI_P2P_GO_INTERNAL_RESET_POLICY {
  WDI_P2P_GO_INTERNAL_RESET_POLICY_USE_LAST_CHANNEL,
  WDI_P2P_GO_INTERNAL_RESET_POLICY_ALLOW_CHANNEL_OPTIMIZATION,
  WDI_P2P_GO_INTERNAL_RESET_POLICY_MAX
} WDI_P2P_GO_INTERNAL_RESET_POLICY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

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_GO_INTERNAL_RESET_POLICY enumeration defines the Wi-Fi Direct Group Owner internal reset policies.

Constants

WDI_P2P_GO_INTERNAL_RESET_POLICY_USE_LAST_CHANNEL:1

If an internal-to-firmware Group Owner reset is performed, post-reset Group Owner must operate on the same operating channel as before the internal reset operation.

WDI_P2P_GO_INTERNAL_RESET_POLICY_ALLOW_CHANNEL_OPTIMIZATION:2

If an internal-to-firmware Group Owner reset is performed, firmware may freely decide its new operating channel. For example, firmware may choose to minimize channel switching by adopting station port channel. If there is no optimization to be done, fall back to selecting previous operating channel.

WDI_P2P_GO_INTERNAL_RESET_POLICY_MAX:0xFFFFFFFF

Remarks

The WDI_P2P_GO_INTERNAL_RESET_POLICY enum is a value in the WDI_TLV_P2P_GO_INTERNAL_RESET_POLICY TLV.

See also

WDI_TLV_P2P_GO_INTERNAL_RESET_POLICY


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

_WDI_P2P_GO_INTERNAL_RESET_POLICY 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_GO_INTERNAL_RESET_POLICY enumeration defines the Wi-Fi Direct Group Owner internal reset policies.

Constants

WDI_P2P_GO_INTERNAL_RESET_POLICY_USE_LAST_CHANNEL

If an internal-to-firmware Group Owner reset is performed, post-reset Group Owner must operate on the same operating channel as before the internal reset operation.

WDI_P2P_GO_INTERNAL_RESET_POLICY_ALLOW_CHANNEL_OPTIMIZATION

If an internal-to-firmware Group Owner reset is performed, firmware may freely decide its new operating channel. For example, firmware may choose to minimize channel switching by adopting station port channel. If there is no optimization to be done, fall back to selecting previous operating channel.

WDI_P2P_GO_INTERNAL_RESET_POLICY_MAX