NNN50 WIFI_API library

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

tstrM2mWifiConnect Struct Reference

tstrM2mWifiConnect Struct Reference
[DataTypes]

Wi-Fi Connect Request. More...

#include <m2m_types.h>

Data Fields

tstrM2MWifiSecInfo strSec
uint16 u16Ch
uint8 au8SSID [M2M_MAX_SSID_LEN]
uint8 __PAD__ [__CONN_PAD_SIZE__]

Detailed Description

Wi-Fi Connect Request.

Definition at line 1290 of file m2m_types.h.


Field Documentation

uint8 __PAD__[__CONN_PAD_SIZE__]

Padding bytes for forcing 4-byte alignment

Definition at line 1303 of file m2m_types.h.

uint8 au8SSID[M2M_MAX_SSID_LEN]

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

Definition at line 1298 of file m2m_types.h.

Security parameters for authenticating with the AP.

Definition at line 1292 of file m2m_types.h.

RF Channel for the target SSID.

Definition at line 1295 of file m2m_types.h.