Searched refs:os_gmtime (Results 1 – 14 of 14) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | os_none.c | 41 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
|
D | os_win32.c | 102 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
|
D | os.h | 145 int os_gmtime(os_time_t t, struct os_tm *tm);
|
D | os_internal.c | 80 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
|
D | os_unix.c | 168 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | os_none.c | 41 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
|
D | os_win32.c | 102 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
|
D | os.h | 145 int os_gmtime(os_time_t t, struct os_tm *tm);
|
D | os_internal.c | 86 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
|
D | os_unix.c | 174 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ieee802_11_shared.c | 641 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0) in hostapd_update_time_adv()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ieee802_11_shared.c | 657 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0) in hostapd_update_time_adv()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp.c | 1495 if (os_gmtime(conf->netaccesskey_expiry, &tm) < 0) { in dpp_build_conf_obj_dpp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.c | 4669 if (os_gmtime(conf->netaccesskey_expiry, &tm) < 0) { in dpp_build_conf_obj_dpp()
|