You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src
Günther Kelleter 41f140d386 Add hostapd options wpa_group_update_count and wpa_pairwise_update_count
wpa_group_update_count and wpa_pairwise_update_count can now be used to
set the GTK and PTK rekey retry limits (dot11RSNAConfigGroupUpdateCount
and dot11RSNAConfigPairwiseUpdateCount). Defaults set to current
hardcoded value (4).

Some stations may suffer from frequent deauthentications due to GTK
rekey failures: EAPOL 1/2 frame is not answered during the total timeout
period of currently ~3.5 seconds. For example, a Galaxy S6 with Android
6.0.1 appears to go into power save mode for up to 5 seconds. Increasing
wpa_group_update_count to 6 fixed this issue.

Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
7 years ago
..
ap Add hostapd options wpa_group_update_count and wpa_pairwise_update_count 7 years ago
common Use defines in hostapd_set_freq_params() 7 years ago
crypto OpenSSL/BoringSSL: Read certificate chain from client_cert on Android 8 years ago
drivers nl80211: Fix error while enabling AP mode with driver-SME 7 years ago
eap_common Remove trailing whitespace 8 years ago
eap_peer ERP: Use macro for EMSKname length instead of hardcoded integer value 8 years ago
eap_server ERP: Use macro for EMSKname length instead of hardcoded integer value 8 years ago
eapol_auth RADIUS: Share a single function for generating session IDs 9 years ago
eapol_supp Remove trailing whitespace 8 years ago
fst FST: Silence compiler warning on WPA_ASSERT 8 years ago
l2_packet Remove trailing whitespace 8 years ago
p2p P2P: Fix compilation warning in p2p_add_device() 8 years ago
pae mka: Some bug fixes for MACsec in PSK mode 7 years ago
radius Remove trailing whitespace 8 years ago
rsn_supp FILS: Stop processing if fils_rmsk_to_pmk() fails 7 years ago
tls Remove trailing whitespace 8 years ago
utils eloop: Fix comments mismatch eloop_event/timeout_handler definitions 7 years ago
wps Share a single str_starts() implementation 8 years ago
Makefile FST: Add the Fast Session Transfer (FST) module 9 years ago
lib.rules Add QUIET=1 option for make 10 years ago