DOT11_WFD_GO_INTENT structure (windot11.h)

Important  The Native 802.11 Wireless LAN interface is deprecated in Windows 10 and later. Please use the WLAN Device Driver Interface (WDI) instead. For more information about WDI, see WLAN Universal Windows driver model.
 
The DOT11_WFD_GO_INTENT structure represents the Group Intent value used during Group Owner Negotiation

Syntax

typedef struct _DOT11_WFD_GO_INTENT {
  UCHAR TieBreaker:1;
  UCHAR Intent:7;
} DOT11_WFD_GO_INTENT, *PDOT11_WFD_GO_INTENT;

Members

TieBreaker

If set, indicates that group ownership is granted.

Intent

Group ownership intent level. The value of the local device intent is compared to the remote device intent to negotiate ownership.

Requirements

Requirement Value
Minimum supported client Versions:_Supported in Windows 8
Header windot11.h (include Windot11.h)