mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-19 03:14:05 -05:00
FT: Start PTK rekey timer on FT protocol completion
This is needed to trigger PTK rekeying properly for associations started with FT protocol. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
267c366f38
commit
d178ab0d57
@ -1783,6 +1783,7 @@ int wpa_auth_sm_event(struct wpa_state_machine *sm, enum wpa_event event)
|
|||||||
|
|
||||||
/* Using FT protocol, not WPA auth state machine */
|
/* Using FT protocol, not WPA auth state machine */
|
||||||
sm->ft_completed = 1;
|
sm->ft_completed = 1;
|
||||||
|
wpa_auth_set_ptk_rekey_timer(sm);
|
||||||
return 0;
|
return 0;
|
||||||
#else /* CONFIG_IEEE80211R_AP */
|
#else /* CONFIG_IEEE80211R_AP */
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user