Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:expiration

59 	while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
90 sec = pmksa->pmksa->expiration - now.sec;
152 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime;
225 /* Add the new entry; order by expiration time */
229 if (pos->expiration > entry->expiration)
353 /* TODO: reorder entries based on expiration time? */
354 new_entry->expiration = old_entry->expiration;
485 "Index / AA / PMKID / expiration (in seconds) / "
502 (int) (entry->expiration - now.sec),