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

  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 219 if (wpa_s->last_scan_res) {
222 if (wpa_s->last_scan_res[i] == bss) {
223 os_memmove(&wpa_s->last_scan_res[i],
224 &wpa_s->last_scan_res[i + 1],
594 if (wpa_s->last_scan_res[i] == bss) {
595 wpa_s->last_scan_res[i] = nbss;
712 if (wpa_s->last_scan_res) {
715 if (bss == wpa_s->last_scan_res[i]) {
732 n = os_realloc_array(wpa_s->last_scan_res, siz,
736 wpa_s->last_scan_res = n
    [all...]
wpa_supplicant_i.h 565 struct wpa_bss **last_scan_res; member in struct:wpa_supplicant
    [all...]
wnm_sta.c 742 struct wpa_bss *bss = wpa_s->last_scan_res[i];
    [all...]
wpa_supplicant.c 551 os_free(wpa_s->last_scan_res);
552 wpa_s->last_scan_res = NULL;
    [all...]
events.c 1122 struct wpa_bss *bss = wpa_s->last_scan_res[i];
1146 if (wpa_s->last_scan_res == NULL ||
    [all...]

Completed in 58 milliseconds