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
9cdec2ba0e
commit
7eb2cc363d
@ -144,6 +144,7 @@ tkip_setkey(struct ieee80211_key *k)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
k->wk_keytsc = 1; /* TSC starts at 1 */
|
k->wk_keytsc = 1; /* TSC starts at 1 */
|
||||||
|
ctx->rx_phase1_done = 0;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user