Home
last modified time | relevance | path

Searched refs:os_reltime_expired (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dbssid_ignore.c159 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 Dwnm_sta.c784 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 Dgas_query.c792 !os_reltime_expired(&now, &gas->last_mac_addr_rand, in gas_query_set_sa()
H A Ddpp_supplicant.c3568 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 Devents.c2873 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 Dsme.c3466 !os_reltime_expired(&now, &wpa_s->sme.last_unprot_disconnect, 10)) in sme_event_unprot_disconnect()
H A Dp2p_supplicant.c7109 !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 Dwpa_supplicant.c2436 !os_reltime_expired( in wpas_update_random_addr()
/freebsd/contrib/wpa/src/ap/
H A Dtkip_countermeasures.c98 if (os_reltime_expired(&now, &hapd->michael_mic_failure, 60)) { in michael_mic_failure()
H A Dieee802_11_auth.c90 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 Dcomeback_token.c87 os_reltime_expired(&now, last_comeback_key_update, 60) || in auth_build_token_req()
H A Dap_list.c262 if (!os_reltime_expired(&now, &ap->last_beacon, in ap_list_timer()
H A Ddpp_hostapd.c1023 !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 Dbeacon.c1152 !os_reltime_expired(&now, &info->last_seen, in sta_track_expire()
H A Dwpa_auth_ft.c4669 os_reltime_expired(&now, &item->nonce_ts, ftRRBseqTimeout)) in wpa_ft_rrb_rx_seq_resp()
/freebsd/contrib/wpa/src/common/
H A Dnan_de.c399 !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 Dwpa_ctrl.c530 if (os_reltime_expired(&n, &started_at, 5)) in wpa_ctrl_request()
/freebsd/contrib/wpa/src/utils/
H A Dos.h99 static inline int os_reltime_expired(struct os_reltime *now, in os_reltime_expired() function
/freebsd/contrib/wpa/src/wps/
H A Dwps_registrar.c386 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 Dtls_openssl.c1695 os_reltime_expired(&now, &data->crl_last_reload, in tls_connection_init()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p.c783 os_reltime_expired(&dev->last_seen, rx_time, in p2p_add_device()