|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
API for monitoring network connections and interfaces. More...
Go to the source code of this file.
Functions | |
| void | conn_mgr_mon_resend_status (void) |
| Resend either NET_L4_CONNECTED or NET_L4_DISCONNECTED depending on whether connectivity is currently available. | |
| void | conn_mgr_ignore_iface (struct net_if *iface) |
| Mark an iface to be ignored by conn_mgr. | |
| void | conn_mgr_watch_iface (struct net_if *iface) |
| Watch (stop ignoring) an iface. | |
| bool | conn_mgr_is_iface_ignored (struct net_if *iface) |
| Check whether the provided iface is currently ignored. | |
| void | conn_mgr_ignore_l2 (const struct net_l2 *l2) |
| Mark an L2 to be ignored by conn_mgr. | |
| void | conn_mgr_watch_l2 (const struct net_l2 *l2) |
| Watch (stop ignoring) an L2. | |
API for monitoring network connections and interfaces.