Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_stats.h870 #define NET_REQUEST_STATS_GET_WIFI \ macro
874 NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_STATS_GET_WIFI);
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c818 NET_MGMT_REGISTER_REQUEST_HANDLER(NET_REQUEST_STATS_GET_WIFI, wifi_iface_stats);
Dwifi_shell.c1299 ret = net_mgmt(NET_REQUEST_STATS_GET_WIFI, iface, in cmd_wifi_stats()