Lines Matching full:expiration
118 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
137 sec = pmksa->pmksa->expiration - now.sec;
231 /* Add the new entry; order by expiration time */
235 if (pos->expiration > entry->expiration)
350 entry->expiration = now.sec;
352 entry->expiration += session_timeout;
354 entry->expiration += dot11RSNAConfigPMKLifetime;
413 entry->expiration = old_entry->expiration;
661 "Index / SPA / PMKID / expiration (in seconds) / opportunistic\n");
676 (int) (entry->expiration - now.sec),
717 * <BSSID> <PMKID> <PMK> <expiration in seconds>
741 (int) (entry->expiration - now.sec));