Home
last modified time | relevance | path

Searched refs:net_if_dormant_on (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/tests/net/conn_mgr_monitor/src/
Dtest_ifaces.c116 net_if_dormant_on(binding->iface); in test_conn_api_init()
129 net_if_dormant_on(binding->iface); in test_conn_api_disconnect()
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dtest_conn_impl.c77 net_if_dormant_on(target); in simulate_connection_loss()
135 net_if_dormant_on(binding->iface); in test_disconnect()
213 net_if_dormant_on(binding->iface); in test_init()
Dmain.c45 net_if_dormant_on(iface); in reset_test_iface_networking()
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_wifi.c432 net_if_dormant_on(airoc_wifi_iface); in airoc_event_task()
468 net_if_dormant_on(iface); in airoc_mgmt_init()
564 net_if_dormant_on(data->iface); in airoc_mgmt_connect()
592 net_if_dormant_on(data->iface); in airoc_mgmt_disconnect()
749 net_if_dormant_on(data->iface); in airoc_mgmt_ap_disable()
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c203 net_if_dormant_on(g_mlan.netif); in nxp_wifi_wlan_event_callback()
208 net_if_dormant_on(g_mlan.netif); in nxp_wifi_wlan_event_callback()
220 net_if_dormant_on(g_mlan.netif); in nxp_wifi_wlan_event_callback()
230 net_if_dormant_on(g_mlan.netif); in nxp_wifi_wlan_event_callback()
237 net_if_dormant_on(g_mlan.netif); in nxp_wifi_wlan_event_callback()
241 net_if_dormant_on(g_mlan.netif); in nxp_wifi_wlan_event_callback()
331 net_if_dormant_on(g_uap.netif); in nxp_wifi_wlan_event_callback()
445 net_if_dormant_on(g_mlan.netif); in nxp_wifi_wlan_start()
452 net_if_dormant_on(g_uap.netif); in nxp_wifi_wlan_start()
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c207 net_if_dormant_on(ot_context->iface); in ot_state_changed_handler()
596 net_if_dormant_on(iface); in openthread_init()
/Zephyr-latest/drivers/wifi/esp_at/
Desp.c601 net_if_dormant_on(dev->net_iface); in esp_mgmt_disconnect_work()
943 net_if_dormant_on(dev->net_iface); in MODEM_CMD_DEFINE()
1156 net_if_dormant_on(dev->net_iface); in esp_mgmt_connect_work()
1340 net_if_dormant_on(data->net_iface); in esp_mgmt_ap_disable()
1520 net_if_dormant_on(iface); in esp_iface_init()
/Zephyr-latest/tests/net/iface/src/
Dmain.c373 net_if_dormant_on(iface1); in iface_setup()
502 net_if_dormant_on(iface); in test_iface_init()
555 net_if_dormant_on(iface1); in ZTEST()
/Zephyr-latest/drivers/wifi/siwx91x/
Dsiwx91x_wifi.c131 net_if_dormant_on(sidev->iface); in siwx91x_disconnect()
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_if.rst89 flag and can be changed with :c:func:`net_if_dormant_on` and
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dnet_if.c226 net_if_dormant_on(vif_ctx_zep->zep_net_if_ctx); in nrf_wifi_net_iface_work_handler()
639 net_if_dormant_on(iface); in nrf_wifi_if_init_zep()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h3012 void net_if_dormant_on(struct net_if *iface);
/Zephyr-latest/subsys/net/ip/
Dnet_if.c5829 void net_if_dormant_on(struct net_if *iface) in net_if_dormant_on() function