hostapd/src/rsn_supp
Jouni Malinen 581a8cde77 Added support for enforcing frequent PTK rekeying
Added a new configuration option, wpa_ptk_rekey, that can be used to
enforce frequent PTK rekeying, e.g., to mitigate some attacks against TKIP
deficiencies. This can be set either by the Authenticator (to initiate
periodic 4-way handshake to rekey PTK) or by the Supplicant (to request
Authenticator to rekey PTK).

With both wpa_ptk_rekey and wpa_group_rekey (in hostapd) set to 600, TKIP
keys will not be used for more than 10 minutes which may make some attacks
against TKIP more difficult to implement.
2008-11-06 19:57:21 +02:00
..
.gitignore Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
Makefile Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
peerkey.c Added support for using SHA256-based stronger key derivation for WPA2 2008-08-31 22:57:28 +03:00
peerkey.h Added support for using SHA256-based stronger key derivation for WPA2 2008-08-31 22:57:28 +03:00
pmksa_cache.c Added support for using SHA256-based stronger key derivation for WPA2 2008-08-31 22:57:28 +03:00
pmksa_cache.h Added support for using SHA256-based stronger key derivation for WPA2 2008-08-31 22:57:28 +03:00
preauth.c Added support for using SHA256-based stronger key derivation for WPA2 2008-08-31 22:57:28 +03:00
preauth.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
wpa.c Added support for enforcing frequent PTK rekeying 2008-11-06 19:57:21 +02:00
wpa.h Added support for enforcing frequent PTK rekeying 2008-11-06 19:57:21 +02:00
wpa_ft.c MFP + FT: Added support for sending IGTK in FTIE 2008-09-01 11:00:59 +03:00
wpa_i.h Added support for enforcing frequent PTK rekeying 2008-11-06 19:57:21 +02:00
wpa_ie.c Added support for using SHA256-based stronger key derivation for WPA2 2008-08-31 22:57:28 +03:00
wpa_ie.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00