Home | History | Annotate | Download | only in eap_server

Lines Matching defs:lifetime

134 	os_time_t lifetime = 0;
211 "PAC-Key lifetime length %d",
216 lifetime = WPA_GET_BE32(pos + 2);
245 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) {
247 "(lifetime=%ld now=%ld)", lifetime, now.sec);
257 } else if (lifetime - now.sec < data->pac_key_refresh_time) {
492 /* PAC-Key lifetime in seconds (hard limit) */
498 * seconds (or fewer) of the lifetime remains.
785 /* PAC-Lifetime (inside PAC-Info) */