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. More...
#include <m2m_wifi.h>
Public Attributes | |
uint8 | __PAD24__ [3] |
uint8 | GainTableIndex |
tpfAppMonCb | pfAppMonCb |
tpfAppWifiCb | pfAppWifiCb |
tstrEthInitParam | strEthInitParam |
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.
Definition at line 398 of file m2m_wifi.h.
uint8 tstrWifiInitParam::__PAD24__[3] |
Padding bytes for forcing 4-byte alignment
Definition at line 403 of file m2m_wifi.h.
uint8 tstrWifiInitParam::GainTableIndex |
Gain Table index to be used to configure the WiFi and BLE gains.
Definition at line 402 of file m2m_wifi.h.
tpfAppMonCb tstrWifiInitParam::pfAppMonCb |
Callback for monitoring interface.
Definition at line 400 of file m2m_wifi.h.
tpfAppWifiCb tstrWifiInitParam::pfAppWifiCb |
Callback for Wi-Fi notifications.
Definition at line 399 of file m2m_wifi.h.
tstrEthInitParam tstrWifiInitParam::strEthInitParam |
Structure to hold Ethernet interface parameters.
Definition at line 401 of file m2m_wifi.h.