Structure to hold Ethernet interface parameters. Structure is to be defined and have its attributes set, based on the application's functionality before a call is made to initialize the wi-fi operations by calling the m2m_wifi_init function. Part of the wi-fi configuration structure tstrWifiInitParam. Applications shouldn't need to define this structure, if the bypass mode is not defined. More...
#include <m2m_wifi.h>
Public Attributes | |
uint8 * | au8ethRcvBuf |
tpfAppEthCb | pfAppEthCb |
tpfAppWifiCb | pfAppWifiCb |
uint16 | u16ethRcvBufSize |
Structure to hold Ethernet interface parameters. Structure is to be defined and have its attributes set, based on the application's functionality before a call is made to initialize the wi-fi operations by calling the m2m_wifi_init function. Part of the wi-fi configuration structure tstrWifiInitParam. Applications shouldn't need to define this structure, if the bypass mode is not defined.
Definition at line 350 of file m2m_wifi.h.
uint8* tstrEthInitParam::au8ethRcvBuf |
Pointer to Receive Buffer of Ethernet Packet
Definition at line 353 of file m2m_wifi.h.
tpfAppEthCb tstrEthInitParam::pfAppEthCb |
Callback for Ethernet interface.
Definition at line 352 of file m2m_wifi.h.
tpfAppWifiCb tstrEthInitParam::pfAppWifiCb |
Callback for wifi notifications.
Definition at line 351 of file m2m_wifi.h.
uint16 tstrEthInitParam::u16ethRcvBufSize |
Size of Receive Buffer for Ethernet Packet
Definition at line 354 of file m2m_wifi.h.