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

Function

Function
[WLAN]

Variables

tpfAppEthCb pfAppEthCb
uint8au8ethRcvBuf
uint16 u16ethRcvBufSize
uint8 u8EthernetEnable
uint8 __PAD8__
uint16 u16RemainigDataSize
tpfAppMonCb pfAppMonCb
tstrEthInitParam strEthInitParam

Variable Documentation

uint8 __PAD8__ [inherited]

Padding

Definition at line 500 of file m2m_wifi.h.

uint8* au8ethRcvBuf [inherited]

Pointer to Receive Buffer of Ethernet Packet

Definition at line 488 of file m2m_wifi.h.

tpfAppEthCb pfAppEthCb [inherited]

Callback for Ethernet interface.

Definition at line 484 of file m2m_wifi.h.

tpfAppMonCb pfAppMonCb [inherited]

Callback for monitoring interface.

Definition at line 560 of file m2m_wifi.h.

tstrEthInitParam strEthInitParam [inherited]

Structure to hold Ethernet interface parameters.

Definition at line 564 of file m2m_wifi.h.

uint16 u16ethRcvBufSize [inherited]

Size of Receive Buffer for Ethernet Packet

Definition at line 492 of file m2m_wifi.h.

uint16 u16RemainigDataSize [inherited]

Size of the remaining data bytes to be delivered to host.

Definition at line 530 of file m2m_wifi.h.

uint8 u8EthernetEnable [inherited]

Enable Ethernet mode flag

Definition at line 496 of file m2m_wifi.h.