diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-04-12 14:11:50 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-04-12 14:11:50 +0000 |
commit | e5da61354381a5d5facabf5e6fb49a90283ea36a (patch) | |
tree | 480bd2a2c8e6081aa11a117ba8cebc2f3fb803ff /usr.bin/netstat/netstat.h | |
parent | aed447f2fcbeedad1cc02f452bc43d339a1cfe11 (diff) |
add '-W interface' for 802.11 wireless statistics of the net80211 stack.
ok dlg@ deraadt@ jmc@
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r-- | usr.bin/netstat/netstat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index a06f1c55402..5f8c6ada545 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.33 2005/03/30 08:23:47 jaredy Exp $ */ +/* $OpenBSD: netstat.h,v 1.34 2005/04/12 14:11:49 reyk Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -52,6 +52,7 @@ int rflag; /* show routing tables (or routing stats) */ int sflag; /* show protocol statistics */ int tflag; /* show i/f watchdog timers */ int vflag; /* be verbose */ +int Wflag; /* show net80211 protocol statistics */ int interval; /* repeat interval for i/f stats */ |