zephyr/subsys/net/conn_mgr
Jordan Yates 9ff1fcf7e7 net: conn_mgr: generic wifi_mgmt connectivity backend
As connectivity backends need to be bound in the same file that the
`net_if` is created in, define a common backend type for WiFi modems.
All WiFi modems should be controllable through the `wifi_mgmt` API, so
there should be no need for dedicated context.

When enabled, the particular implementation to be used is chosen through
`CONNECTIVITY_WIFI_MGMT_IMPL`. For now, the only choice is an
application defined backend.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2024-01-30 18:51:46 -05:00
..
CMakeLists.txt net: conn_mgr: Rename connectivity monitor 2023-08-29 16:13:37 +02:00
conn_mgr.ld iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
conn_mgr_connectivity.c net: conn_mgr: Rename connectivity monitor 2023-08-29 16:13:37 +02:00
conn_mgr_monitor.c net: fix thread function signatures 2023-10-30 12:24:34 +01:00
conn_mgr_private.h net: conn_mgr: Write documentation 2023-09-28 15:11:14 +02:00
events_handler.c net: conn_mgr: output events as hex 2023-12-21 09:18:32 +01:00
Kconfig net: conn_mgr: generic wifi_mgmt connectivity backend 2024-01-30 18:51:46 -05:00