WDIAG_IHV_WLAN_ID (Compact 2013)
3/26/2014
This structure specifies an identifier that is used for error diagnostics on an IHV profile.
Syntax
typedef struct _WDIAG_IHV_WLAN_ID {
WCHAR strProfileName[256];
DOT11_SSID Ssid;
DOT11_BSS_TYPE BssType;
DWORD dwFlags;
DWORD dwReasonCode;
} WDIAG_IHV_WLAN_ID, *PWDIAG_IHV_WLAN_ID;
Members
- strProfileName
A string that defines the IHV profile name
- Ssid
The service set identifier (SSID) of the basic service set (BSS) network. The Ssid member is of the DOT11_SSID type.
- BssType
The type of the BSS network. The BssType member contains a value that is defined for the DOT11_BSS_TYPE enumeration.
- dwFlags
A flag which, if set to WDIAG_IHV_WLAN_ID_FLAG_SECURITY_ENABLED, indicates that security is enabled for this IHV profile. Otherwise, security is not enabled.
- dwReasonCode
An error reason code, when it is available
Requirements
Header |
wlanihv.h |
See Also
Reference
Native 802.11 Data Types
Native 802.11 Wireless LAN Reference