summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_var.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2003-10-17 23:15:30 +0000
committersam <sam@FreeBSD.org>2003-10-17 23:15:30 +0000
commiteefb2fc9e8f438d77d0a751443e37ff4080badea (patch)
tree6cc4a6d752144811e98d032820b1416b3a47c82b /sys/net80211/ieee80211_var.h
parenta6b5975f25a617aae0e598cdc6921a1f616754d6 (diff)
downloadFreeBSD-src-eefb2fc9e8f438d77d0a751443e37ff4080badea.zip
FreeBSD-src-eefb2fc9e8f438d77d0a751443e37ff4080badea.tar.gz
add statistics for all failures and/or abnormal events; still need
to add per-node statistics
Diffstat (limited to 'sys/net80211/ieee80211_var.h')
-rw-r--r--sys/net80211/ieee80211_var.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h
index c8fd126..8027aa6 100644
--- a/sys/net80211/ieee80211_var.h
+++ b/sys/net80211/ieee80211_var.h
@@ -40,6 +40,7 @@
#include <net80211/ieee80211.h>
#include <net80211/ieee80211_crypto.h>
+#include <net80211/ieee80211_ioctl.h> /* for ieee80211_stats */
#include <net80211/ieee80211_node.h>
#include <net80211/ieee80211_proto.h>
@@ -193,6 +194,7 @@ struct ieee80211com {
int ic_wep_txkey; /* default tx key index */
void *ic_wep_ctx; /* wep crypt context */
u_int32_t ic_iv; /* initial vector for wep */
+ struct ieee80211_stats ic_stats; /* statistics */
};
#define ic_if ic_ac.ac_if
#define ic_softc ic_if.if_softc
OpenPOWER on IntegriCloud