Home
last modified time | relevance | path

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

1234

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dpmksa_cache_auth.c115 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) { in pmksa_cache_expire()
134 sec = pmksa->pmksa->expiration - now.sec; in pmksa_cache_set_expiration()
232 if (pos->expiration > entry->expiration) in pmksa_cache_link_entry()
343 entry->expiration = now.sec; in pmksa_cache_auth_create_entry()
345 entry->expiration += session_timeout; in pmksa_cache_auth_create_entry()
347 entry->expiration += dot11RSNAConfigPMKLifetime; in pmksa_cache_auth_create_entry()
406 entry->expiration = old_entry->expiration; in pmksa_cache_add_okc()
654 (int) (entry->expiration - now.sec), in pmksa_cache_auth_list()
719 (int) (entry->expiration - now.sec)); in pmksa_cache_auth_list_mesh()
Dctrl_iface_ap.c901 int akmp = 0, expiration = 0; in hostapd_ctrl_iface_pmksa_add() local
934 if (sscanf(pos, "%d %d", &expiration, &akmp) != 2) in hostapd_ctrl_iface_pmksa_add()
938 pmkid, expiration, akmp); in hostapd_ctrl_iface_pmksa_add()
958 int expiration; in hostapd_ctrl_iface_pmksa_create_entry() local
989 if (sscanf(pos, "%d", &expiration) != 1) in hostapd_ctrl_iface_pmksa_create_entry()
992 return wpa_auth_pmksa_create_entry(aa, spa, pmk, pmkid, expiration); in hostapd_ctrl_iface_pmksa_create_entry()
Dpmksa_cache_auth.h22 os_time_t expiration; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dpmksa_cache_auth.c115 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) { in pmksa_cache_expire()
134 sec = pmksa->pmksa->expiration - now.sec; in pmksa_cache_set_expiration()
232 if (pos->expiration > entry->expiration) in pmksa_cache_link_entry()
343 entry->expiration = now.sec; in pmksa_cache_auth_create_entry()
345 entry->expiration += session_timeout; in pmksa_cache_auth_create_entry()
347 entry->expiration += dot11RSNAConfigPMKLifetime; in pmksa_cache_auth_create_entry()
406 entry->expiration = old_entry->expiration; in pmksa_cache_add_okc()
660 (int) (entry->expiration - now.sec), in pmksa_cache_auth_list()
725 (int) (entry->expiration - now.sec)); in pmksa_cache_auth_list_mesh()
Dctrl_iface_ap.c954 int akmp = 0, expiration = 0; in hostapd_ctrl_iface_pmksa_add() local
987 if (sscanf(pos, "%d %d", &expiration, &akmp) != 2) in hostapd_ctrl_iface_pmksa_add()
991 pmkid, expiration, akmp); in hostapd_ctrl_iface_pmksa_add()
1011 int expiration; in hostapd_ctrl_iface_pmksa_create_entry() local
1042 if (sscanf(pos, "%d", &expiration) != 1) in hostapd_ctrl_iface_pmksa_create_entry()
1045 return wpa_auth_pmksa_create_entry(aa, spa, pmk, pmkid, expiration); in hostapd_ctrl_iface_pmksa_create_entry()
Dpmksa_cache_auth.h22 os_time_t expiration; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dptksa_cache.c48 if (e->expiration > now.sec) in ptksa_cache_expire()
77 sec = e->expiration - now.sec; in ptksa_cache_set_expiration()
187 e->expiration - now.sec); in ptksa_cache_list()
296 entry->expiration = now.sec + life_time; in ptksa_cache_add()
299 if (tmp->expiration > entry->expiration) { in ptksa_cache_add()
Dptksa_cache.h23 os_time_t expiration; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dpmksa_cache.c66 while (entry && entry->expiration <= now.sec) { in pmksa_cache_expire()
116 sec = pmksa->pmksa->expiration - now.sec; in pmksa_cache_set_expiration()
128 sec = entry->expiration - now.sec; in pmksa_cache_set_expiration()
201 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime; in pmksa_cache_add()
294 if (pos->expiration > entry->expiration) in pmksa_cache_add_entry()
422 os_time_t old_expiration = old_entry->expiration; in pmksa_cache_clone_entry()
439 new_entry->expiration = old_expiration; in pmksa_cache_clone_entry()
659 (int) (entry->expiration - now.sec), in pmksa_cache_list()
729 if (entry->expiration - now.sec < 1 || in pmksa_cache_reconfig()
733 life_time = entry->expiration - now.sec; in pmksa_cache_reconfig()
Dpmksa_cache.h20 os_time_t expiration; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dpmksa_cache.c62 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) { in pmksa_cache_expire()
93 sec = pmksa->pmksa->expiration - now.sec; in pmksa_cache_set_expiration()
159 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime; in pmksa_cache_add()
251 if (pos->expiration > entry->expiration) in pmksa_cache_add_entry()
373 os_time_t old_expiration = old_entry->expiration; in pmksa_cache_clone_entry()
385 new_entry->expiration = old_expiration; in pmksa_cache_clone_entry()
573 (int) (entry->expiration - now.sec), in pmksa_cache_list()
Dpmksa_cache.h20 os_time_t expiration; member
/third_party/rust/crates/nix/src/sys/
Dtimer.rs130 expiration: Expiration, in set()
133 let timerspec: TimerSpec = expiration.into(); in set()
Dtimerfd.rs142 expiration: Expiration, in set()
145 let timerspec: TimerSpec = expiration.into(); in set()
/third_party/rust/crates/nix/test/
Dtest_timer.rs53 let expiration = Expiration::Interval(TIMER_PERIOD.into()); in alarm_fires() localVariable
55 timer.set(expiration, flags).expect("could not set timer"); in alarm_fires()
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/
Dplan.txt73 - Set timer expiration to: 0, a large number, all the dates that were
83 expiration time.)
84 - Test out all the various events that can be sent for a timer expiration.
/third_party/tzdata/
Dtzfile.5.txt103 pair denotes the leap second table's expiration time. Each leap
177 the last entry denotes the expiration of the leap second table instead
178 of a leap second; timestamps after this expiration are unreliable in
180 expiration, and the added leap seconds will change how post-expiration
206 When a TZif file contains a leap second table expiration time, TZif
207 readers should either refuse to process post-expiration timestamps, or
208 process them as if the expiration time did not exist (possibly with an
280 tables are truncated at the start or that end in expiration times.
Dleap-seconds.list186 # The following entry specifies the expiration date of the data
188 # 1 January 1900, 00:00:00. This expiration date will be changed
194 # leap seconds.) This expiration date will be identified by a
202 # scheduled, then only the expiration date of the file will
250 # expiration time of the file, but not the
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dsessions.inc9 adding an expiration time to the cookie. The server creates a fresh session cookie whenever
43 @heading Remark: Session expiration
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_events.c430 Uint32 expiration = 0; in SDL_WaitEventTimeout() local
433 expiration = SDL_GetTicks() + timeout; in SDL_WaitEventTimeout()
445 if (timeout > 0 && SDL_TICKS_PASSED(SDL_GetTicks(), expiration)) { in SDL_WaitEventTimeout()
/third_party/mesa3d/.gitlab-ci/b2c/
Db2c.yml.jinja2.jinja256 …{% for excl in job_volume_exclusions %},exclude={{ excl }}{% endfor %},expiration=pipeline_end,pre…
/third_party/openssl/doc/man3/
DSSL_CTX_flush_sessions.pod29 expiration test, in most cases the actual time given by time(0)
DSSL_CTX_sess_set_cache_size.pod38 expiration of sessions.
/third_party/mesa3d/.gitlab/issue_templates/
DBug Report.md6 …//gitlab.freedesktop.org/-/snippets/new, attachments, or a pastebin with a long expiration instead.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
Dlto.h880 unsigned expiration);

1234