DOT11_WPS_DEVICE_NAME 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_WPS_DEVICE_NAME structure contains a friendly name of the P2P device.

Syntax

typedef struct _DOT11_WPS_DEVICE_NAME {
   ULONG
uDeviceNameLength;
  UCHAR   ucDeviceName[DOT11_WPS_DEVICE_NAME_MAX_LENGTH];
} DOT11_WPS_DEVICE_NAME, *PDOT11_WPS_DEVICE_NAME;

Members

uDeviceNameLength

The length, in bytes, of the device name.

ucDeviceName[DOT11_WPS_DEVICE_NAME_MAX_LENGTH]

A UTF-8–encoded descriptive name of the device.

Requirements

Requirement Value
Minimum supported client Supported starting with Windows 8.
Header windot11.h (include Windot11.h)