Home
last modified time | relevance | path

Searched refs:expiration (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dpmksa_cache_auth.c112 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) { in pmksa_cache_expire()
131 sec = pmksa->pmksa->expiration - now.sec; in pmksa_cache_set_expiration()
156 if (pos->expiration > entry->expiration) in pmksa_cache_link_entry()
267 entry->expiration = now.sec; in pmksa_cache_auth_create_entry()
269 entry->expiration += session_timeout; in pmksa_cache_auth_create_entry()
271 entry->expiration += dot11RSNAConfigPMKLifetime; in pmksa_cache_auth_create_entry()
433 (int) (entry->expiration - now.sec), in pmksa_cache_auth_list()
Dpmksa_cache_auth.h21 os_time_t expiration; member
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dpmksa_cache.c60 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) { in pmksa_cache_expire()
81 sec = pmksa->pmksa->expiration - now.sec; in pmksa_cache_set_expiration()
135 entry->expiration = now.sec + dot11RSNAConfigPMKLifetime; in pmksa_cache_add()
212 if (pos->expiration > entry->expiration) in pmksa_cache_add()
337 new_entry->expiration = old_entry->expiration; in pmksa_cache_clone_entry()
484 (int) (entry->expiration - now.sec), in pmksa_cache_list()
Dpmksa_cache.h20 os_time_t expiration; member
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_registrar.c86 struct os_reltime expiration; member
813 os_get_reltime(&p->expiration); in wps_registrar_add_pin()
814 p->expiration.sec += timeout; in wps_registrar_add_pin()
867 os_reltime_before(&pin->expiration, &now)) { in wps_registrar_expire_pins()