Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/src/ap/
HDieee802_11_auth.c105 if (os_reltime_expired(&now, &entry->timestamp, in hostapd_acl_cache_get()
372 if (os_reltime_expired(now, &entry->timestamp, in hostapd_acl_expire_cache()
402 if (os_reltime_expired(now, &entry->timestamp, in hostapd_acl_expire_queries()
HDtkip_countermeasures.c98 if (os_reltime_expired(&now, &hapd->michael_mic_failure, 60)) { in michael_mic_failure()
HDap_list.c264 if (!os_reltime_expired(&now, &ap->last_beacon, in ap_list_timer()
HDbeacon.c625 !os_reltime_expired(&now, &info->last_seen, in sta_track_expire()
HDwpa_auth_ft.c4252 os_reltime_expired(&now, &item->nonce_ts, ftRRBseqTimeout)) in wpa_ft_rrb_rx_seq_resp()
HDieee802_11.c596 os_reltime_expired(&now, &hapd->last_sae_token_key_update, 60) || in auth_build_token_req()
/freebsd-11-stable/contrib/wpa/src/utils/
HDos.h99 static inline int os_reltime_expired(struct os_reltime *now, in os_reltime_expired() function
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDwnm_sta.c745 os_reltime_expired(&now, &target->last_update, in compare_scan_neighbor_results()
970 if (os_reltime_expired(&now, &wpa_s->last_scan, 10)) in wnm_add_cand_list()
1545 if (!os_reltime_expired(&now, &wpa_s->last_scan, 10)) { in ieee802_11_rx_bss_trans_mgmt_req()
HDgas_query.c766 !os_reltime_expired(&now, &gas->last_mac_addr_rand, in gas_query_set_sa()
HDevents.c2159 if (os_reltime_expired(&now, &wpa_s->last_scan, 5)) { in wpa_supplicant_fast_associate()
3181 !os_reltime_expired(&t, &wpa_s->last_michael_mic_error, 60)) || in wpa_supplicant_event_michael_mic_failure()
HDsme.c2440 !os_reltime_expired(&now, &wpa_s->sme.last_unprot_disconnect, 10)) in sme_event_unprot_disconnect()
HDp2p_supplicant.c6494 !os_reltime_expired(&now, &bss->last_update, 5) && in wpas_p2p_group_add_persistent()
7966 if (os_reltime_expired(&now, &wpa_s->global->p2p_go_wait_client, in wpas_p2p_in_progress()
HDwpa_supplicant.c1867 !os_reltime_expired(&now, &wpa_s->last_mac_addr_change, in wpas_update_random_addr()
/freebsd-11-stable/contrib/wpa/src/common/
HDwpa_ctrl.c531 if (os_reltime_expired(&n, &started_at, 5)) in wpa_ctrl_request()
/freebsd-11-stable/contrib/wpa/src/wps/
HDwps_registrar.c385 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-11-stable/contrib/wpa/src/crypto/
HDtls_openssl.c1542 os_reltime_expired(&now, &data->crl_last_reload, in tls_connection_init()
/freebsd-11-stable/contrib/wpa/src/p2p/
HDp2p.c763 os_reltime_expired(&dev->last_seen, rx_time, in p2p_add_device()