diff options
author | Jouni Malinen <j@w1.fi> | 2011-12-24 13:55:03 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2011-12-24 13:55:03 +0200 |
commit | c3daee1df53f06a6b9dc36354e4bd0b85a222a36 (patch) | |
tree | 0404b0a31811e69bad4d012dd5033d5e60cd44b9 /src | |
parent | 00338a4fe8f51d1b25281d2379ebdd7ffde5603a (diff) | |
download | external_wpa_supplicant_8_ti-c3daee1df53f06a6b9dc36354e4bd0b85a222a36.zip external_wpa_supplicant_8_ti-c3daee1df53f06a6b9dc36354e4bd0b85a222a36.tar.gz external_wpa_supplicant_8_ti-c3daee1df53f06a6b9dc36354e4bd0b85a222a36.tar.bz2 |
Remove obsolete comment on removed PTK rekeying operation
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'src')
-rw-r--r-- | src/ap/wpa_auth.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ap/wpa_auth.c b/src/ap/wpa_auth.c index 6d7be4b..adc69e2 100644 --- a/src/ap/wpa_auth.c +++ b/src/ap/wpa_auth.c @@ -1071,9 +1071,6 @@ void wpa_receive(struct wpa_authenticator *wpa_auth, wpa_auth_logger(wpa_auth, sm->addr, LOGGER_INFO, "received EAPOL-Key Request for GTK " "rekeying"); - /* FIX: why was this triggering PTK rekeying for the - * STA that requested Group Key rekeying?? */ - /* wpa_request_new_ptk(sta->wpa_sm); */ eloop_cancel_timeout(wpa_rekey_gtk, wpa_auth, NULL); wpa_rekey_gtk(wpa_auth, NULL); } |