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 209 if (wpa_s->last_scan_res) {
212 if (wpa_s->last_scan_res[i] == bss) {
213 os_memmove(&wpa_s->last_scan_res[i],
214 &wpa_s->last_scan_res[i + 1],
572 if (wpa_s->last_scan_res[i] == bss) {
573 wpa_s->last_scan_res[i] = nbss;
690 if (wpa_s->last_scan_res) {
693 if (bss == wpa_s->last_scan_res[i]) {
710 n = os_realloc_array(wpa_s->last_scan_res, siz,
714 wpa_s->last_scan_res = n
    [all...]
wpa_supplicant_i.h 519 struct wpa_bss **last_scan_res; member in struct:wpa_supplicant
    [all...]
wpa_supplicant.c 534 os_free(wpa_s->last_scan_res);
535 wpa_s->last_scan_res = NULL;
    [all...]
events.c 1066 struct wpa_bss *bss = wpa_s->last_scan_res[i];
1090 if (wpa_s->last_scan_res == NULL ||
    [all...]

Completed in 40 milliseconds