Home
last modified time | relevance | path

Searched refs:os_get_time (Results 1 – 24 of 24) sorted by relevance

/hal_espressif-latest/zephyr/port/wifi/wpa_supplicant/
Dos_xtensa.c32 int os_get_time(struct os_time *t) in os_get_time() function
/hal_espressif-latest/components/wpa_supplicant/port/
Dos_xtensa.c33 int os_get_time(struct os_time *t) in os_get_time() function
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dwpa_debug.c77 os_get_time(&tv); in wpa_debug_print_timestamp()
Dcommon.c137 os_get_time(&now); in wpa_get_ntp_timestamp()
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h66 int os_get_time(struct os_time *t);
67 #define os_get_reltime os_get_time
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dcomeback_token.c86 os_get_time(&now); in auth_build_token_req()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_scan.c133 os_get_time(&now); in esp_handle_beacon_probe()
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c316 return os_get_time(t); in get_time_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c388 return os_get_time(t); in get_time_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c397 return os_get_time(t); in get_time_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c310 return os_get_time(t); in get_time_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c327 return os_get_time(t); in get_time_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c405 return os_get_time(t); in get_time_wrapper()
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c347 return os_get_time(t); in get_time_wrapper()
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c348 return os_get_time(t); in get_time_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c401 return os_get_time(t); in get_time_wrapper()
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c363 return os_get_time(t); in get_time_wrapper()
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c363 return os_get_time(t); in get_time_wrapper()
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c367 return os_get_time(t); in get_time_wrapper()
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client_ocsp.c252 os_get_time(&now); in tls_process_ocsp_single_response()
Dtlsv1_client_write.c62 os_get_time(&now); in tls_send_client_hello()
Dtlsv1_server_write.c55 os_get_time(&now); in tls_write_server_hello()
Dx509v3.c2155 os_get_time(&now); in x509_certificate_chain_validate()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.c4816 if (os_get_time(&now) < 0) { in dpp_key_expired()