This struct stores the authentication credentials to connect to a Wi-Fi network. More...
#include <m2m_types.h>
Public Attributes | |
uint8 | __PAD__ [__PADDING__] |
uint8 | u8SecType |
tuniM2MWifiAuth | uniAuth |
This struct stores the authentication credentials to connect to a Wi-Fi network.
Definition at line 1126 of file m2m_types.h.
uint8 tstrM2MWifiSecInfo::__PAD__[__PADDING__] |
Padding bytes for forcing 4-byte alignment
Definition at line 1132 of file m2m_types.h.
uint8 tstrM2MWifiSecInfo::u8SecType |
Wi-Fi network security type. See tenuM2mSecType for supported security types.
Definition at line 1129 of file m2m_types.h.
tuniM2MWifiAuth tstrM2MWifiSecInfo::uniAuth |
Union holding all possible authentication parameters corresponding the current security types.
Definition at line 1127 of file m2m_types.h.