Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:sec

516 	int year, month, day, hour, min, sec;
595 if (sscanf(pos, "%02d", &sec) != 1) {
597 "(sec)", buf, len);
601 if (os_mktime(year, month, day, hour, min, sec, val) < 0) {
1554 if ((unsigned long) now.sec <
1556 (unsigned long) now.sec >
1560 now.sec, cert->not_before, cert->not_after);