Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hostap/src/
Dsupp_main.h46 static inline void net_dhcpv4_stop(struct net_if *iface) in net_dhcpv4_stop() function
/Zephyr-latest/include/zephyr/net/
Ddhcpv4.h223 void net_dhcpv4_stop(struct net_if *iface);
/Zephyr-latest/subsys/net/lib/shell/
Ddhcpv4.c242 net_dhcpv4_stop(iface); in cmd_net_dhcpv4_client_stop()
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4.c1823 void net_dhcpv4_stop(struct net_if *iface) in net_dhcpv4_stop() function
1872 net_dhcpv4_stop(iface); in net_dhcpv4_restart()
/Zephyr-latest/drivers/wifi/esp32/src/
Desp_wifi_drv.c316 net_dhcpv4_stop(esp32_wifi_iface); in esp_wifi_handle_sta_disconnect_event()