PERFORCE change 65688 for review

Sam Leffler sam at FreeBSD.org
Tue Nov 23 03:55:57 GMT 2004


http://perforce.freebsd.org/chv.cgi?CH=65688

Change 65688 by sam at sam_ebb on 2004/11/23 03:55:16

	add wme debug

Affected files ...

.. //depot/projects/wifi/tools/tools/ath/80211debug.c#3 edit

Differences ...

==== //depot/projects/wifi/tools/tools/ath/80211debug.c#3 (text+ko) ====

@@ -71,6 +71,7 @@
 #define	IEEE80211_MSG_RADKEYS	0x00002000	/* dump 802.1x keys */
 #define	IEEE80211_MSG_WPA	0x00001000	/* WPA/RSN protocol */
 #define	IEEE80211_MSG_ACL	0x00000800	/* ACL handling */
+#define	IEEE80211_MSG_WME	0x00000400	/* WME protocol */
 
 static struct {
 	const char	*name;
@@ -96,6 +97,7 @@
 	{ "radkeys",	IEEE80211_MSG_RADKEYS },
 	{ "wpa",	IEEE80211_MSG_WPA },
 	{ "acl",	IEEE80211_MSG_ACL },
+	{ "wme",	IEEE80211_MSG_WME },
 };
 
 static u_int


More information about the p4-projects mailing list