esp-idf/components/esp_netif/lwip
Paweł pidpawel Kozubal cf60ec0ffc lwip: Added support for configurable LwIP hooks
Added lwIP hooks which could be optionally overwritten in the
application code. These three options are provided in Kconfig:
* NONE: No hook support
* DEFAULT: Default implementation is provided. If IDF doesn't
have a specific hook implementation, an empty stub is provided, which
could be overwritten by strong implementation in application code.
* CUSTOM: Hooks are declared only to be implemented in application code.

Merges https://github.com/espressif/esp-idf/pull/6034
2020-11-26 12:02:00 +00:00
..
esp_netif_lwip_defaults.c esp_netif: Enable use of the ESP-IDF with a non-LWIP (and non-BSD-style) IP stack. 2020-09-18 15:10:55 +02:00
esp_netif_lwip_internal.h esp_netif: Enable use of the ESP-IDF with a non-LWIP (and non-BSD-style) IP stack. 2020-09-18 15:10:55 +02:00
esp_netif_lwip_ppp.c esp-netif: Fix PPP netif event posting to include esp_netif data 2020-10-26 16:00:42 +00:00
esp_netif_lwip_ppp.h esp_netif: Enable use of the ESP-IDF with a non-LWIP (and non-BSD-style) IP stack. 2020-09-18 15:10:55 +02:00
esp_netif_lwip_slip.c esp_netif: Fixed SLIP input to support size longer than 256 2020-10-26 17:53:17 +01:00
esp_netif_lwip_slip.h esp-netif: Fix SLIP interface to start with correct IPv6 addr 2020-09-03 18:11:09 +00:00
esp_netif_lwip.c lwip: Added support for configurable LwIP hooks 2020-11-26 12:02:00 +00:00
esp_netif_sta_list.c esp_netif: moving default netifs to wifi, moved sta_list to a separate header -- note will fail unit tests 2019-11-13 12:36:25 +01:00