Microchip® Advanced Software Framework

tuniM2MWifiAuthLegacy_1_2 Union Reference

Wi-Fi Security Parameters for all supported security modes. IMPORTANT: This structure is required only for legacy M2M_WIFI_REQ_CONNECT messages.

#include <m2m_types.h>

Data Fields

uint8 au8PSK [M2M_MAX_PSK_LEN]
 
tstrM2mWifiWepParamsLegacy_1_2 strWepInfo
 

uint8 tuniM2MWifiAuthLegacy_1_2::au8PSK[M2M_MAX_PSK_LEN]

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

Referenced by m2m_wifi_connect_psk().

tstrM2mWifiWepParamsLegacy_1_2 tuniM2MWifiAuthLegacy_1_2::strWepInfo

WEP key parameters in case of WEP security.

Referenced by m2m_wifi_connect_wep().