zephyr/subsys/net/l2/wifi
Ajay Parida 1542140e4e net: wifi: Unicast frames statistics
Unicast RX stats
It represents total number of unicast (any type data, action or
any other unicast frames) frames received at firmware level.
The actual frames passed to host will be different as firmware
may drop packets or some packets may be dropped because of
errors.

Unicast TX stats
Transmission side the unicast packets count states the packets
handed over to firmware. The stats taken at firmware level.
Actual packets transmission may vary depending upon various factors.

Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
2024-04-29 12:17:18 +03:00
..
CMakeLists.txt wifi: shell: refactor to use PR(...) from "net_shell_private.h" 2024-01-31 15:15:19 -06:00
Kconfig wifi: shell: Add a shell command to list stations 2024-01-11 10:03:02 +01:00
wifi_mgmt.c wifi: shell: Support WPA auto personal security mode 2024-04-19 16:40:29 +00:00
wifi_nm.c net: l2: wifi: Fix for wrong return type 2024-04-24 09:52:48 +02:00
wifi_nm.ld linker: subsys: Use Z_LINK_ITERABLE_SUBALIGN 2024-04-20 13:45:25 -04:00
wifi_shell.c net: wifi: Unicast frames statistics 2024-04-29 12:17:18 +03:00
wifi_utils.c net: wifi_utils: fix typo and whitespace adjustment 2024-02-26 12:10:36 +01:00