Searched full:conn_mgr (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-latest/include/zephyr/net/ |
D | conn_mgr_monitor.h | 23 * @defgroup conn_mgr Connection Manager API 40 * @brief Mark an iface to be ignored by conn_mgr. 42 * Ignoring an iface forces conn_mgr to consider it unready/disconnected. 55 * conn_mgr will no longer be forced to consider the iface unreadly/disconnected. 71 * @retval true if the iface is being ignored by conn_mgr. 72 * @retval false if the iface is being watched by conn_mgr. 77 * @brief Mark an L2 to be ignored by conn_mgr.
|
D | conn_mgr_connectivity_impl.h | 9 * @brief API for defining conn_mgr connectivity implementations (allowing ifaces to be used with 126 * Declares a conn_mgr connectivity layer implementation with the provided API 134 * @brief Define a conn_mgr connectivity implementation that can be bound to network devices. 145 * @brief Helper macro to make a conn_mgr connectivity implementation publicly available. 159 * Binds a conn_mgr connectivity implementation to an iface / network device. 235 * @brief Retrieves the conn_mgr binding struct for a provided iface if it exists. 262 * is called automatically by conn_mgr.
|
D | conn_mgr_connectivity.h | 79 * When set, conn_mgr will not automatically attempt to connect this iface when it reaches 87 * When set, conn_mgr will not automatically take the iface admin-down when it stops 269 * @param skip_ignored - If true, only affect ifaces that aren't ignored by conn_mgr. 282 * @param skip_ignored - If true, only affect ifaces that aren't ignored by conn_mgr. 295 * @param skip_ignored - If true, only affect ifaces that aren't ignored by conn_mgr. 308 * @param skip_ignored - If true, only affect ifaces that aren't ignored by conn_mgr.
|
/Zephyr-latest/tests/net/conn_mgr_monitor/ |
D | testcase.yaml | 8 net.conn_mgr.nodad: 11 net.conn_mgr.dad:
|
/Zephyr-latest/tests/net/conn_mgr_conn/ |
D | testcase.yaml | 5 net.conn_mgr.conn:
|
/Zephyr-latest/subsys/net/conn_mgr/ |
D | CMakeLists.txt | 12 zephyr_linker_sources(DATA_SECTIONS conn_mgr.ld)
|
D | conn_mgr_private.h | 66 /* Internal helper function to allow the shell net cm command to safely read conn_mgr state. */
|
D | events_handler.c | 8 LOG_MODULE_DECLARE(conn_mgr, CONFIG_NET_CONNECTION_MANAGER_LOG_LEVEL);
|
D | conn_mgr_monitor.c | 8 LOG_MODULE_REGISTER(conn_mgr, CONFIG_NET_CONNECTION_MANAGER_LOG_LEVEL);
|
D | conn_mgr_connectivity.c | 268 * Called automatically by conn_mgr when an iface has lost connection and will not attempt to
|
/Zephyr-latest/subsys/net/ |
D | CMakeLists.txt | 21 add_subdirectory(conn_mgr)
|
D | Kconfig | 35 source "subsys/net/conn_mgr/Kconfig"
|
/Zephyr-latest/doc/connectivity/networking/ |
D | index.rst | 20 conn_mgr/index.rst
|
/Zephyr-latest/tests/drivers/build_all/modem/src/ |
D | main.c | 15 #include <zephyr/net/conn_mgr/connectivity_wifi_mgmt.h>
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ |
D | tunnel.c | 48 /* Before setting up tunnel, make sure it will be ignored by conn_mgr */ in setup_iface()
|
/Zephyr-latest/drivers/wifi/simplelink/ |
D | simplelink.c | 15 #include <zephyr/net/conn_mgr/connectivity_wifi_mgmt.h>
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | cm.c | 491 PR_INFO("conn_mgr is not enabled. Enable by setting CONFIG_NET_CONNECTION_MANAGER=y.\n"); in cmd_net_cm_status() 952 SHELL_SUBCMD_ADD((net), cm, &net_cmd_cm, "Control conn_mgr.", NULL, 1, 0);
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 202 .. doxygengroup:: conn_mgr
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_core.c | 28 #include <zephyr/net/conn_mgr/connectivity_wifi_mgmt.h>
|
/Zephyr-latest/drivers/wifi/infineon/ |
D | airoc_wifi.c | 13 #include <zephyr/net/conn_mgr/connectivity_wifi_mgmt.h>
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | fmac_main.c | 22 #include <zephyr/net/conn_mgr/connectivity_wifi_mgmt.h>
|
/Zephyr-latest/drivers/wifi/esp32/src/ |
D | esp_wifi_drv.c | 18 #include <zephyr/net/conn_mgr/connectivity_wifi_mgmt.h>
|
/Zephyr-latest/ |
D | MAINTAINERS.yml | 2913 - include/zephyr/net/conn_mgr*.h 2914 - subsys/net/conn_mgr/ 2917 - doc/connectivity/networking/conn_mgr/ 2921 - net.conn_mgr
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | wifi_winc1500.c | 24 #include <zephyr/net/conn_mgr/connectivity_wifi_mgmt.h>
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp.c | 32 #include <zephyr/net/conn_mgr/connectivity_wifi_mgmt.h>
|
12