mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
wlanstat(8): Follow-ups after moving to /usr/sbin and renaming
- Update related comments - Remove from tools/tools/net80211 Reviewed by: imp, adrian MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D52726
This commit is contained in:
parent
89eee8ee2c
commit
6952bb321c
4 changed files with 3 additions and 4 deletions
|
|
@ -76,7 +76,7 @@ struct fmt {
|
|||
* classes derived from it are useful.
|
||||
*/
|
||||
struct bsdstat {
|
||||
const char *name; /* statistics name, e.g. wlanstats */
|
||||
const char *name; /* statistics name, e.g. wlanstat */
|
||||
const struct fmt *stats; /* statistics in class */
|
||||
int nstats; /* number of stats */
|
||||
#define FMTS_IS_STAT 0x80 /* the following two bytes are the stat id */
|
||||
|
|
|
|||
|
|
@ -1013,7 +1013,7 @@ ieee80211_get_node_txpower(struct ieee80211_node *ni)
|
|||
* Debugging facilities compiled in when IEEE80211_DEBUG is defined.
|
||||
*
|
||||
* The intent is that any problem in the net80211 layer can be
|
||||
* diagnosed by inspecting the statistics (dumped by the wlanstats
|
||||
* diagnosed by inspecting the statistics (dumped by the wlanstat
|
||||
* program) and/or the msgs generated by net80211. Messages are
|
||||
* broken into functional classes and can be controlled with the
|
||||
* wlandebug program. Certain of these msg groups are for facilities
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
SUBDIR= stumbler w00t wesside wlaninject wlanstats wlantxtime wlanwatch wlanwds
|
||||
SUBDIR= stumbler w00t wesside wlaninject wlantxtime wlanwatch wlanwds
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ stumbler view nearby networks using raw packet interface
|
|||
w00t variety of programs that use the raw packet interface
|
||||
wesside WEP frag attack tool using raw packet interface
|
||||
wlaninject inject 802.11 packets using the raw packet interface
|
||||
wlanstats dump net80211 statistics
|
||||
wlanwatch monitor net80211 events via the routing socket
|
||||
wlanwds handling of WDS dynamic links using vaps
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue