HomeSort by relevance Sort by last modified time
    Searched refs:os_gmtime (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/utils/
os_none.c 41 int os_gmtime(os_time_t t, struct os_tm *tm) function
os_win32.c 102 int os_gmtime(os_time_t t, struct os_tm *tm) function
os.h 144 int os_gmtime(os_time_t t, struct os_tm *tm);
os_internal.c 80 int os_gmtime(os_time_t t, struct os_tm *tm) function
os_unix.c 165 int os_gmtime(os_time_t t, struct os_tm *tm) function
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 450 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)

Completed in 43 milliseconds