Authentication credentials to connect to a Wi-Fi network. More...
#include <m2m_types.h>
Public Attributes | |
tuniM2MWifiAuth | uniAuth |
uint8 | u8SecType |
uint8 | u8IsPMKUsed |
uint8 | __PAD__ [__SEC_INFO_PAD_SIZE__] |
Authentication credentials to connect to a Wi-Fi network.
uint8 tstrM2MWifiSecInfo::__PAD__[__SEC_INFO_PAD_SIZE__] |
Padding bytes for forcing 4-byte alignment
uint8 tstrM2MWifiSecInfo::u8IsPMKUsed |
set to true if the PMK is calculated on the host .
uint8 tstrM2MWifiSecInfo::u8SecType |
Wi-Fi network security type. See tenuM2mSecType for supported security types.
tuniM2MWifiAuth tstrM2MWifiSecInfo::uniAuth |
Union holding all possible authentication parameters corresponding the current security types.