Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

tstr1xAuthCredentials Struct Reference

tstr1xAuthCredentials Struct Reference
[DataTypes]

Credentials for the user to authenticate with the AAA server (WPA-Enterprise Mode IEEE802.1x). More...

#include <m2m_types.h>

Data Fields

uint8 au8UserName [M2M_1X_USR_NAME_MAX]
uint8 au8Passwd [M2M_1X_PWD_MAX]

Detailed Description

Credentials for the user to authenticate with the AAA server (WPA-Enterprise Mode IEEE802.1x).

Definition at line 1232 of file m2m_types.h.


Field Documentation

uint8 au8Passwd[M2M_1X_PWD_MAX]

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

Definition at line 1237 of file m2m_types.h.

uint8 au8UserName[M2M_1X_USR_NAME_MAX]

User Name. It must be Null terminated string.

Definition at line 1234 of file m2m_types.h.