This struct stores the credentials for the user to authenticate with the AAA server (WPA-Enterprise Mode IEEE802.1x). More...
#include <m2m_types.h>
Public Attributes | |
uint8 | __PAD__ [__PADDING_tstr1xAuthCredentials_] |
uint8 | au8Passwd [M2M_1X_PWD_MAX] |
uint8 | au8UserName [M2M_1X_USR_NAME_MAX] |
This struct stores the credentials for the user to authenticate with the AAA server (WPA-Enterprise Mode IEEE802.1x).
Definition at line 1088 of file m2m_types.h.
uint8 tstr1xAuthCredentials::__PAD__[__PADDING_tstr1xAuthCredentials_] |
Definition at line 1095 of file m2m_types.h.
uint8 tstr1xAuthCredentials::au8Passwd[M2M_1X_PWD_MAX] |
Password corresponding to the user name. It must be Null terminated string.
Definition at line 1091 of file m2m_types.h.
uint8 tstr1xAuthCredentials::au8UserName[M2M_1X_USR_NAME_MAX] |
User Name. It must be Null terminated string.
Definition at line 1089 of file m2m_types.h.