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

  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 178 if (wpa_s->last_scan_res) {
181 if (wpa_s->last_scan_res[i] == bss) {
182 os_memmove(&wpa_s->last_scan_res[i],
183 &wpa_s->last_scan_res[i + 1],
518 if (wpa_s->last_scan_res[i] == bss) {
519 wpa_s->last_scan_res[i] = nbss;
639 n = os_realloc_array(wpa_s->last_scan_res, siz,
643 wpa_s->last_scan_res = n;
647 wpa_s->last_scan_res[wpa_s->last_scan_res_used++] = bss;
wpa_supplicant_i.h 380 struct wpa_bss **last_scan_res; member in struct:wpa_supplicant
events.c 842 struct wpa_bss *bss = wpa_s->last_scan_res[i];
863 if (wpa_s->last_scan_res == NULL ||
    [all...]
wpa_supplicant.c 479 os_free(wpa_s->last_scan_res);
480 wpa_s->last_scan_res = NULL;
    [all...]

Completed in 303 milliseconds