summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-06-24 04:40:12 +0000
committerimp <imp@FreeBSD.org>2002-06-24 04:40:12 +0000
commitfdf567f0f6bea1a3c76d72c836754be06f3e70ea (patch)
tree5b57fab61441f42cd67d6ec8ac6f9e2489383301 /sys
parent931ac795e18dd0dee4ae0c957a87b08f316c5079 (diff)
downloadFreeBSD-src-fdf567f0f6bea1a3c76d72c836754be06f3e70ea.zip
FreeBSD-src-fdf567f0f6bea1a3c76d72c836754be06f3e70ea.tar.gz
Add kernel print bits #define for the IEEE80211_CAPINFO bits.
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_ieee80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_ieee80211.h b/sys/net/if_ieee80211.h
index c048937..0e67c58 100644
--- a/sys/net/if_ieee80211.h
+++ b/sys/net/if_ieee80211.h
@@ -92,7 +92,7 @@ typedef u_int8_t * ieee80211_mgt_beacon_t;
#define IEEE80211_CAPINFO_CF_POLLABLE 0x04
#define IEEE80211_CAPINFO_CF_POLLREQ 0x08
#define IEEE80211_CAPINFO_PRIVACY 0x10
-
+#define IEEE80211_CAPINFO_BITS "\20\01ESS\02IBSS\03POLLABLE\04POLLREQ\5PRIVACY"
/*
* Management information elements
OpenPOWER on IntegriCloud