WiFi Framework C++ Edition
Public Attributes | List of all members
wclWiFiOneXStatus Struct Reference

The structure contains the current 802.1X authentication status. More...

#include <wclWiFi.h>

Public Attributes

wclWiFiOneXAuthStatus Status
 The current status of the 802.1X authentication process. Any error that may have occurred during authentication is indicated below by the value of the Reason and Error members of the wclWiFiOneXStatus structure.
 
int Reason
 If an error occurred during 802.1X authentication, this member contains the reason for the error This member is normally WCL_E_SUCCESS when 802.1X authentication is successful and no error occurs.
 
int Error
 If an error occurred during 802.1X authentication, this member contains the error. This member is normally WCL_E_SUCCESS, except when an EAPHost error occurs.
 

Detailed Description

The structure contains the current 802.1X authentication status.