Found 19 other functions taking a
netif
argument:
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().
LWIP's network stack init function for Ethernet
LWIP's network stack init function for WiFi (AP)
LWIP's network stack init function for WiFi (Station)
LWIP's network stack init function for WiFi Aware interface (NAN)
In this function, the hardware should be initialized. Called from wlanif_input().
This function should do the actual transmission of the packet. The packet is contained in the pbuf that is passed to the function. This pbuf might be chained.
In this function, the hardware should be initialized. Invoked by ethernetif_init().
This function should do the actual transmission of the packet. The packet is contained in the pbuf that is passed to the function. This pbuf might be chained.