Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:now

91 	struct os_time now;
93 os_get_time(&now);
94 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
118 struct os_time now;
124 os_get_time(&now);
125 sec = pmksa->pmksa->expiration - now.sec;
133 sec = pmksa->pmksa->reauth_time - now.sec;
162 struct os_time now;
173 os_get_time(&now);
174 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime;
175 entry->reauth_time = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime *
446 struct os_time now;
448 os_get_time(&now);
467 (int) (entry->expiration - now.sec),