Skip to content

Latest commit

 

History

History
74 lines (62 loc) · 2.46 KB

ns-windot11-_dot11_wfd_go_intent.md

File metadata and controls

74 lines (62 loc) · 2.46 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:windot11._DOT11_WFD_GO_INTENT
_DOT11_WFD_GO_INTENT (windot11.h)
The DOT11_WFD_GO_INTENT structure represents the Group Intent value used during Group Owner Negotiation
netvista\_dot11_wfd_go_intent.htm
netvista
02/16/2018
DOT11_WFD_GO_INTENT structure
*PDOT11_WFD_GO_INTENT, DOT11_WFD_GO_INTENT, DOT11_WFD_GO_INTENT structure [Network Drivers Starting with Windows Vista], PDOT11_WFD_GO_INTENT, PDOT11_WFD_GO_INTENT structure pointer [Network Drivers Starting with Windows Vista], _DOT11_WFD_GO_INTENT, netvista._dot11_wfd_go_intent, windot11/DOT11_WFD_GO_INTENT, windot11/PDOT11_WFD_GO_INTENT
windot11.h
Windot11.h
Windows
Versions:\_Supported in Windows 8
Windows
DOT11_WFD_GO_INTENT, *PDOT11_WFD_GO_INTENT
_DOT11_WFD_GO_INTENT
windot11/_DOT11_WFD_GO_INTENT
PDOT11_WFD_GO_INTENT
windot11/PDOT11_WFD_GO_INTENT
DOT11_WFD_GO_INTENT
windot11/DOT11_WFD_GO_INTENT
APIRef
kbSyntax
HeaderDef
Windot11.h
_DOT11_WFD_GO_INTENT
PDOT11_WFD_GO_INTENT
DOT11_WFD_GO_INTENT

_DOT11_WFD_GO_INTENT structure

-description

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

-struct-fields

-field TieBreaker

If set, indicates that group ownership is granted.

-field Intent

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

-syntax

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