Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure stores information about 802.1x authentication.
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
OS Versions: Windows CE .NET 4.2 and later.
Header: Wzcsapi.h.
See Also
Automatic Configuration Structures | WZC_WLAN_CONFIG
Send Feedback on this topic to the authors