DOT11_WFD_DEVICE_TYPE 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_TYPE structure is used to specify primary and secondary device types.

Syntax

typedef struct _DOT11_WFD_DEVICE_TYPE {
  USHORT   CategoryID;
  USHORT   SubCategoryID;
  UCHAR    OUI[4];
} DOT11_WFD_DEVICE_TYPE, *PDOT11_WFD_DEVICE_TYPE;

Members

CategoryID

The identifier of the main type category.

SubCategoryID

The identifier of the type subcategory.

OUI[4]

The Organizationally Unique Identifier (OUI) assigned to a device.

Remarks

The DOT11_WFD_DEVICE_TYPE data is provided in host byte-ordering. The miniport may need to convert the data to an ordering appropriate for inclusion in Peer-to-Peer Information Elements.

Requirements

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