Credentials for the user to authenticate with the AAA server (WPA-Enterprise Mode IEEE802.1x).
#include <m2m_types.h>
Data Fields | |
uint8 | __PAD__ [PAD_SZ(M2M_1X_USR_NAME_MAX+M2M_1X_PWD_MAX)] |
uint8 | au8Passwd [M2M_1X_PWD_MAX] |
uint8 | au8UserName [M2M_1X_USR_NAME_MAX] |
uint8 tstr1xAuthCredentials::__PAD__[PAD_SZ(M2M_1X_USR_NAME_MAX+M2M_1X_PWD_MAX)] |
Padding bytes for forcing 4-byte alignment
uint8 tstr1xAuthCredentials::au8Passwd[M2M_1X_PWD_MAX] |
Password corresponding to the user name. It must be Null terminated string.
Referenced by atCmd_Connect_Handler().
uint8 tstr1xAuthCredentials::au8UserName[M2M_1X_USR_NAME_MAX] |
User Name. It must be Null terminated string.
Referenced by atCmd_Connect_Handler().