zephyr/subsys/net/l2/ppp
Markus Lassila 93c3975fe6 net: l2: ppp: Terminate connection with dormant
When PPP net_if is changed to dormant, the PPP connection
is terminated asynchronously. This is used so that the driver
can terminate the PPP connection gracefully.

Note: net_if_down() is not used as it would require synchronous
operation which would block the system workqueue thus causing
deadlock.

Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
2025-05-14 14:10:21 +02:00
..
CMakeLists.txt
fsm.c
ipcp.c
ipv6cp.c
Kconfig
lcp.c net: l2: ppp: Explicitly negotiate ACCM 2025-05-09 08:23:16 +02:00
link.c
misc.c
network.c
options.c
pap.c
ppp_internal.h
ppp_l2.c net: l2: ppp: Terminate connection with dormant 2025-05-14 14:10:21 +02:00
ppp_mgmt.c
ppp_stats.c
ppp_stats.h