Home
last modified time | relevance | path

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

/hostap-3.7.0/wpa_supplicant/
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()
Dwnm_sta.c766 os_reltime_expired(&now, &target->last_update, in compare_scan_neighbor_results()
991 if (os_reltime_expired(&now, &wpa_s->last_scan, 10)) in wnm_add_cand_list()
1577 if (!os_reltime_expired(&now, &wpa_s->last_scan, 10)) { in ieee802_11_rx_bss_trans_mgmt_req()
Dgas_query.c776 !os_reltime_expired(&now, &gas->last_mac_addr_rand, in gas_query_set_sa()
Devents.c2461 if (os_reltime_expired(&now, &wpa_s->last_scan, in wpa_supplicant_fast_associate()
3806 !os_reltime_expired(&t, &wpa_s->last_michael_mic_error, 60)) || in wpa_supplicant_event_michael_mic_failure()
Dsme.c2794 !os_reltime_expired(&now, &wpa_s->sme.last_unprot_disconnect, 10)) in sme_event_unprot_disconnect()
Dp2p_supplicant.c6989 !os_reltime_expired(&now, &bss->last_update, 5) && in wpas_p2p_group_add_persistent()
8473 if (os_reltime_expired(&now, &wpa_s->global->p2p_go_wait_client, in wpas_p2p_in_progress()
Dwpa_supplicant.c2082 !os_reltime_expired(&now, &wpa_s->last_mac_addr_change, in wpas_update_random_addr()
/hostap-3.7.0/src/ap/
Dieee802_11_auth.c83 if (os_reltime_expired(&now, &entry->timestamp, in hostapd_acl_cache_get()
307 if (os_reltime_expired(now, &entry->timestamp, in hostapd_acl_expire_cache()
337 if (os_reltime_expired(now, &entry->timestamp, in hostapd_acl_expire_queries()
Dtkip_countermeasures.c98 if (os_reltime_expired(&now, &hapd->michael_mic_failure, 60)) { in michael_mic_failure()
Dap_list.c262 if (!os_reltime_expired(&now, &ap->last_beacon, in ap_list_timer()
Dbeacon.c735 !os_reltime_expired(&now, &info->last_seen, in sta_track_expire()
Dwpa_auth_ft.c4485 os_reltime_expired(&now, &item->nonce_ts, ftRRBseqTimeout)) in wpa_ft_rrb_rx_seq_resp()
Dieee802_11.c804 os_reltime_expired(&now, &hapd->last_comeback_key_update, 60) || in auth_build_token_req()
/hostap-3.7.0/src/utils/
Dos.h103 static inline int os_reltime_expired(struct os_reltime *now, in os_reltime_expired() function
/hostap-3.7.0/src/common/
Dwpa_ctrl.c538 if (os_reltime_expired(&n, &started_at, 5)) in wpa_ctrl_request()
/hostap-3.7.0/src/wps/
Dwps_registrar.c386 if (os_reltime_expired(&now, &pbc->timestamp, in wps_registrar_add_pbc_session()
453 if (os_reltime_expired(&now, &pbc->timestamp, in wps_registrar_pbc_overlap()
/hostap-3.7.0/src/crypto/
Dtls_mbedtls_alt.c1444 if (os_get_reltime(&now) != 0 || !os_reltime_expired(&now, previous, crl_reload_interval)) in tls_mbedtls_refresh_crl()
Dtls_openssl.c1549 os_reltime_expired(&now, &data->crl_last_reload, in tls_connection_init()
/hostap-3.7.0/src/p2p/
Dp2p.c769 os_reltime_expired(&dev->last_seen, rx_time, in p2p_add_device()