Home
last modified time | relevance | path

Searched refs:net_dhcpv4_stop (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/net/
Ddhcpv4.h186 void net_dhcpv4_stop(struct net_if *iface);
/Zephyr-Core-3.5.0/subsys/net/ip/
Ddhcpv4.c1313 void net_dhcpv4_stop(struct net_if *iface) in net_dhcpv4_stop() function
1358 net_dhcpv4_stop(iface); in net_dhcpv4_restart()
/Zephyr-Core-3.5.0/drivers/wifi/esp32/src/
Desp_wifi_drv.c250 net_dhcpv4_stop(esp32_wifi_iface); in esp_wifi_handle_disconnect_event()