// wlanihv.h
typedef struct _DOT11EXT_IHV_SECURITY_PROFILE {
LPWSTR pszXmlFragmentIhvSecurity;
BOOL bUseMSOnex;
} DOT11EXT_IHV_SECURITY_PROFILE, *PDOT11EXT_IHV_SECURITY_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_SECURITY_PROFILE structure specifies security settings for the IHV profile.
pszXmlFragmentIhvSecurityA pointer to the string that defines the IHV security profile.
bUseMSOnexA flag that indicates whether the IHV security profile is using the Microsoft 802.1X implementation. If TRUE, the profile uses the Microsoft 802.1X implementation.
typedef struct _DOT11EXT_IHV_SECURITY_PROFILE {
LPWSTR pszXmlFragmentIhvSecurity;
BOOL bUseMSOnex;
} DOT11EXT_IHV_SECURITY_PROFILE, *PDOT11EXT_IHV_SECURITY_PROFILE;