esp-idf/components/esp_netif/include
David Cermak 966b8620c2 feat(esp_netif): PPP config option to allow disabling LCP runtime
If LCP keepalive mechanism is enabled in menuconfig, it's statically
configured on creation of an interface and cannot be changed runtime. In
some cases it's useful to relax LCP criteria during runtime operation,
for example before initiating OTA. This config option allows for
disabling already enabled LCP echo (this setting becomes effective after
reconnecting, i.e. initializing a new session)

Closes https://github.com/espressif/esp-protocols/issues/287
2023-09-25 16:48:48 +02:00
..
lwip esp_netif: Make esp_netif_receive() return value configurable 2023-04-05 12:18:21 +02:00
esp_netif_br_glue.h feat(network/examples): extended LwIP bridge example 2023-06-30 14:38:24 +02:00
esp_netif_defaults.h feat(network/examples): extended LwIP bridge example 2023-06-30 14:38:24 +02:00
esp_netif_ip_addr.h lwip: Support IPv6 only mode 2023-02-27 08:53:34 +01: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 feat(esp_netif): PPP config option to allow disabling LCP runtime 2023-09-25 16:48:48 +02:00
esp_netif_sntp.h fix(c++): invalid conversion from int to enumeration 2023-05-12 15:08:53 +08:00
esp_netif_types.h lwip: solve some routers do not forward multicast packet issue 2023-03-08 16:58:29 +08:00
esp_netif.h lwip/esp_napt: Added api to enable/disable napt based on esp_netif. 2023-03-23 20:38:03 +11:00
esp_vfs_l2tap.h docs: fix all doxygen warnings 2022-05-12 14:50:03 +08:00