Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:month

516 	int year, month, day, hour, min, sec;
567 if (sscanf(pos, "%02d", &month) != 1) {
569 "(month)", buf, len);
601 if (os_mktime(year, month, day, hour, min, sec, val) < 0) {