hostapd/src
Jouni Malinen 47ea24c13d Fix PMKSA cache timeout from Session-Timeout in WPA/WPA2 cases
Previously, WPA/WPA2 case ended up using the hardcoded
dot11RSNAConfigPMKLifetime (43200 seconds) for PMKSA cache entries
instead of using the Session-Timeout value from the RADIUS server (if
included in Access-Accept). Store a copy of the Session-Timeout value
and use it instead of the default value so that WPA/WPA2 cases get the
proper timeout similarly to non-WPA/WPA2 cases.

Signed-off-by: Jouni Malinen <j@w1.fi>
2014-10-04 23:01:08 +03:00
..
ap Fix PMKSA cache timeout from Session-Timeout in WPA/WPA2 cases 2014-10-04 23:01:08 +03:00
common wpa_ctrl: Update wpa_ctrl_recv() documentation for non-block behavior 2014-10-04 18:32:57 +03:00
crypto openssl: Fix memory leak in openssl ec deinit 2014-09-07 19:14:18 +03:00
drivers wpa_supplicant: Use hostapd_freq_params in assoc_params 2014-10-04 18:43:42 +03:00
eap_common OpenSSL: Use EC_POINT_clear_free instead of EC_POINT_free 2014-07-24 19:35:07 +03:00
eap_peer EAP: Do not allow fast session resumption with different network block 2014-07-26 19:39:13 +03:00
eap_server EAP-PAX server: Add explicit CID length limit 2014-09-07 17:10:33 +03:00
eapol_auth RADIUS server: Allow EAP methods to log into SQLite DB 2014-03-09 18:21:13 +02:00
eapol_supp WPS: Set EAPOL workarounds dynamically based on association 2014-09-08 17:16:04 +03:00
l2_packet l2_packet: Fix l2_packet_none (hostapd default) 2014-04-14 23:04:55 +03:00
p2p P2P: Add support for 60 GHz social channel 2014-09-29 12:01:46 +03:00
pae MACsec: Use os_memcmp_const() for hash/password comparisons 2014-07-02 12:38:47 +03:00
radius RADIUS server: Remove unreachable code 2014-09-13 16:22:16 +03:00
rsn_supp TDLS: Use WMM IE for propagating peer WMM capability 2014-10-03 11:52:56 +03:00
tls TLS: Use os_memcmp_const() for hash/password comparisons 2014-07-02 12:38:47 +03:00
utils Add helper function for generating random MAC addresses with same OUI 2014-09-30 00:40:23 +03:00
wps WPS: Extend internal entropy pool help for key/snonce derivation 2014-09-08 12:54:18 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00