mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue