/hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
D | wpamsg.h | 20 timestamp = QDateTime::currentDateTime(); in msg() 25 QDateTime getTimestamp() const { return timestamp; } in getTimestamp() 30 QDateTime timestamp; variable
|
/hostap-latest/hs20/server/ |
D | sql.txt | 5 timestamp TEXT, 12 timestamp TEXT, 73 timestamp TEXT, 107 timestamp TEXT
|
/hostap-latest/tests/hwsim/vm/ |
D | parallel-vm.py | 266 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 …]
|
D | vm-run.sh | 71 --timestamp ) shift
|
D | README | 73 cd /tmp/hwsim-test-logs/<timestamp>
|
/hostap-latest/src/ap/ |
D | ieee802_11_auth.c | 33 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()
|
D | ieee802_1x.c | 883 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 *) ×tamp, in ieee802_1x_encapsulate_radius() 900 sizeof(timestamp))) { in ieee802_1x_encapsulate_radius()
|
/hostap-latest/wlantest/ |
D | writepcap.c | 287 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/ |
D | radius_das.c | 455 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()
|
D | radius_server.c | 1316 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/ |
D | hostapd.eap_user_sqlite | 22 timestamp TEXT,
|
D | README-WPS | 148 - timestamp (seconds from 1970-01-01)
|
/hostap-latest/tests/hwsim/ |
D | test_mbo.py | 228 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(…
|
D | README | 156 timestamp and a postfix to identify the specific log:
|
/hostap-latest/src/common/ |
D | ieee802_11_defs.h | 974 u8 timestamp[4]; member 1033 u8 timestamp[8]; member 1042 u8 timestamp[8]; member
|
D | dpp.h | 659 int dpp_key_expired(const char *timestamp, os_time_t *expiry);
|
D | dpp.c | 2670 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/ |
D | wps_registrar.c | 119 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/ |
D | wpa_supplicant.sgml | 490 <para>Include timestamp in debug messages.</para>
|
/hostap-latest/wpa_supplicant/ |
D | README | 428 -t = include timestamp in debug messages
|