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/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>
11 years ago
..
Makefile Use monotonic clock for relative time for eloop if available 11 years ago
bip.c wlantest: Add BIP-GMAC-128/256 test vectors 12 years ago
bss.c wlantest: Use add_note() to annotate frames 11 years ago
ccmp.c wlantest: Fix CCMP-256 cipher 11 years ago
crc32.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
ctrl.c wlantest: Add RELOG command to reopen log/capture files 11 years ago
gcmp.c Extend GCMP test vectors to include both MPDUs 11 years ago
inject.c wlantest: Fix the injection of protected broadcast frames 11 years ago
monitor.c wlantest: Add support for writing pcapng files 11 years ago
process.c wlantest: Use add_note() to annotate frames 11 years ago
readpcap.c wlantest: Add support for writing pcapng files 11 years ago
rx_data.c wlantest: Allow additional PTKs to be specified from a file 11 years ago
rx_eapol.c wlantest: Add more pcapng notes on EAPOL processing 11 years ago
rx_ip.c wlantest: Recognize hwsim_test packets 11 years ago
rx_mgmt.c wlantest: Use add_note() to annotate frames 11 years ago
rx_tdls.c wlantest: Track TDLS setup nonces 11 years ago
sta.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
test_vectors.c Validate P802.11ac test vector result 11 years ago
tkip.c wlantest: Implement tkip_encrypt() 12 years ago
wep.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
wired.c Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
wlantest.c wlantest: Allow additional PTKs to be specified from a file 11 years ago
wlantest.h wlantest: Allow additional PTKs to be specified from a file 11 years ago
wlantest_cli.c wlantest: Add RELOG command to reopen log/capture files 11 years ago
wlantest_ctrl.h wlantest: Add RELOG command to reopen log/capture files 11 years ago
writepcap.c wlantest: Always write radiotap pcap-ng 11 years ago