Searched refs:last_scan_res (Results 1 – 5 of 5) sorted by relevance
28 if (wpa_s->last_scan_res) { in wpa_bss_remove()31 if (wpa_s->last_scan_res[i] == bss) { in wpa_bss_remove()32 os_memmove(&wpa_s->last_scan_res[i], in wpa_bss_remove()33 &wpa_s->last_scan_res[i + 1], in wpa_bss_remove()254 if (wpa_s->last_scan_res[i] == bss) { in wpa_bss_update()255 wpa_s->last_scan_res[i] = nbss; in wpa_bss_update()330 if (wpa_s->last_scan_res) { in wpa_bss_update_scan_res()333 if (bss == wpa_s->last_scan_res[i]) { in wpa_bss_update_scan_res()350 n = os_realloc_array(wpa_s->last_scan_res, siz, in wpa_bss_update_scan_res()354 wpa_s->last_scan_res = n; in wpa_bss_update_scan_res()[all …]
99 struct wpa_bss **last_scan_res; member
622 if (wpas_add_beacon_rep(wpa_s, buf, wpa_s->last_scan_res[i], in wpas_beacon_rep_table()
555 struct wpa_bss *bss = wpa_s->last_scan_res[i]; in wnm_add_cand_list()
101 wpa_s->last_scan_res = NULL; in esp_scan_init()108 os_free(wpa_s->last_scan_res); in esp_scan_deinit()109 wpa_s->last_scan_res = NULL; in esp_scan_deinit()