// 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 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_GO_INTERNAL_RESET_POLICY enumeration defines the Wi-Fi Direct Group Owner internal reset policies.
WDI_P2P_GO_INTERNAL_RESET_POLICY_USE_LAST_CHANNEL:1If 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:2If 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:0xFFFFFFFFThe WDI_P2P_GO_INTERNAL_RESET_POLICY enum is a value in the WDI_TLV_P2P_GO_INTERNAL_RESET_POLICY TLV.
WDI_TLV_P2P_GO_INTERNAL_RESET_POLICY
[!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.
WDI_P2P_GO_INTERNAL_RESET_POLICY_USE_LAST_CHANNELIf 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_OPTIMIZATIONIf 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