Microchip® Advanced Software Framework

tstrM2mWifiConnectLegacy_1_2 Struct Reference

Wi-Fi Connect Request IMPORTANT: This structure is required only for legacy M2M_WIFI_REQ_CONNECT messages. For general usage, this structure is replaced by tstrM2mWifiConnHdr.

#include <m2m_types.h>

Data Fields

uint8 au8SSID [M2M_MAX_SSID_LEN]
 
tstrM2MWifiSecInfoLegacy_1_2 strSec
 
uint16 u16Ch
 
uint8 u8NoSaveCred
 

uint8 tstrM2mWifiConnectLegacy_1_2::au8SSID[M2M_MAX_SSID_LEN]

SSID of the desired AP. It must be NULL terminated string.

Referenced by legacy_connect_prepare_msg().

tstrM2MWifiSecInfoLegacy_1_2 tstrM2mWifiConnectLegacy_1_2::strSec

Security parameters for authenticating with the AP.

Referenced by legacy_connect_prepare_msg(), m2m_wifi_connect_psk(), and m2m_wifi_connect_wep().

uint16 tstrM2mWifiConnectLegacy_1_2::u16Ch

RF Channel for the target SSID as enumerated in tenuM2mScanCh.

Referenced by legacy_connect_prepare_msg().

uint8 tstrM2mWifiConnectLegacy_1_2::u8NoSaveCred

Set to '1' to prevent WINC from saving authentication info (PSK, WEP key, 801.1x password) on WINC flash.

Referenced by legacy_connect_prepare_msg().