OID_DOT11_WFD_DESIRED_GROUP_ID

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 set, the OID_DOT11_WFD_DESIRED_GROUP_ID object identifier (OID) sets WFD group identifier that the miniport should use when starting as the WFD Group Owner (GO).

The data type for this OID is the DOT11_WFD_GROUP_ID structure.

    typedef struct _DOT11_WFD_GROUP_ID 
    {
        DOT11_MAC_ADDRESS DeviceAddress;
        DOT11_SSID SSID;    
    } DOT11_WFD_GROUP_ID, * PDOT11_WFD_GROUP_ID;
  

This structure includes the following members:

DeviceAddress
The address of the device that will become the GO.

SSID
The SSID for the GO device.

The identifier is used to configure the group when an OID_DOT11_WFD_START_GO_REQUEST OID is received.

Requirements

Version

Supported starting with Windows 8.

Header

Windot11.h (include Windot11.h)

See also

OID_DOT11_WFD_START_GO_REQUEST