]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: add missing station statistics
authorAviya Erenfeld <aviya.erenfeld@intel.com>
Mon, 29 Jun 2015 16:02:55 +0000 (19:02 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 14 Apr 2016 09:08:54 +0000 (11:08 +0200)
commit568c70577e3d72e308c9aca93eb1a27d96486b6f
treeae6dc150f3464cc633e5ccbf108a7c8ab8bb9bb6
parentb2c4bf45f1868d6813de0ee005b60dcd14f82709
iw: add missing station statistics

add prints of statistics, flags and data to iw dump command.
the prints added are:
TID statistics
bss parameters
beacon rx
beacon loss
rx drop misc
beacon signal avg
associated flag
the TID statistics is a big table and therefore only printed
when adding -v parameter to the dump command.
in addition change rx bytes and tx bytes to u64 instead of u32

Signed-off-by: Aviya Erenfeld <aviya.erenfeld@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
station.c