-
Notifications
You must be signed in to change notification settings - Fork 6
Linux kernel module to gather wifi statistics from peer and non-peer STAs
License
simonwunderlich/wifi_statistics
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
DESCRIPTION =========== This Linux kernel module tracks stations on a 802.11 monitor interface and collects various statistics. This might be useful to assess link qualities, find out which stations are in range or are interfering, etc. BUILD ===== To compile against your currently installed kernel, just type: # make if you want to compile against some other kernel, use: # make KERNELPATH=/path/to/kernel USAGE ===== Usage: 1. Create monitor device mon0, for example by doing: iw phy phy0 interface add mon0 type monitor flags control ifconfig mon0 up 2. insert the kernel module: insmod wifi-statistics.ko 3. activate the monitor device: echo 1 > /sys/kernel/debug/wifi_statistics/mon0/active 4. read the statistics: cat /sys/kernel/debug/wifi_statistics/mon0/stats Optional: echo "read" > /sys/kernel/debug/wifi_statistics/mon0/mode or echo "reset" > /sys/kernel/debug/wifi_statistics/mon0/mode The reset mode is similar to the read mode, deletes all stations from the internal database when reading. In read mode, the internal database is not modified. (reset mode is default) LICENSE ======= Read the GPL v2 file 'COPYING'. AUTHOR ====== This software has been written by Simon Wunderlich <[email protected]> for Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. For any questions, please contact: Simon Wunderlich <[email protected]> Mathias Kretschmer <[email protected]>
About
Linux kernel module to gather wifi statistics from peer and non-peer STAs
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published