Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h243 #define NET_REQUEST_WIFI_AP_STA_DISCONNECT \ macro
246 NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_WIFI_AP_STA_DISCONNECT);
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c657 NET_MGMT_REGISTER_REQUEST_HANDLER(NET_REQUEST_WIFI_AP_STA_DISCONNECT, wifi_ap_sta_disconnect);
Dwifi_shell.c2018 ret = net_mgmt(NET_REQUEST_WIFI_AP_STA_DISCONNECT, iface, mac, sizeof(mac)); in cmd_wifi_ap_sta_disconnect()