Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_stats.h878 #define NET_REQUEST_STATS_RESET_WIFI \ macro
882 NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_STATS_RESET_WIFI);
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c832 NET_MGMT_REGISTER_REQUEST_HANDLER(NET_REQUEST_STATS_RESET_WIFI, wifi_iface_stats_reset);
Dwifi_shell.c1308 ret = net_mgmt(NET_REQUEST_STATS_RESET_WIFI, iface, in cmd_wifi_stats()