fragattacks/src
Johannes Berg 594516b4c2 Use monotonic clock for relative time for eloop if available
Relative time shouldn't be calculated based on gettimeofday
because that clock can jump (e.g., when the time is adjusted
by the system administrator.)

On systems where that is available, use CLOCK_BOOTTIME (on
fairly recent Linux systems, this clock takes into account
the time spend suspended) or CLOCK_MONOTONIC (on Linux and
some POSIX systems, this clock is just freely running with
no adjustments.)

Reported-by: Holger Schurig <holgerschurig@gmail.com>
Signed-hostap: Johannes Berg <johannes.berg@intel.com>
2013-11-20 23:52:56 +02:00
..
ap Fix and work around some MinGW compilation issues 2013-11-20 23:12:33 +02:00
common Add AP channel switch mechanism 2013-11-17 17:12:58 +02:00
crypto Fix and work around some MinGW compilation issues 2013-11-20 23:12:33 +02:00
drivers Move AP parameter filling into a helper function 2013-11-17 17:12:58 +02:00
eap_common Use ARRAY_SIZE() macro 2013-10-26 17:49:05 +03:00
eap_peer eap_proxy: Add context data pointer to the get_imsi call 2013-10-23 20:51:46 +03:00
eap_server Convert perror/printf calls to wpa_printf 2013-11-02 12:58:33 +02:00
eapol_auth EAPOL: Fix static analyzer warnings for pac_opaque_encr_key 2013-11-05 10:28:57 +02:00
eapol_supp eap_proxy: Add context data pointer to the get_imsi call 2013-10-23 20:51:46 +03:00
l2_packet Update license notification in files initially contributed by Sam 2012-06-30 19:36:04 +03:00
p2p P2P: Prefer U-NII-3 over U-NII-1 during channel selection 2013-11-19 13:04:21 +02:00
radius Remove a compiler warning from -O0 build 2013-11-06 00:00:58 +02:00
rsn_supp dbus_new: Add DBus TDLS methods 2013-11-17 16:47:32 +02:00
tls Use ARRAY_SIZE() macro 2013-10-26 17:49:05 +03:00
utils Use monotonic clock for relative time for eloop if available 2013-11-20 23:52:56 +02:00
wps WPS NFC: Add more debug for NFC Password Token matching 2013-11-07 13:48:49 +02:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00