esp-idf/components/esp_netif/lwip
David Cermak 9f17f586f4 esp_netif: Set default netif with lwip_netif
Make use of lwip_netif pointer for setting the default interface in lwip,
since the  is a generic pointer used in I/O functions wheras the former is always the  type.
More importantly the netif_handle could be set to another context ptr
used in I/O functions, as as for the SLIP netif.

This change fixes the issue of incorrect settings of a default interface
if any SLIP netif is involved.

Closes https://github.com/espressif/esp-idf/issues/7246
2021-08-17 19:10:49 +08:00
..
esp_netif_lwip.c esp_netif: Set default netif with lwip_netif 2021-08-17 19:10:49 +08:00
esp_netif_lwip_defaults.c openthread: integrate OpenThread network interface with esp_netif 2021-06-02 17:03:54 +08:00
esp_netif_lwip_internal.h esp_netif: Add CONFIG_PPP_SUPPORT and CONFIG_LWIP_SLIP_SUPPORT to sperate the code 2021-06-25 14:51:24 +08:00
esp_netif_lwip_ppp.c esp_netif: Add CONFIG_PPP_SUPPORT and CONFIG_LWIP_SLIP_SUPPORT to sperate the code 2021-06-25 14:51:24 +08: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: Add CONFIG_PPP_SUPPORT and CONFIG_LWIP_SLIP_SUPPORT to sperate the code 2021-06-25 14:51:24 +08:00
esp_netif_lwip_slip.h
esp_netif_sta_list.c