Microchip® Advanced Software Framework

tstr1xAuthCredentials Struct Reference

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

Password corresponding to the user name. It must be Null terminated string.

Referenced by atCmd_Connect_Handler(), m2m_wifi_connect_sc(), post_main_page(), and wifi_ap_connect().

uint8 tstr1xAuthCredentials::au8UserName

User Name. It must be Null terminated string.

Referenced by atCmd_Connect_Handler(), m2m_wifi_connect_sc(), post_main_page(), and wifi_ap_connect().