svn commit: r190577 - head/sys/net80211

Rui Paulo rpaulo at FreeBSD.org
Mon Mar 30 14:41:08 PDT 2009


Author: rpaulo
Date: Mon Mar 30 21:41:06 2009
New Revision: 190577
URL: http://svn.freebsd.org/changeset/base/190577

Log:
  MFP mesh11s:
    Add mesh debugging bit replacing the now deprecated RADKEYS.

Modified:
  head/sys/net80211/ieee80211_var.h

Modified: head/sys/net80211/ieee80211_var.h
==============================================================================
--- head/sys/net80211/ieee80211_var.h	Mon Mar 30 21:32:33 2009	(r190576)
+++ head/sys/net80211/ieee80211_var.h	Mon Mar 30 21:41:06 2009	(r190577)
@@ -704,7 +704,7 @@ ieee80211_htchanflags(const struct ieee8
 #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_MESH	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 */


More information about the svn-src-all mailing list