Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |