summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_crypto.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-06-05 23:10:30 +0000
committersam <sam@FreeBSD.org>2009-06-05 23:10:30 +0000
commitef7ab5a79a83c99ff76ffc0c90b36dcc4aeb1dd6 (patch)
tree0fb8b6c5d140c11ae2ba765908f2a037628646a1 /sys/net80211/ieee80211_crypto.h
parent2e047fc0c8ebcd44760556819bbc637aa30d3b8b (diff)
downloadFreeBSD-src-ef7ab5a79a83c99ff76ffc0c90b36dcc4aeb1dd6.zip
FreeBSD-src-ef7ab5a79a83c99ff76ffc0c90b36dcc4aeb1dd6.tar.gz
add tid param to ieee80211_notify_replay_failure to get the correct rsc
Diffstat (limited to 'sys/net80211/ieee80211_crypto.h')
-rw-r--r--sys/net80211/ieee80211_crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_crypto.h b/sys/net80211/ieee80211_crypto.h
index 3f8f64e..dde2c46 100644
--- a/sys/net80211/ieee80211_crypto.h
+++ b/sys/net80211/ieee80211_crypto.h
@@ -236,7 +236,7 @@ ieee80211_crypto_resetkey(struct ieee80211vap *vap,
*/
void ieee80211_notify_replay_failure(struct ieee80211vap *,
const struct ieee80211_frame *, const struct ieee80211_key *,
- uint64_t rsc);
+ uint64_t rsc, int tid);
void ieee80211_notify_michael_failure(struct ieee80211vap *,
const struct ieee80211_frame *, u_int keyix);
#endif /* defined(__KERNEL__) || defined(_KERNEL) */
OpenPOWER on IntegriCloud