/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | os_win32.c | 26 int os_get_time(struct os_time *t) in os_get_time() function 55 int res = os_get_time(&now); in os_get_reltime()
|
D | uuid.c | 82 os_get_time(&t); in uuid_random()
|
D | os_none.c | 23 int os_get_time(struct os_time *t) in os_get_time() function
|
D | os.h | 37 int os_get_time(struct os_time *t);
|
D | os_internal.c | 35 int os_get_time(struct os_time *t) in os_get_time() function
|
D | os_unix.c | 59 int os_get_time(struct os_time *t) in os_get_time() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | os_win32.c | 26 int os_get_time(struct os_time *t) in os_get_time() function 55 int res = os_get_time(&now); in os_get_reltime()
|
D | uuid.c | 82 os_get_time(&t); in uuid_random()
|
D | os_none.c | 23 int os_get_time(struct os_time *t) in os_get_time() function
|
D | os.h | 37 int os_get_time(struct os_time *t);
|
D | os_internal.c | 41 int os_get_time(struct os_time *t) in os_get_time() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | notify.c | 581 os_get_time(&global->suspend_time); in wpas_notify_suspend() 597 os_get_time(&now); in wpas_notify_resume()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | neighbor_db.c | 90 if (!entry->lci || os_get_time(&entry->lci_date)) in hostapd_neighbor_set()
|
D | accounting.c | 145 os_get_time(&now); in accounting_msg()
|
D | ap_rrm.c | 167 if (os_get_time(&curr)) in hostapd_check_lci_age()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | random.c | 148 os_get_time(&t); in random_add_randomness()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | neighbor_db.c | 147 if (!entry->lci || os_get_time(&entry->lci_date)) in hostapd_neighbor_set()
|
D | accounting.c | 145 os_get_time(&now); in accounting_msg()
|
D | ap_rrm.c | 167 if (os_get_time(&curr)) in hostapd_check_lci_age()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | random.c | 148 os_get_time(&t); in random_add_randomness()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | notify.c | 782 os_get_time(&global->suspend_time); in wpas_notify_suspend() 798 os_get_time(&now); in wpas_notify_resume()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
D | radius_das.c | 441 os_get_time(&now); in radius_das_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
D | radius_das.c | 441 os_get_time(&now); in radius_das_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
D | ieee802_1x_kay.c | 488 os_get_time(&psa->created_time); in ieee802_1x_kay_init_receive_sa() 536 os_get_time(&psc->created_time); in ieee802_1x_kay_init_receive_sc() 1631 os_get_time(&pkey->created_time); in ieee802_1x_kay_init_data_key() 2659 os_get_time(&psa->created_time); in ieee802_1x_kay_init_transmit_sa() 2701 os_get_time(&psc->created_time); in ieee802_1x_kay_init_transmit_sc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
D | ieee802_1x_kay.c | 488 os_get_time(&psa->created_time); in ieee802_1x_kay_init_receive_sa() 536 os_get_time(&psc->created_time); in ieee802_1x_kay_init_receive_sc() 1668 os_get_time(&pkey->created_time); in ieee802_1x_kay_init_data_key() 2696 os_get_time(&psa->created_time); in ieee802_1x_kay_init_transmit_sa() 2738 os_get_time(&psc->created_time); in ieee802_1x_kay_init_transmit_sc()
|