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

  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 34 * @last_update_idx: Index of the last scan update
55 unsigned int last_update_idx; member in struct:wpa_bss
bss.c 106 bss->last_update_idx = wpa_s->bss_update_idx;
264 bss->last_update_idx = wpa_s->bss_update_idx;
397 if (bss->last_update_idx < wpa_s->bss_update_idx)

Completed in 209 milliseconds