Searched refs:last_scan (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/input/ |
D | cros_ec_keyb.c | 47 static struct mbkp_keyscan last_scan; in check_for_keys() local 57 *samep = last_scan_valid && !memcmp(&last_scan, &scan, sizeof(scan)); in check_for_keys() 66 memcpy(&last_scan, &scan, sizeof(last_scan)); in check_for_keys()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wnm_sta.c | 969 if (os_reltime_expired(&now, &wpa_s->last_scan, 10)) in wnm_add_cand_list() 1541 if (!os_reltime_expired(&now, &wpa_s->last_scan, 10)) { in ieee802_11_rx_bss_trans_mgmt_req()
|
D | wpa_supplicant_i.h | 597 struct os_reltime last_scan; member
|
D | bss.c | 886 os_get_reltime(&wpa_s->last_scan); in wpa_bss_update_end()
|
D | events.c | 2159 if (os_reltime_expired(&now, &wpa_s->last_scan, 5)) { in wpa_supplicant_fast_associate()
|