/hostap-latest/src/utils/ |
D | os_zephyr.c | 77 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() argument 85 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 || in os_mktime() 94 tm.tm_hour = hour; in os_mktime() 130 tm->hour = tm2->tm_hour; in os_gmtime()
|
D | os_win32.c | 62 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() argument 70 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 || in os_mktime() 78 tm.tm_hour = hour; in os_mktime() 112 tm->hour = tm2->tm_hour; in os_gmtime()
|
D | os_internal.c | 63 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() argument 69 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 || in os_mktime() 77 tm.tm_hour = hour; in os_mktime() 96 tm->hour = tm2->tm_hour; in os_gmtime()
|
D | os_unix.c | 134 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() argument 142 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 || in os_mktime() 150 tm.tm_hour = hour; in os_mktime() 184 tm->hour = tm2->tm_hour; in os_gmtime()
|
D | os.h | 157 int os_mktime(int year, int month, int day, int hour, int min, int sec, 163 int hour; /* 0..23 */ member
|
D | os_none.c | 35 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() argument
|
/hostap-latest/tests/hwsim/ |
D | example-setup.txt | 143 This will take about half an hour to hour to run (if that sounds long, see
|
/hostap-latest/src/tls/ |
D | x509v3.c | 572 int year, month, day, hour, min, sec; in x509_parse_time() local 642 hour = parse_uint2(pos, end - pos); in x509_parse_time() 643 if (hour < 0) { in x509_parse_time() 665 if (os_mktime(year, month, day, hour, min, sec, val) < 0) { in x509_parse_time()
|
/hostap-latest/src/common/ |
D | dpp.c | 1782 tm.hour, tm.min, tm.sec); in dpp_build_conf_obj_dpp() 2673 unsigned int year, month, day, hour, min, sec; in dpp_key_expired() local 2688 &year, &month, &day, &hour, &min, &sec) != 6) { in dpp_key_expired() 2694 if (os_mktime(year, month, day, hour, min, sec, &utime) < 0) { in dpp_key_expired() 2707 items = sscanf(pos + 1, "%02u:%02u", &hour, &min); in dpp_key_expired() 2715 utime += 3600 * hour; in dpp_key_expired() 2717 utime -= 3600 * hour; in dpp_key_expired()
|
/hostap-latest/src/ap/ |
D | ieee802_11_shared.c | 719 *pos++ = tm.hour; /* Hours */ in hostapd_update_time_adv()
|