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 180 if (wpa_s->last_scan_res) {
183 if (wpa_s->last_scan_res[i] == bss) {
184 os_memmove(&wpa_s->last_scan_res[i],
185 &wpa_s->last_scan_res[i + 1],
537 if (wpa_s->last_scan_res[i] == bss) {
538 wpa_s->last_scan_res[i] = nbss;
649 if (wpa_s->last_scan_res) {
652 if (bss == wpa_s->last_scan_res[i]) {
669 n = os_realloc_array(wpa_s->last_scan_res, siz,
673 wpa_s->last_scan_res = n
    [all...]
wpa_supplicant_i.h 480 struct wpa_bss **last_scan_res; member in struct:wpa_supplicant
events.c 977 struct wpa_bss *bss = wpa_s->last_scan_res[i];
1000 if (wpa_s->last_scan_res == NULL ||
    [all...]
wpa_supplicant.c 500 os_free(wpa_s->last_scan_res);
501 wpa_s->last_scan_res = NULL;
    [all...]

Completed in 54 milliseconds