DOT11EXT_IHV_PROFILE_PARAMS (Compact 2013)
3/26/2014
This structure specifies the general parameters of a basic service set (BSS) network with which a network profile can be applied.
Syntax
typedef struct _DOT11EXT_IHV_PROFILE_PARAMS {
PDOT11EXT_IHV_SSID_LIST pSsidList;
DOT11_BSS_TYPE BssType
PDOT11_MSSECURITY_SETTINGS pMSSecuritySettings;
} DOT11EXT_IHV_PROFILE_PARAMS, *PDOT11EXT_IHV_PROFILE_PARAMS;
Members
- pSsidList
A pointer to the list of service set identifiers (SSIDs) of the basic service set (BSS) network. The pSsidList member is formatted as a pointer to a DOT11EXT_IHV_SSID_LIST structure.
- BssType
The type of the BSS network. The BssType member contains a value that is defined for the DOT11_BSS_TYPE enumeration.
- pMSSecuritySettings
A pointer to a DOT11_MSSECURITY_SETTINGS structure that defines Microsoft security settings in the Microsoft 802.1X implementation.
Remarks
The operating system passes a pointer to a DOT11EXT_IHV_PROFILE_PARAMS structure as a parameter to any IHV handler function that processes the IHV-defined fragments of connectivity and security profiles. For more information, see Native 802.11 IHV Handler Functions.
Although the IHV handler function cannot access the entire network profile, the function can access the general attributes of the profile through the DOT11EXT_IHV_PROFILE_PARAMS structure.
Requirements
Header |
wlanihvtypes.h |
See Also
Reference
Native 802.11 Data Types
DOT11EXT_IHV_SSID_LIST
DOT11_MSSECURITY_SETTINGS
Native 802.11 IHV Handler Functions
Native 802.11 Wireless LAN Reference