Home
last modified time | relevance | path

Searched refs:NET_REQUEST_WIFI_DISCONNECT (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/boards/espressif/wifi/src/
Dmain.c206 ret = net_mgmt(NET_REQUEST_WIFI_DISCONNECT, wifi_ctx.iface, NULL, 0); in wifi_disconnect()
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h156 #define NET_REQUEST_WIFI_DISCONNECT \ macro
159 NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_WIFI_DISCONNECT);
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c449 NET_MGMT_REGISTER_REQUEST_HANDLER(NET_REQUEST_WIFI_DISCONNECT, wifi_disconnect);
Dwifi_shell.c947 status = net_mgmt(NET_REQUEST_WIFI_DISCONNECT, iface, NULL, 0); in cmd_wifi_disconnect()