NDIS_STATUS_DOT11_WFD_RECEIVED_GO_NEGOTIATION_REQUEST

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 status of the reception of a Group Owner (GO) negotiation request from a peer Wi-Fi Direct (WFD) device is reported with an NDIS_STATUS_DOT11_WFD_RECEIVED_GO_NEGOTIATION_REQUEST indication.

The data type for this indication is the DOT11_RECEIVED_GO_NEGOTIATION_REQUEST_PARAMETERS structure.

The miniport driver calls NdisMIndicateStatusEx to make an NDIS_STATUS_DOT11_WFD_RECEIVED_GO_NEGOTIATION_REQUEST indication, and must pass a pointer to an NDIS_STATUS_INDICATION structure through the StatusIndication parameter. When making this indication, the miniport driver must set the following members of the NDIS_STATUS_INDICATION structure:

After receiving the status indication, the system will determine the appropriate response for the GO negotiation request. The system may then send OID_DOT11_WFD_SEND_GO_NEGOTIATION_RESPONSE OID to the driver for creation and transmission of the GO negotiation response.

Requirements

Version

Supported starting with Windows 8.

Header

Ndis.h (include Ndis.h)

See also

DOT11_RECEIVED_GO_NEGOTIATION_REQUEST_PARAMETERS

OID_DOT11_WFD_SEND_GO_NEGOTIATION_RESPONSE