Generic Wi-Fi authentication information to be sent in a separate HIF message of type M2M_WIFI_IND_CONN_PARAM (preceding M2M_WIFI_REQ_CONN).
#include <m2m_types.h>
Data Fields | |
uint8 | au8Info [] |
uint8 | au8Rsv [3] |
uint16 | u16InfoLen |
uint16 | u16InfoPos |
uint8 | u8Type |
uint8 tstrM2mWifiAuthInfoHdr::au8Info |
Placeholder for info.
uint8 tstrM2mWifiAuthInfoHdr::au8Rsv |
Reserved for future use. Set to 0.
uint16 tstrM2mWifiAuthInfoHdr::u16InfoLen |
Info length (not including this header).
Referenced by m2m_wifi_connect_1x_tls().
uint16 tstrM2mWifiAuthInfoHdr::u16InfoPos |
Information about positioning of the Info. The interpretation depends on u8Type.
Referenced by m2m_wifi_connect_1x_tls().
uint8 tstrM2mWifiAuthInfoHdr::u8Type |
Type of info: M2M_802_1X_TLS_CLIENT_CERTIFICATE
Referenced by m2m_wifi_connect_1x_tls().