DOT11EXT_IHV_PARAMS structure (wlanihvtypes.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 DOT11EXT_IHV_PARAMS structure defines the parameters associated with an IHV profile.

Syntax

typedef struct _DOT11EXT_IHV_PARAMS {
  DOT11EXT_IHV_PROFILE_PARAMS dot11ExtIhvProfileParams;
  WCHAR                       wstrProfileName[MS_MAX_PROFILE_NAME_LENGTH];
  DWORD                       dwProfileTypeFlags;
  GUID                        interfaceGuid;
} DOT11EXT_IHV_PARAMS, *PDOT11EXT_IHV_PARAMS;

Members

dot11ExtIhvProfileParams

A DOT11EXT_IHV_PROFILE_PARAMS structure that specifies general parameters of a basic service set (BSS) network with which a network profile will be applied.

wstrProfileName[MS_MAX_PROFILE_NAME_LENGTH]

A string that defines the IHV profile name.

dwProfileTypeFlags

The flags associated with this IHV profile type.

interfaceGuid

The globally unique identifier (GUID) for the wireless LAN (WLAN) adapter.

The operating system passes the GUID and other data related to the WLAN adapter through the pDot11Adapter parameter of the Dot11ExtIhvInitAdapter function, which the operating system calls when it detects the arrival of the WLAN adapter. For more information about this operation, see 802.11 WLAN Adapter Arrival.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header wlanihvtypes.h (include Wlanihv.h)

See also

DOT11EXT_IHV_PROFILE_PARAMS

Dot11ExtIhvInitAdapter