Date: Tue, 23 Nov 2004 03:55:55 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 65688 for review Message-ID: <200411230355.iAN3ttLn002733@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=65688 Change 65688 by sam@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411230355.iAN3ttLn002733>