zephyr/subsys/net/l2/ppp
Robert Lubos 6425f0be0a net: ppp: Fix PPP connection with host
A follow up to commit 1d7a077e11 - apparently the PPP interface should
not be brought entirely down internally, as this can break further
communication with the host. Because of that, reintroduce functionality
that used to be covered by net_if_carrier_down() (which basically
skips the L2 enable(false) call), but limited to PPP scope only.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-01-17 11:28:10 +01:00
..
CMakeLists.txt
fsm.c net: pkt: Introduce minimum length requirement to net_pkt_get_frag() 2022-11-19 07:39:32 -05:00
ipcp.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
ipv6cp.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
Kconfig
lcp.c net: ppp: Fix PPP connection with host 2023-01-17 11:28:10 +01:00
link.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
misc.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
network.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
options.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
pap.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ppp_internal.h net: ppp: Fix PPP connection with host 2023-01-17 11:28:10 +01:00
ppp_l2.c net: ppp: Fix PPP connection with host 2023-01-17 11:28:10 +01:00
ppp_mgmt.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ppp_stats.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ppp_stats.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00