WZC_EAPOL_PARAMS
Other versions of this page are also available for the following:
8/28/2008
This structure stores information about 802.1x authentication.
Syntax
typedef struct _WZC_EAPOL_PARAMS
{
BOOL bEnable8021x;
DWORD dwEapFlags;
DWORD dwEapType;
DWORD dwAuthDataLen;
BYTE *pbAuthData;
}WZC_EAPOL_PARAMS, *PWZC_EAPOL_PARAMS;
Members
- bEnable8021x
Determines whether or not authentication is enabled.
- dwEapFlags
Not used.
- dwEapType
The EAP extension type to be used. Set to 0x00000013 for EAP-TLS and 0x00000026 for PEAP.
- dwAuthDataLen
Size of the BLOB structure (in bytes) pointed by pbAuthData.
- pbAuthData
Pointer to BLOB that contains provider-specific information about the configuration.
Requirements
Header | wzcsapi.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |