Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nrf fromlist] net: wifi: Unicast frames statistics #1668

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

ajayparida
Copy link
Contributor

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.

Upstream PR: zephyrproject-rtos/zephyr#71917

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.

Upstream PR: zephyrproject-rtos/zephyr#71917

Signed-off-by: Ajay Parida <[email protected]>
@krish2718 krish2718 changed the title [nrf fomlist] net: wifi: Unicast frames statistics [nrf fromlist] net: wifi: Unicast frames statistics Apr 25, 2024
@krish2718 krish2718 requested a review from gmarull April 25, 2024 15:27
@gmarull gmarull merged commit 634bfae into nrfconnect:main Apr 26, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants