#include "lwip/netif.h"
#include "lwip/err.h"
Functions | |
err_t | wlif_init (struct netif *netif) |
Should be called at the beginning of the program to set up the network interface. More... | |
void | wlif_poll (struct netif *netif) |
Should be called at the beginning of the program to set up the network interface.
It calls the function low_level_init() to do the actual setup of the hardware.
This function should be passed as a parameter to netif_add().
netif | the lwip network interface structure for this ethernetif |
References IFNAME0, IFNAME1, netif::linkoutput, low_level_init(), low_level_output(), LWIP_ASSERT, netif::name, NULL, netif::output, rx_isr(), and netif::state.
Referenced by start_ip_stack().
void wlif_poll | ( | struct netif * | netif | ) |
References if(), NULL, process_pqueue(), wlif_t::rx_pending, netif::state, and wlif_input().
Referenced by poll().