--- src/sys/netproto/802_11/ieee80211_var.h 2007/04/01 13:59:40 1.15 +++ src/sys/netproto/802_11/ieee80211_var.h 2007/05/07 14:12:16 1.16 @@ -301,6 +301,12 @@ struct ieee80211com { /* ic_caps_ext */ #define IEEE80211_CEXT_PBCC 0x00000001 /* CAPABILITY: PBCC modulation */ +#define IEEE80211_CEXT_CRYPTO_HDR 0x00000002 /* CAPABILITY: + * driver appends crypto header + */ +#define IEEE80211_CEXT_STRIP_MIC 0x00000004 /* CAPABILITY: + * driver strips TKIP MIC + */ void ieee80211_ifattach(struct ieee80211com *); void ieee80211_ifdetach(struct ieee80211com *);