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 47 * @last_update_idx: Index of the last scan update
68 unsigned int last_update_idx; member in struct:wpa_bss
bss.c 158 bss->last_update_idx = wpa_s->bss_update_idx;
313 bss->last_update_idx = wpa_s->bss_update_idx;
446 if (bss->last_update_idx < wpa_s->bss_update_idx)

Completed in 129 milliseconds