Microchip® Advanced Software Framework

tstrM2mWifiConnect Struct Reference

Wi-Fi Connect Request.

#include <m2m_types.h>

Data Fields

uint8 __PAD__ [PAD_SZ(sizeof(tstrM2MWifiSecInfo)+M2M_MAX_SSID_LEN+2)]
 
uint8 au8SSID [M2M_MAX_SSID_LEN]
 
tstrM2MWifiSecInfo strSec
 
uint16 u16Ch
 

uint8 tstrM2mWifiConnect::__PAD__[PAD_SZ(sizeof(tstrM2MWifiSecInfo)+M2M_MAX_SSID_LEN+2)]

Padding bytes for forcing 4-byte alignment

uint8 tstrM2mWifiConnect::au8SSID[M2M_MAX_SSID_LEN]

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

Referenced by m2m_wifi_connect().

tstrM2MWifiSecInfo tstrM2mWifiConnect::strSec

Security parameters for authenticating with the AP.

Referenced by m2m_wifi_connect().

uint16 tstrM2mWifiConnect::u16Ch

RF Channel for the target SSID.

Referenced by m2m_wifi_connect().