HomeSort by relevance Sort by last modified time
    Searched refs:scan_trigger_time (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 474 struct os_time scan_trigger_time; member in struct:wpa_supplicant
bss.c 582 if (os_time_before(&update, &wpa_s->scan_trigger_time)) {
584 os_time_sub(&wpa_s->scan_trigger_time, &update, &age);
scan.c 230 os_get_time(&wpa_s->scan_trigger_time);
    [all...]
p2p_supplicant.c 296 os_get_time(&wpa_s->scan_trigger_time);
    [all...]

Completed in 28 milliseconds