Share via


DOT11EXT_IHV_PARAMS (Compact 2013)

3/26/2014

This structure defines the parameters that are associated with an IHV profile.

Syntax

typedef struct _DOT11EXT_IHV_PARAMS {
  DOT11EXT_IHV_PROFILE_PARAMS  dot11ExtIhvProfileParams;
  WCHAR  wstrProfileName[256];
  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 is applied.
  • wstrProfileName
    A string that defines the IHV profile name
  • dwProfileTypeFlags
    The flags associated with this IHV profile type
  • interfaceGuid
    The 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.

Requirements

Header

wlanihvtypes.h

See Also

Reference

Native 802.11 Data Types
DOT11EXT_IHV_PROFILE_PARAMS
Dot11ExtIhvInitAdapter
Native 802.11 Wireless LAN Reference