Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 20 of 20) sorted by relevance

/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dwpamsg.h20 timestamp = QDateTime::currentDateTime(); in msg()
25 QDateTime getTimestamp() const { return timestamp; } in getTimestamp()
30 QDateTime timestamp; variable
/hostap-latest/hs20/server/
Dsql.txt5 timestamp TEXT,
12 timestamp TEXT,
73 timestamp TEXT,
107 timestamp TEXT
/hostap-latest/tests/hwsim/vm/
Dparallel-vm.py266 log = '{}/{}.srv.{}/console'.format(dir, timestamp, _vm['idx'] + 1)
317 global timestamp
403 global timestamp
417 timestamp = int(start_time)
469 logdir = os.path.join(dir, str(timestamp))
525 '--timestamp', str(timestamp),
563 with open('{}/{}-parallel.log'.format(dir, timestamp), 'w') as f:
574 fname = "%s/%d.srv.%d/%s.log" % (dir, timestamp, i + 1,
625 print("Logs: " + dir + '/' + str(timestamp))
626 logger.info("Logs: " + dir + '/' + str(timestamp))
[all …]
Dvm-run.sh71 --timestamp ) shift
DREADME73 cd /tmp/hwsim-test-logs/<timestamp>
/hostap-latest/src/ap/
Dieee802_11_auth.c33 struct os_reltime timestamp; member
42 struct os_reltime timestamp; member
90 if (os_reltime_expired(&now, &entry->timestamp, in hostapd_acl_cache_get()
304 os_get_reltime(&query->timestamp); in hostapd_allowed_address()
344 if (os_reltime_expired(now, &entry->timestamp, in hostapd_acl_expire_cache()
374 if (os_reltime_expired(now, &entry->timestamp, in hostapd_acl_expire_queries()
533 os_get_reltime(&cache->timestamp); in hostapd_acl_recv_radius()
733 os_get_reltime(&query->timestamp); in hostapd_acl_req_radius_psk()
Dieee802_1x.c883 be32 timestamp; in ieee802_1x_encapsulate_radius() local
895 timestamp = host_to_be32(hapd->conf->t_c_timestamp); in ieee802_1x_encapsulate_radius()
899 (const u8 *) &timestamp, in ieee802_1x_encapsulate_radius()
900 sizeof(timestamp))) { in ieee802_1x_encapsulate_radius()
/hostap-latest/wlantest/
Dwritepcap.c287 u64 timestamp; in write_pcapng_write_read() local
311 timestamp = 1000000 * hdr->ts.tv_sec + hdr->ts.tv_usec; in write_pcapng_write_read()
312 pkt->timestamp_high = timestamp >> 32; in write_pcapng_write_read()
313 pkt->timestamp_low = timestamp & 0xffffffff; in write_pcapng_write_read()
/hostap-latest/src/radius/
Dradius_das.c455 u32 timestamp = ntohl(val); in radius_das_receive() local
456 if ((unsigned int) abs((int) (now.sec - timestamp)) > in radius_das_receive()
461 timestamp, (unsigned int) now.sec, in radius_das_receive()
Dradius_server.c1316 u8 *buf, *pos, *end, type, sublen, *timestamp = NULL; in radius_server_hs20_t_c_check() local
1341 timestamp = pos; in radius_server_hs20_t_c_check()
1346 if (!timestamp) in radius_server_hs20_t_c_check()
1348 RADIUS_DEBUG("HS20-Timestamp: %u", WPA_GET_BE32(timestamp)); in radius_server_hs20_t_c_check()
1349 if (sess->t_c_timestamp != WPA_GET_BE32(timestamp)) { in radius_server_hs20_t_c_check()
/hostap-latest/hostapd/
Dhostapd.eap_user_sqlite22 timestamp TEXT,
DREADME-WPS148 - timestamp (seconds from 1970-01-01)
/hostap-latest/tests/hwsim/
Dtest_mbo.py228 timestamp = run_tshark(os.path.join(params['logdir'], "hwsim0.pcapng"),
246 …filter = 'wlan.fc.type == 0 && wlan.fc.type_subtype == 0x00 && frame.time > "' + timestamp.rstrip(…
DREADME156 timestamp and a postfix to identify the specific log:
/hostap-latest/src/common/
Dieee802_11_defs.h974 u8 timestamp[4]; member
1033 u8 timestamp[8]; member
1042 u8 timestamp[8]; member
Ddpp.h659 int dpp_key_expired(const char *timestamp, os_time_t *expiry);
Ddpp.c2670 int dpp_key_expired(const char *timestamp, os_time_t *expiry) in dpp_key_expired() argument
2682 if (os_strlen(timestamp) < 19) { in dpp_key_expired()
2687 if (sscanf(timestamp, "%04u-%02u-%02uT%02u:%02u:%02u", in dpp_key_expired()
2700 pos = timestamp + 19; in dpp_key_expired()
/hostap-latest/src/wps/
Dwps_registrar.c119 struct os_reltime timestamp; member
379 pbc->timestamp = now; in wps_registrar_add_pbc_session()
386 if (os_reltime_expired(&now, &pbc->timestamp, in wps_registrar_add_pbc_session()
452 if (os_reltime_expired(&now, &pbc->timestamp, in wps_registrar_pbc_overlap()
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_supplicant.sgml490 <para>Include timestamp in debug messages.</para>
/hostap-latest/wpa_supplicant/
DREADME428 -t = include timestamp in debug messages