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

Rui Paulo rpaulo at FreeBSD.org
Tue Apr 28 13:22:41 UTC 2009


Author: rpaulo
Date: Tue Apr 28 13:22:40 2009
New Revision: 191628
URL: http://svn.freebsd.org/changeset/base/191628

Log:
  Sync with sys and add mesh debug bit.
  
  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	Tue Apr 28 11:56:54 2009	(r191627)
+++ projects/mesh11s/usr.sbin/wlandebug/wlandebug.c	Tue Apr 28 13:22:40 2009	(r191628)
@@ -65,7 +65,7 @@ const char *progname;
 #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 */
-#define	IEEE80211_MSG_RADKEYS	0x00002000	/* dump 802.1x keys */
+#define	IEEE80211_MSG_MES	0x00002000	/* mesh networking */
 #define	IEEE80211_MSG_WPA	0x00001000	/* WPA/RSN protocol */
 #define	IEEE80211_MSG_ACL	0x00000800	/* ACL handling */
 #define	IEEE80211_MSG_WME	0x00000400	/* WME protocol */
@@ -101,7 +101,7 @@ static struct {
 	{ "dot1xsm",	IEEE80211_MSG_DOT1XSM },
 	{ "radius",	IEEE80211_MSG_RADIUS },
 	{ "raddump",	IEEE80211_MSG_RADDUMP },
-	{ "radkeys",	IEEE80211_MSG_RADKEYS },
+	{ "mesh",	IEEE80211_MSG_MESH },
 	{ "wpa",	IEEE80211_MSG_WPA },
 	{ "acl",	IEEE80211_MSG_ACL },
 	{ "wme",	IEEE80211_MSG_WME },


More information about the svn-src-projects mailing list