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.
#include <m2m_wifi.h>
Data Fields | |
uint8 * | au8ethRcvBuf |
tpfAppEthCb | pfAppEthCb |
tpfAppWifiCb | pfAppWifiCb |
uint16 | u16ethRcvBufSize |
uint8 | u8EthernetEnable |
uint8* tstrEthInitParam::au8ethRcvBuf |
Pointer to Receive Buffer of Ethernet Packet
Referenced by m2m_wifi_init_start().
tpfAppEthCb tstrEthInitParam::pfAppEthCb |
Callback for Ethernet interface.
Referenced by m2m_wifi_init_start().
tpfAppWifiCb tstrEthInitParam::pfAppWifiCb |
Callback for wifi notifications.
uint16 tstrEthInitParam::u16ethRcvBufSize |
Size of Receive Buffer for Ethernet Packet
Referenced by m2m_wifi_init_start().
uint8 tstrEthInitParam::u8EthernetEnable |
Enable Ethernet mode flag
Referenced by m2m_wifi_init_start().