Wi-Fi Connect Request (new format) for use with M2M_WIFI_REQ_CONN. This structure is sent across the HIF along with the relevant auth details. One of: tstrM2mWifiPsk tstrM2mWifiWep tstrM2mWifi1xHdr If further authentication details need to be sent (such as client certificate for 1x TLS), they are sent with header tstrM2mWifiAuthInfoHdr in a preceding HIF message of type M2M_WIFI_IND_CONN_PARAM.
#include <m2m_types.h>
Data Fields | |
tstrM2mConnCredCmn | strConnCredCmn |
tstrM2mConnCredHdr | strConnCredHdr |
tstrM2mConnCredCmn tstrM2mWifiConnHdr::strConnCredCmn |
Credentials common section, including auth type and SSID.
Referenced by m2m_wifi_connect_prepare_msg().
tstrM2mConnCredHdr tstrM2mWifiConnHdr::strConnCredHdr |
Credentials header.
Referenced by m2m_wifi_connect_prepare_msg().