svn commit: r194557 - projects/mesh11s/usr.sbin/wlandebug

Rui Paulo rpaulo at FreeBSD.org
Sat Jun 20 20:35:43 UTC 2009


Author: rpaulo
Date: Sat Jun 20 20:35:42 2009
New Revision: 194557
URL: http://svn.freebsd.org/changeset/base/194557

Log:
  Sync with ieee80211_var.h
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/mesh11s/usr.sbin/wlandebug/wlandebug.c

Modified: projects/mesh11s/usr.sbin/wlandebug/wlandebug.c
==============================================================================
--- projects/mesh11s/usr.sbin/wlandebug/wlandebug.c	Sat Jun 20 20:29:21 2009	(r194556)
+++ projects/mesh11s/usr.sbin/wlandebug/wlandebug.c	Sat Jun 20 20:35:42 2009	(r194557)
@@ -61,7 +61,7 @@ const char *progname;
 #define	IEEE80211_MSG_OUTPUT	0x00100000	/* output handling */
 #define	IEEE80211_MSG_STATE	0x00080000	/* state machine */
 #define	IEEE80211_MSG_POWER	0x00040000	/* power save handling */
-#define	IEEE80211_MSG_DOT1X	0x00020000	/* 802.1x authenticator */
+#define	IEEE80211_MSG_HWMP	0x00020000	/* hybrid mesh protocol */
 #define	IEEE80211_MSG_DOT1XSM	0x00010000	/* 802.1x state machine */
 #define	IEEE80211_MSG_RADIUS	0x00008000	/* 802.1x radius client */
 #define	IEEE80211_MSG_RADDUMP	0x00004000	/* dump 802.1x radius packets */
@@ -97,7 +97,7 @@ static struct {
 	{ "output",	IEEE80211_MSG_OUTPUT },
 	{ "state",	IEEE80211_MSG_STATE },
 	{ "power",	IEEE80211_MSG_POWER },
-	{ "dot1x",	IEEE80211_MSG_DOT1X },
+	{ "hwmp",	IEEE80211_MSG_HWMP },
 	{ "dot1xsm",	IEEE80211_MSG_DOT1XSM },
 	{ "radius",	IEEE80211_MSG_RADIUS },
 	{ "raddump",	IEEE80211_MSG_RADDUMP },


More information about the svn-src-projects mailing list