esp-idf/components/esp_netif/include
David Cermak 64f4f0ac1e esp_netif/lwip: Use netif-client-data to store esp_netif ptr
lwip/netif struct has two places to store user's data
* netif->state (1 void*) but that might be occupied in special cases
* netif->client_dtat (n void*s) but that must be enabled in opts.h
This commit stores esp_netif_t* primarily in state, but if any special
netif is enabled in menuconfig (bridgeif, pppos), it uses netif->client_data.
This commit also fixes incorrect esp_netif that is attached to
IP_EVENT_GOT_IP6 event posted by pppos interfaces in:
c585618b97/components/esp_netif/lwip/esp_netif_lwip_ppp.c (L114)

Closes https://github.com/espressif/esp-idf/issues/9345
2022-07-27 11:55:18 +00:00
..
lwip esp_netif: Make set_link_speed() conditional on MIB2_STATS 2022-07-20 14:59:34 +02:00
esp_netif_br_glue.h esp_netif: added support for LwIP bridge 2022-06-14 15:29:44 +02:00
esp_netif_defaults.h esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
esp_netif_ip_addr.h docs: fix all doxygen warnings 2022-05-12 14:50:03 +08:00
esp_netif_net_stack.h esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
esp_netif_ppp.h esp_netif: Extend PPP netif API to control connection failure 2021-09-07 09:03:15 +02:00
esp_netif_slip.h slip: Fix the definition of cplusplus in the code 2021-06-25 14:51:24 +08:00
esp_netif_types.h esp_netif/lwip: Use netif-client-data to store esp_netif ptr 2022-07-27 11:55:18 +00:00
esp_netif.h esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
esp_vfs_l2tap.h docs: fix all doxygen warnings 2022-05-12 14:50:03 +08:00