Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

tstrWifiInitParam Struct Reference

tstrWifiInitParam Struct Reference
[DataTypes]

Structure, holding the Wi-fi configuration attributes such as the wi-fi callback , monitoring mode callback and Ethernet parameter initialization structure. More...

#include <m2m_wifi.h>

Data Fields

tpfAppWifiCb pfAppWifiCb
tpfAppMonCb pfAppMonCb
tstrEthInitParam strEthInitParam

Detailed Description

Structure, holding the Wi-fi configuration attributes such as the wi-fi callback , monitoring mode callback and Ethernet parameter initialization structure.

Such configuration parameters are required to be set before calling the wi-fi initialization function m2m_wifi_init. pfAppWifiCb attribute must be set to handle the wi-fi callback operations. pfAppMonCb attribute, is optional based on whether the application requires the monitoring mode configuration, and can there not be set before the initialization. strEthInitParam structure, is another optional configuration based on whether the bypass mode is set.

See also:
tpfAppEthCb tpfAppMonCb tstrEthInitParam

Definition at line 554 of file m2m_wifi.h.


Field Documentation

Callback for Wi-Fi notifications.

Definition at line 556 of file m2m_wifi.h.