artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b963632
)
add replay counter for management frames.
author
damien
<damien@openbsd.org>
Tue, 12 Aug 2008 16:33:38 +0000
(16:33 +0000)
committer
damien
<damien@openbsd.org>
Tue, 12 Aug 2008 16:33:38 +0000
(16:33 +0000)
sys/net80211/ieee80211_crypto.h
patch
|
blob
|
history
diff --git
a/sys/net80211/ieee80211_crypto.h
b/sys/net80211/ieee80211_crypto.h
index
b752b20
..
6540e4d
100644
(file)
--- a/
sys/net80211/ieee80211_crypto.h
+++ b/
sys/net80211/ieee80211_crypto.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: ieee80211_crypto.h,v 1.1
5 2008/08/12 16:14:05
damien Exp $ */
+/* $OpenBSD: ieee80211_crypto.h,v 1.1
6 2008/08/12 16:33:38
damien Exp $ */
/* $NetBSD: ieee80211_crypto.h,v 1.2 2003/09/14 01:14:55 dyoung Exp $ */
/*-
@@
-77,6
+77,7
@@
struct ieee80211_key {
u_int k_len;
u_int64_t k_rsc[IEEE80211_NUM_TID];
+ u_int64_t k_mgmt_rsc;
u_int64_t k_tsc;
u_int8_t k_key[32];
void *k_priv;