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.
#include <m2m_wifi.h>
Data Fields | |
tpfAppMonCb | pfAppMonCb |
tpfAppWifiCb | pfAppWifiCb |
tstrEthInitParam | strEthInitParam |
tpfAppMonCb tstrWifiInitParam::pfAppMonCb |
Callback for monitoring interface.
tpfAppWifiCb tstrWifiInitParam::pfAppWifiCb |
Callback for Wi-Fi notifications.
Referenced by m2m_wifi_init_start(), and wifi_init().
tstrEthInitParam tstrWifiInitParam::strEthInitParam |
Structure to hold Ethernet interface parameters.
Referenced by m2m_wifi_init_start().