/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | bssid_ignore.c | 159 if (os_reltime_expired(&now, &e->start, e->timeout_secs)) in wpa_bssid_ignore_is_listed() 201 if (os_reltime_expired(&now, &e->start, in wpa_bssid_ignore_update()
|
H A D | wnm_sta.c | 784 os_reltime_expired(&now, &target->last_update, in compare_scan_neighbor_results() 1010 if (os_reltime_expired(&now, &wpa_s->last_scan, 10)) in wnm_add_cand_list()
|
H A D | gas_query.c | 792 !os_reltime_expired(&now, &gas->last_mac_addr_rand, in gas_query_set_sa()
|
H A D | dpp_supplicant.c | 3568 if (os_reltime_expired(&now, &tmp->rx_time, 120)) { in wpas_dpp_rx_pb_presence_announcement() 3663 if (os_reltime_expired(&now, &wpa_s->dpp_pb_announce_time, 15)) in wpas_dpp_rx_pb_presence_announcement() 5575 if (os_reltime_expired(&now, &wpa_s->dpp_pb_time, 100)) { in wpas_dpp_pb_next()
|
H A D | events.c | 2873 if (os_reltime_expired(&now, &wpa_s->last_scan, in wpa_supplicant_fast_associate() 4684 !os_reltime_expired(&t, &wpa_s->last_michael_mic_error, 60)) || in wpa_supplicant_event_michael_mic_failure()
|
H A D | sme.c | 3466 !os_reltime_expired(&now, &wpa_s->sme.last_unprot_disconnect, 10)) in sme_event_unprot_disconnect()
|
H A D | p2p_supplicant.c | 7109 !os_reltime_expired(&now, &bss->last_update, 5) && in wpas_p2p_group_add_persistent() 8603 if (os_reltime_expired(&now, &wpa_s->global->p2p_go_wait_client, in wpas_p2p_in_progress()
|
H A D | wpa_supplicant.c | 2436 !os_reltime_expired( in wpas_update_random_addr()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | tkip_countermeasures.c | 98 if (os_reltime_expired(&now, &hapd->michael_mic_failure, 60)) { in michael_mic_failure()
|
H A D | ieee802_11_auth.c | 90 if (os_reltime_expired(&now, &entry->timestamp, in hostapd_acl_cache_get() 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()
|
H A D | comeback_token.c | 87 os_reltime_expired(&now, last_comeback_key_update, 60) || in auth_build_token_req()
|
H A D | ap_list.c | 262 if (!os_reltime_expired(&now, &ap->last_beacon, in ap_list_timer()
|
H A D | dpp_hostapd.c | 1023 !os_reltime_expired(&now, &hapd->dpp_relay_last_needs_ctrl, 60)) in hostapd_dpp_relay_needs_controller() 2611 if (os_reltime_expired(&now, &tmp->rx_time, 120)) { in hostapd_dpp_rx_pb_presence_announcement() 2706 if (os_reltime_expired(&now, &ifaces->dpp_pb_announce_time, 15)) in hostapd_dpp_rx_pb_presence_announcement()
|
H A D | beacon.c | 1152 !os_reltime_expired(&now, &info->last_seen, in sta_track_expire()
|
H A D | wpa_auth_ft.c | 4669 os_reltime_expired(&now, &item->nonce_ts, ftRRBseqTimeout)) in wpa_ft_rrb_rx_seq_resp()
|
/freebsd/contrib/wpa/src/common/ |
H A D | nan_de.c | 399 !os_reltime_expired(now, &srv->last_followup, 1)) in nan_de_srv_expired() 401 if (os_reltime_expired(now, &srv->last_multicast, 1)) in nan_de_srv_expired() 413 !os_reltime_expired(now, &srv->last_followup, 1)) in nan_de_srv_expired() 415 if (os_reltime_expired(now, &srv->first_discovered, 1)) in nan_de_srv_expired() 586 os_reltime_expired(&now, &srv->last_followup, 1)))) in nan_de_timer()
|
H A D | wpa_ctrl.c | 530 if (os_reltime_expired(&n, &started_at, 5)) in wpa_ctrl_request()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | os.h | 99 static inline int os_reltime_expired(struct os_reltime *now, in os_reltime_expired() function
|
/freebsd/contrib/wpa/src/wps/ |
H A D | wps_registrar.c | 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()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 1695 os_reltime_expired(&now, &data->crl_last_reload, in tls_connection_init()
|
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p.c | 783 os_reltime_expired(&dev->last_seen, rx_time, in p2p_add_device()
|