hostapd/src
Alan T. DeKok f13e815491 Set Acct-Session-Id from os_get_random() instead of os_get_time()
So that systems with bad clocks will send random session IDs,
instead of always ones starting at the same second.

If os_get_random() isn't available, use os_get_time(). But also
mix in now.tv_usec, so that the accounting session ID is more
likely to be globally and temporally unique.

Signed-off-by: Alan DeKok <aland@freeradius.org>
2015-06-06 17:23:43 +03:00
..
ap Set Acct-Session-Id from os_get_random() instead of os_get_time() 2015-06-06 17:23:43 +03:00
common Extend hw_mode to support any band for offloaded ACS case 2015-05-27 12:17:57 +03:00
crypto OpenSSL: Fix build iwth OpenSSL 0.9.8 2015-06-06 17:15:47 +03:00
drivers Extend hw_mode to support any band for offloaded ACS case 2015-05-27 12:17:57 +03:00
eap_common EAP-SAKE: Make attribute parser more readable 2015-05-03 16:32:50 +03:00
eap_peer EAP-EKE: Add Session-Id 2015-05-24 11:58:45 +03:00
eap_server EAP-EKE: Add Session-Id 2015-05-24 11:58:45 +03:00
eapol_auth Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
eapol_supp Declare all read only data structures as const 2015-04-25 17:33:06 +03:00
l2_packet tests: Add eapol-fuzzer 2015-04-22 11:44:19 +03:00
p2p P2P: Fix association with an AP/P2P GO that is not a P2P manager 2015-05-07 21:00:22 +03:00
pae MACsec: Update protect frames and replay on reauthentication 2014-12-09 16:56:10 +02:00
radius RADIUS: Fix a copy-paste error in variable name 2015-04-29 12:08:27 +03:00
rsn_supp Simplify VHT Capabilities element parsing 2015-04-22 22:05:11 +03:00
tls libtommath: Fix check mp_init_multi() result 2015-05-03 16:53:59 +03:00
utils tests: Add a module test for wpa_ssid_txt() with too long SSID 2015-04-22 11:44:19 +03:00
wps WPS: Add more debug prints to httpread 2015-05-03 18:26:50 +03:00
lib.rules Add QUIET=1 option for make 2014-12-29 15:49:05 +02:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00