esp-idf/components/lwip
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
..
apps Icmp: get tos parameter in icmp reply 2022-07-05 11:37:41 +08:00
include Icmp: get tos parameter in icmp reply 2022-07-05 11:37:41 +08:00
lwip@3f5a04bc63 lwip: Fix on-demand timers to update internal system touts 2022-07-14 05:09:53 +00:00
port/esp32 esp_netif/lwip: Use netif-client-data to store esp_netif ptr 2022-07-27 11:55:18 +00:00
test ci: partially enable ut tests for esp32c2 2022-06-02 14:23:35 +08:00
test_afl_host docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
weekend_test style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
CMakeLists.txt esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
Kconfig esp_netif: added support for LwIP bridge 2022-06-14 15:29:44 +02:00
linker.lf esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
sdkconfig.rename lwip: Fix minor lwip dependency issue 2022-01-14 16:41:38 +01:00