hostap/wlantest
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
..
bip.c wlantest: Add BIP-GMAC-128/256 test vectors 2012-09-09 19:04:53 +03:00
bss.c wlantest: Use add_note() to annotate frames 2013-05-26 22:14:00 +03:00
ccmp.c wlantest: Fix CCMP-256 cipher 2013-04-05 22:18:25 +03:00
crc32.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
ctrl.c wlantest: Add RELOG command to reopen log/capture files 2013-11-17 21:39:22 +02:00
gcmp.c Extend GCMP test vectors to include both MPDUs 2013-11-17 20:34:01 +02:00
inject.c wlantest: Fix the injection of protected broadcast frames 2013-05-04 11:36:28 +03:00
Makefile Use monotonic clock for relative time for eloop if available 2013-11-20 23:52:56 +02:00
monitor.c wlantest: Add support for writing pcapng files 2013-05-26 20:58:42 +03:00
process.c wlantest: Use add_note() to annotate frames 2013-05-26 22:14:00 +03:00
readpcap.c wlantest: Add support for writing pcapng files 2013-05-26 20:58:42 +03:00
rx_data.c wlantest: Allow additional PTKs to be specified from a file 2013-11-17 23:09:38 +02:00
rx_eapol.c wlantest: Add more pcapng notes on EAPOL processing 2013-11-17 23:43:11 +02:00
rx_ip.c wlantest: Recognize hwsim_test packets 2013-05-26 22:19:52 +03:00
rx_mgmt.c wlantest: Use add_note() to annotate frames 2013-05-26 22:14:00 +03:00
rx_tdls.c wlantest: Track TDLS setup nonces 2013-05-26 22:14:00 +03:00
sta.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
test_vectors.c Validate P802.11ac test vector result 2013-11-17 20:55:38 +02:00
tkip.c wlantest: Implement tkip_encrypt() 2012-09-08 14:03:10 +03:00
wep.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
wired.c Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
wlantest.c wlantest: Allow additional PTKs to be specified from a file 2013-11-17 23:09:38 +02:00
wlantest.h wlantest: Allow additional PTKs to be specified from a file 2013-11-17 23:09:38 +02:00
wlantest_cli.c wlantest: Add RELOG command to reopen log/capture files 2013-11-17 21:39:22 +02:00
wlantest_ctrl.h wlantest: Add RELOG command to reopen log/capture files 2013-11-17 21:39:22 +02:00
writepcap.c wlantest: Always write radiotap pcap-ng 2013-06-22 13:17:14 +03:00