Home
last modified time | relevance | path

Searched refs:write_pcap_time (Results 1 – 3 of 3) sorted by relevance

/hostap-3.6.0/wlantest/
Dreadpcap.c35 h.ts = wt->write_pcap_time; in write_pcap_with_radiotap()
101 wt->write_pcap_time = hdr->ts; in read_cap_file()
Dwritepcap.c59 gettimeofday(&wt->write_pcap_time, NULL); in write_pcap_captured()
60 h.ts = wt->write_pcap_time; in write_pcap_captured()
105 h.ts = wt->write_pcap_time; in write_pcap_decrypted()
Dwlantest.h218 struct timeval write_pcap_time; member