Microchip® Advanced Software Framework

tuniM2MWifiAuth Union Reference

Wi-Fi Security Parameters for all supported security modes.

#include <m2m_types.h>

Data Fields

uint8 au8PMK [M2M_MAX_PMK_LEN]
 
uint8 au8PSK [M2M_MAX_PSK_LEN]
 
tstr1xAuthCredentials strCred1x
 
tstrM2mWifiWepParams strWepInfo
 

uint8 tuniM2MWifiAuth::au8PMK[M2M_MAX_PMK_LEN]

PMK key if it is calculated in the host.

Referenced by m2m_wifi_connect(), and m2m_wifi_enable_ap().

uint8 tuniM2MWifiAuth::au8PSK[M2M_MAX_PSK_LEN]

Pre-Shared Key in case of WPA-Personal security.

Referenced by atCmd_ApEnable_Handler(), m2m_wifi_connect(), sta_task(), and wifi_cb().

tstr1xAuthCredentials tuniM2MWifiAuth::strCred1x

Credentials for RADIUS server authentication in case of WPA-Enterprise security.

Referenced by m2m_wifi_connect().

tstrM2mWifiWepParams tuniM2MWifiAuth::strWepInfo

WEP key parameters in case of WEP security.

Referenced by atCmd_ApEnable_Handler(), m2m_wifi_connect(), sta_task(), and wifi_cb().