Home
last modified time | relevance | path

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

/hostap-latest/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.c788 os_reltime_expired(&now, &target->last_update, in compare_scan_neighbor_results()
1014 if (os_reltime_expired(&now, &wpa_s->last_scan, 10)) in wnm_add_cand_list()
Dgas_query.c792 !os_reltime_expired(&now, &gas->last_mac_addr_rand, in gas_query_set_sa()
Ddpp_supplicant.c3573 if (os_reltime_expired(&now, &tmp->rx_time, 120)) { in wpas_dpp_rx_pb_presence_announcement()
3668 if (os_reltime_expired(&now, &wpa_s->dpp_pb_announce_time, 15)) in wpas_dpp_rx_pb_presence_announcement()
5585 if (os_reltime_expired(&now, &wpa_s->dpp_pb_time, 100)) { in wpas_dpp_pb_next()
Devents.c2879 if (os_reltime_expired(&now, &wpa_s->last_scan, in wpa_supplicant_fast_associate()
4774 !os_reltime_expired(&t, &wpa_s->last_michael_mic_error, 60)) || in wpa_supplicant_event_michael_mic_failure()
Dsme.c3512 !os_reltime_expired(&now, &wpa_s->sme.last_unprot_disconnect, 10)) in sme_event_unprot_disconnect()
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()
Dwpa_supplicant.c2430 !os_reltime_expired( in wpas_update_random_addr()
/hostap-latest/src/ap/
Dtkip_countermeasures.c98 if (os_reltime_expired(&now, &hapd->michael_mic_failure, 60)) { in michael_mic_failure()
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()
Dcomeback_token.c87 os_reltime_expired(&now, last_comeback_key_update, 60) || in auth_build_token_req()
Dap_list.c262 if (!os_reltime_expired(&now, &ap->last_beacon, in ap_list_timer()
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()
Dbeacon.c1234 !os_reltime_expired(&now, &info->last_seen, in sta_track_expire()
Dwpa_auth_ft.c4669 os_reltime_expired(&now, &item->nonce_ts, ftRRBseqTimeout)) in wpa_ft_rrb_rx_seq_resp()
/hostap-latest/src/common/
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()
Dwpa_ctrl.c538 if (os_reltime_expired(&n, &started_at, 5)) in wpa_ctrl_request()
/hostap-latest/src/utils/
Dos.h104 static inline int os_reltime_expired(struct os_reltime *now, in os_reltime_expired() function
/hostap-latest/src/wps/
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()
/hostap-latest/src/crypto/
Dtls_mbedtls_alt.c1449 if (os_get_reltime(&now) != 0 || !os_reltime_expired(&now, previous, crl_reload_interval)) in tls_mbedtls_refresh_crl()
Dtls_openssl.c1695 os_reltime_expired(&now, &data->crl_last_reload, in tls_connection_init()
/hostap-latest/src/p2p/
Dp2p.c783 os_reltime_expired(&dev->last_seen, rx_time, in p2p_add_device()