DOT11_WFD_DEVICE_INFO structure (windot11.h)

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_DEVICE_INFO structure is included with a OID_DOT11_WFD_DEVICE_INFO request. The structure contains Wi-Fi Direct (WFD) device information related to Peer-to-Peer (P2P) attributes.

Syntax

typedef struct _DOT11_WFD_DEVICE_INFO {
  NDIS_OBJECT_HEADER    Header;
  DOT11_MAC_ADDRESS     DeviceAddress;
  USHORT                ConfigMethods;
  DOT11_WPS_DEVICE_TYPE PrimaryDeviceType;
  DOT11_WPS_DEVICE_NAME DeviceName;
} DOT11_WFD_DEVICE_INFO, *PDOT11_WFD_DEVICE_INFO;

Members

Header

Specifies the type, revision and size of the DOT11_WFD_DEVICE_INFO structure. The required settings for the members of Header are the following:

Member Setting
Type NDIS_OBJECT_TYPE_DEFAULT
Revision DOT11_WFD_DEVICE_INFO_REVISION_1
Size DOT11_SIZEOF_WFD_DEVICE_INFO_REVISION_1

DeviceAddress

The device address to assign to a WFD port. This address is used when constructing P2P Information Elements (IEs).

ConfigMethods

The configuration methods supported by the WFD device.

PrimaryDeviceType

The primary device type for the WFD device.

DeviceName

A friendly name assigned to the WFD device.

Requirements

Requirement Value
Minimum supported client Versions:_Supported in Windows 8
Header windot11.h (include Windot11.h)