|
@@ -565,6 +565,8 @@ int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
|
|
|
wpa_auth_logger(wpa_auth, sm->addr, LOGGER_DEBUG,
|
|
|
"FT authentication already completed - do not "
|
|
|
"start 4-way handshake");
|
|
|
+ /* Go to PTKINITDONE state to allow GTK rekeying */
|
|
|
+ sm->wpa_ptk_state = WPA_PTK_PTKINITDONE;
|
|
|
return 0;
|
|
|
}
|
|
|
#endif /* CONFIG_IEEE80211R */
|