Microchip® Advanced Software Framework

tstrM2MWifiSecInfo Struct Reference

Authentication credentials to connect to a Wi-Fi network.

#include <m2m_types.h>

Data Fields

uint8 __PAD__ [PAD_SZ(sizeof(tuniM2MWifiAuth)+2)]
 
uint8 u8IsPMKUsed
 
uint8 u8SecType
 
tuniM2MWifiAuth uniAuth
 

uint8 tstrM2MWifiSecInfo::__PAD__[PAD_SZ(sizeof(tuniM2MWifiAuth)+2)]

Padding bytes for forcing 4-byte alignment

uint8 tstrM2MWifiSecInfo::u8IsPMKUsed

set to true if the PMK is calculated on the host .

Referenced by m2m_wifi_connect().

uint8 tstrM2MWifiSecInfo::u8SecType

Wi-Fi network security type. See tenuM2mSecType for supported security types.

Referenced by m2m_wifi_connect().

tuniM2MWifiAuth tstrM2MWifiSecInfo::uniAuth

Union holding all possible authentication parameters corresponding the current security types.

Referenced by m2m_wifi_connect().