// wlanihv.h
typedef struct _DOT11EXT_IHV_DISCOVERY_PROFILE {
DOT11EXT_IHV_CONNECTIVITY_PROFILE IhvConnectivityProfile;
DOT11EXT_IHV_SECURITY_PROFILE IhvSecurityProfile;
} DOT11EXT_IHV_DISCOVERY_PROFILE, *PDOT11EXT_IHV_DISCOVERY_PROFILE;
View the official Windows Driver Kit DDI referenceNo description available.
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_DISCOVERY_PROFILE structure specifies a single IHV discovery profile.
IhvConnectivityProfileThe IHV connectivity profile specified by a DOT11EXT_IHV_CONNECTIVITY_PROFILE structure.
IhvSecurityProfileThe IHV security profile specified by a DOT11EXT_IHV_SECURITY_PROFILE structure.
typedef struct _DOT11EXT_IHV_DISCOVERY_PROFILE {
DOT11EXT_IHV_CONNECTIVITY_PROFILE IhvConnectivityProfile;
DOT11EXT_IHV_SECURITY_PROFILE IhvSecurityProfile;
} DOT11EXT_IHV_DISCOVERY_PROFILE, *PDOT11EXT_IHV_DISCOVERY_PROFILE;
DOT11EXT_IHV_CONNECTIVITY_PROFILE