Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c210 r->tsf = scan_res->ies_tsf; in nrf_wifi_wpa_supp_event_proc_scan_res()
214 if (scan_res->beacon_ies_tsf > r->tsf) { in nrf_wifi_wpa_supp_event_proc_scan_res()
215 r->tsf = scan_res->beacon_ies_tsf; in nrf_wifi_wpa_supp_event_proc_scan_res()
820 auth_info.tsf = curr_bss->tsf; in nrf_wifi_wpa_supp_authenticate()