[PW_SID:1125009] [1/3] station: Add Utilization/SNR/LastSeen to station diagnostics - #505
[PW_SID:1125009] [1/3] station: Add Utilization/SNR/LastSeen to station diagnostics#505IWDTestBot wants to merge 3 commits into
Conversation
For metric gathering and general debugging its convenient to query the last known utilization and/or SNR from the currently connected BSS. In addition another property was added, "BssLastSeen" which is the seconds since the last scan returned the BSS. Since the BSS's beacon info (like utilization/SNR) are only updated upon getting scan results we need to also advertise the "age" of the data so any consumers can decide whether or not to ignore these values if they are too old.
Add support for these new diagnostic values in iwctl
(BssLastSeen, ChannelUtilization, and SignalNoiseRatio)
|
Fetch PR Prep - Setup ELL Make Distcheck Build - Configure Make Check Make Check w/Valgrind Incremental Build with patches |
|
Fetch PR GitLint Output: Prep - Setup ELL Make Distcheck Build - Configure Make Check Make Check w/Valgrind Incremental Build with patches Autotest Runner Clang Build |
For metric gathering and general debugging its convenient to query
the last known utilization and/or SNR from the currently connected
BSS. In addition another property was added, "BssLastSeen" which is
the seconds since the last scan returned the BSS. Since the
BSS's beacon info (like utilization/SNR) are only updated upon
getting scan results we need to also advertise the "age" of the
data so any consumers can decide whether or not to ignore these
values if they are too old.
src/station.c | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)