zephyr/subsys/net
Jukka Rissanen b6aea97dc7 net: l2: dummy: Add start/stop API functions
The dummy L2 layer does not implement any L2 functionality
but it does not mean that it should not implement start/stop
functions that are called when the related network interface
is brought up or taken down.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2023-12-14 14:21:31 +01:00
..
conn_mgr net: fix thread function signatures 2023-10-30 12:24:34 +01:00
ip net: if: Interface stays down if device is not ready 2023-12-14 14:21:31 +01:00
l2 net: l2: dummy: Add start/stop API functions 2023-12-14 14:21:31 +01:00
lib net: lib: lwm2m: use correct format specifier for LOG_ERR 2023-12-14 09:32:43 +01:00
pkt_filter net: pkt_filter: Introduce additional hooks for pkt_filter 2023-07-10 09:27:47 +02:00
buf_simple.c
buf.c net: buf: Preserve buffer pointer in destroy callback 2023-11-15 10:02:55 +01:00
CMakeLists.txt net: conn_mgr: Write documentation 2023-09-28 15:11:14 +02:00
hostname.c net: hostname: trigger an event when the hostname changes 2023-11-29 13:16:16 -06:00
Kconfig net: Add Kconfig for net buf alignment 2023-12-14 09:29:47 +01:00
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net