diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2009-03-30 21:41:06 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2009-03-30 21:41:06 +0000 |
commit | b9ca0810801d42c0ca67a87daba9cdf27f77c651 (patch) | |
tree | 0de3d360696741c9f935109b9d52a841d9d33b42 | |
parent | a567037bb2c4f5f3796c2b117e7612a91b37c5ff (diff) | |
download | FreeBSD-src-b9ca0810801d42c0ca67a87daba9cdf27f77c651.zip FreeBSD-src-b9ca0810801d42c0ca67a87daba9cdf27f77c651.tar.gz |
MFP mesh11s:
Add mesh debugging bit replacing the now deprecated RADKEYS.
-rw-r--r-- | sys/net80211/ieee80211_var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h index 6202158..33eb92a 100644 --- a/sys/net80211/ieee80211_var.h +++ b/sys/net80211/ieee80211_var.h @@ -704,7 +704,7 @@ ieee80211_htchanflags(const struct ieee80211_channel *c) #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 */ |