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:
bschmidt 2010-02-22 17:10:47 +00:00
parent d499b4f50e
commit 4b3ea179f8

View File

@ -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;
}