estructura DOT11_WPS_DEVICE_NAME (windot11.h)
Importante La interfaz LAN inalámbrica nativa 802.11 está en desuso en Windows 10 y versiones posteriores. En su lugar, use la interfaz del controlador de dispositivos WLAN (WDI). Para obtener más información sobre WDI, consulta Modelo de controlador universal de Windows WLAN.
Sintaxis
typedef struct _DOT11_WPS_DEVICE_NAME {
ULONG
uDeviceNameLength;
UCHAR ucDeviceName[DOT11_WPS_DEVICE_NAME_MAX_LENGTH];
} DOT11_WPS_DEVICE_NAME, *PDOT11_WPS_DEVICE_NAME;
Miembros
uDeviceNameLength
Longitud, en bytes, del nombre del dispositivo.
ucDeviceName[DOT11_WPS_DEVICE_NAME_MAX_LENGTH]
Un nombre descriptivo con codificación UTF-8 del dispositivo.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Se admite a partir de Windows 8. |
Encabezado | windot11.h (incluya Windot11.h) |