Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h807 struct os_reltime last_scan; member
H A Dp2p_supplicant.c7020 if (!other_iface_found || os_reltime_before(&wpa_s->last_scan, in wpas_start_p2p_client()
7021 &ifs->last_scan)) { in wpas_start_p2p_client()
7023 wpa_s->last_scan.sec = ifs->last_scan.sec; in wpas_start_p2p_client()
7024 wpa_s->last_scan.usec = ifs->last_scan.usec; in wpas_start_p2p_client()
H A Dbss.c984 os_get_reltime(&wpa_s->last_scan); in wpa_bss_update_end()
H A Dwnm_sta.c1010 if (os_reltime_expired(&now, &wpa_s->last_scan, 10)) in wnm_add_cand_list()
H A Devents.c2873 if (os_reltime_expired(&now, &wpa_s->last_scan, in wpa_supplicant_fast_associate()
6694 os_reltime_age(&wpa_s->last_scan, &age); in wpa_supplicant_event()