OID_DOT11_WFD_GET_DIALOG_TOKEN

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.

 

When queried, the OID_DOT11_WFD_GET_DIALOG_TOKEN object identifier (OID) requests that the miniport driver return a dialog token for use in a later action frame send request OID.

The data type for OID_DOT11_WFD_GET_DIALOG_TOKEN is the DOT11_DIALOG_TOKEN definition.

    typedef UCHAR DOT11_DIALOG_TOKEN;
  

The meaning of the data type is:

DOT11_DIALOG_TOKEN
The dialog token value from the action request and response packets.

Before issuing an OID to send a Group Owner (GO) negotiation request, a Peer-to-Peer (P2P) invitation request, or a provision discovery request, the system issues an OID_DOT11_WFD_GET_DIALOG_TOKEN to query the miniport for the dialog token to use in the send request.

Requirements

Version

Supported starting with Windows 8.

Header

Windot11.h (include Windot11.h)