zephyr/subsys/net/conn_mgr
Jordan Yates 5c0521c585 conn_mgr: make internal state static
Make the interface interface state array static, ensuring that the array
is zeroed at boot. This enables interfaces which initialise earlier than
the CONN_MGR module to set flags in their init functions.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2025-07-19 15:35:31 -04:00
..
CMakeLists.txt linker_script: Remove all SUBALIGN usage for iterable sections 2025-06-17 16:06:21 +02:00
conn_mgr_connectivity.c net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
conn_mgr_monitor.c conn_mgr: make internal state static 2025-07-19 15:35:31 -04:00
conn_mgr_private.h conn_mgr: make internal state static 2025-07-19 15:35:31 -04:00
conn_mgr.ld
events_handler.c conn_mgr: make internal state static 2025-07-19 15:35:31 -04:00
Kconfig