summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-07-22 23:33:33 +0000
committersam <sam@FreeBSD.org>2005-07-22 23:33:33 +0000
commitdb1d8862bdf54de9e176c15504658441e4a50210 (patch)
treeb2c62e92195e4d2551ce530306b6c72ceb921b61
parent5707944fdd1299c80a9d2d227cbb83783de19194 (diff)
downloadFreeBSD-src-db1d8862bdf54de9e176c15504658441e4a50210.zip
FreeBSD-src-db1d8862bdf54de9e176c15504658441e4a50210.tar.gz
update with new msg classes
-rw-r--r--tools/tools/ath/80211debug.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/tools/ath/80211debug.c b/tools/tools/ath/80211debug.c
index d874943..79feabf 100644
--- a/tools/tools/ath/80211debug.c
+++ b/tools/tools/ath/80211debug.c
@@ -72,6 +72,10 @@ const char *progname;
#define IEEE80211_MSG_WPA 0x00001000 /* WPA/RSN protocol */
#define IEEE80211_MSG_ACL 0x00000800 /* ACL handling */
#define IEEE80211_MSG_WME 0x00000400 /* WME protocol */
+#define IEEE80211_MSG_SUPERG 0x00000200 /* Atheros SuperG protocol */
+#define IEEE80211_MSG_DOTH 0x00000100 /* 802.11h support */
+#define IEEE80211_MSG_INACT 0x00000080 /* inactivity handling */
+#define IEEE80211_MSG_ROAM 0x00000040 /* sta-mode roaming */
static struct {
const char *name;
@@ -98,6 +102,10 @@ static struct {
{ "wpa", IEEE80211_MSG_WPA },
{ "acl", IEEE80211_MSG_ACL },
{ "wme", IEEE80211_MSG_WME },
+ { "superg", IEEE80211_MSG_SUPERG },
+ { "doth", IEEE80211_MSG_DOTH },
+ { "inact", IEEE80211_MSG_INACT },
+ { "roam", IEEE80211_MSG_ROAM },
};
static u_int
OpenPOWER on IntegriCloud