NDIS_STATUS_DOT11_WFD_GO_NEGOTIATION_CONFIRMATION_SEND_COMPLETE
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 a Group Owner (GO) negotiation confirmation transmission is reported with an NDIS_STATUS_DOT11_WFD_GO_NEGOTIATION_CONFIRMATION_SEND_COMPLETE indication. A GO negotiation confirmation is initiated by an OID_DOT11_WFD_SEND_GO_NEGOTIATION_COMFIRMATION OID.
The data type for this indication is the DOT11_GO_NEGOTIATION_CONFIRMATION_SEND_COMPLETE_PARAMETERS structure.
The miniport driver calls NdisMIndicateStatusEx to make an NDIS_STATUS_DOT11_WFD_GO_NEGOTIATION_CONFIRMATION_SEND_COMPLETE 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:
StatusCode must be set to NDIS_STATUS_DOT11_WFD_GO_NEGOTIATION_CONFIRMATION_SEND_COMPLETE.
StatusBuffer must be set to the address of a DOT11_GO_NEGOTIATION_CONFIRMATION_SEND_COMPLETE_PARAMETERS structure.
StatusBufferSize must be set to the total of both the size of DOT11_GO_NEGOTIATION_CONFIRMATION_SEND_COMPLETE_PARAMETERS and the size of the list of returned Information Elements (IEs).
Requirements
Version |
Supported starting with Windows 8. |
Header |
Ndis.h (include Ndis.h) |
See also
DOT11_GO_NEGOTIATION_CONFIRMATION_SEND_COMPLETE_PARAMETERS
OID_DOT11_WFD_SEND_GO_NEGOTIATION_COMFIRMATION