Searched refs:last_scan (Results 1 - 13 of 13) sorted by relevance
/third_party/backends/backend/ |
H A D | rts8891_low.h | 255 struct timeval last_scan; member
|
H A D | hp3500.c | 173 time_t last_scan; member 718 time (&scanner->last_scan); in sane_start() 968 dev->last_scan = 0; in attachScanner() 3823 do_warmup = (t - scanner->last_scan) > 300; in reader_process()
|
H A D | rts8891.c | 1108 dev->last_scan.tv_sec = current.tv_sec; in sane_start() 1116 if ((current.tv_sec - dev->last_scan.tv_sec) / 60 > 10) in sane_start() 1122 dev->last_scan.tv_sec = current.tv_sec; in sane_start() 2111 dev->last_scan.tv_sec = current.tv_sec; in sane_cancel() 2541 device->last_scan.tv_sec = 0; in attach_rts8891() 7793 session->dev->last_scan.tv_sec = 0; in set_lamp_state()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/ |
H A D | wpa_magiclink.c | 319 wpa_s->last_scan = now;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
H A D | wpa_magiclink.c | 332 wpa_s->last_scan = now;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant_i.h | 597 struct os_reltime last_scan; member
|
H A D | wnm_sta.c | 970 if (os_reltime_expired(&now, &wpa_s->last_scan, 10)) in wnm_add_cand_list() 1545 if (!os_reltime_expired(&now, &wpa_s->last_scan, 10)) { in ieee802_11_rx_bss_trans_mgmt_req()
|
H A D | bss.c | 892 os_get_reltime(&wpa_s->last_scan); in wpa_bss_update_end()
|
H A D | events.c | 2164 if (os_reltime_expired(&now, &wpa_s->last_scan, 5)) { in wpa_supplicant_fast_associate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wnm_sta.c | 987 if (os_reltime_expired(&now, &wpa_s->last_scan, 10)) in wnm_add_cand_list() 1577 if (!os_reltime_expired(&now, &wpa_s->last_scan, 10)) { in ieee802_11_rx_bss_trans_mgmt_req()
|
H A D | bss.c | 1006 os_get_reltime(&wpa_s->last_scan); in wpa_bss_update_end()
|
H A D | wpa_supplicant_i.h | 836 struct os_reltime last_scan; member
|
H A D | events.c | 2729 if (os_reltime_expired(&now, &wpa_s->last_scan, in wpa_supplicant_fast_associate() 6591 os_reltime_age(&wpa_s->last_scan, &age);
|
Completed in 42 milliseconds