Home
last modified time | relevance | path

Searched refs:last_scan_res (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dbss.c28 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 …]
Dwpa_supplicant_i.h99 struct wpa_bss **last_scan_res; member
Drrm.c622 if (wpas_add_beacon_rep(wpa_s, buf, wpa_s->last_scan_res[i], in wpas_beacon_rep_table()
Dwnm_sta.c555 struct wpa_bss *bss = wpa_s->last_scan_res[i]; in wnm_add_cand_list()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_scan.c101 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()