MFC r203673:
Ensure that tkip_mixing_phase1() is called after a rekeying event when using plain s/w crypto. PR: bin/142547 Approved by: rpaulo (mentor)
This commit is contained in:
parent
d499b4f50e
commit
4b3ea179f8
@ -144,6 +144,7 @@ tkip_setkey(struct ieee80211_key *k)
|
||||
return 0;
|
||||
}
|
||||
k->wk_keytsc = 1; /* TSC starts at 1 */
|
||||
ctx->rx_phase1_done = 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user