Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/net/
Dnet_stats.h610 #define NET_REQUEST_STATS_GET_WIFI \ macro
613 NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_STATS_GET_WIFI);
/Zephyr-Core-3.5.0/subsys/net/l2/wifi/
Dwifi_mgmt.c457 NET_MGMT_REGISTER_REQUEST_HANDLER(NET_REQUEST_STATS_GET_WIFI, wifi_iface_stats);
Dwifi_shell.c704 ret = net_mgmt(NET_REQUEST_STATS_GET_WIFI, iface, in cmd_wifi_stats()