Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:expiration

94 	while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
125 sec = pmksa->pmksa->expiration - now.sec;
174 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime;
233 /* Add the new entry; order by expiration time */
237 if (pos->expiration > entry->expiration)
332 /* TODO: reorder entries based on expiration time? */
333 new_entry->expiration = old_entry->expiration;
450 "Index / AA / PMKID / expiration (in seconds) / "
467 (int) (entry->expiration - now.sec),