ESP-IDF
wpa_supplicant::last_scan_res
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_supplicant::last_scan_res
wpa_supplicant::last_scan_res field
Syntax
Show:
Summary
Declaration
from
wpa_supplicant_i.h:99
struct
wpa_bss
*
*
last_scan_res
;
Examples
References
from
examples
Code
Location
Referrer
struct
wpa_bss
*
*
last_scan_res
;
wpa_supplicant_i.h:99
if
(
wpa_s
->
last_scan_res
)
{
bss.c:28
wpa_bss_remove()
if
(
wpa_s
->
last_scan_res
[
i
]
==
bss
)
{
bss.c:31
wpa_bss_remove()
os_memmove
(
&
wpa_s
->
last_scan_res
[
i
]
,
bss.c:32
wpa_bss_remove()
&
wpa_s
->
last_scan_res
[
i
+
1
]
,
bss.c:33
wpa_bss_remove()
if
(
wpa_s
->
last_scan_res
[
i
]
==
bss
)
{
bss.c:254
wpa_bss_update()
wpa_s
->
last_scan_res
[
i
]
=
nbss
;
bss.c:255
wpa_bss_update()
if
(
wpa_s
->
last_scan_res
)
{
bss.c:330
wpa_bss_update_scan_res()
if
(
bss
==
wpa_s
->
last_scan_res
[
i
]
)
{
bss.c:333
wpa_bss_update_scan_res()
n
=
os_realloc_array
(
wpa_s
->
last_scan_res
,
siz
,
bss.c:350
wpa_bss_update_scan_res()
wpa_s
->
last_scan_res
=
n
;
bss.c:354
wpa_bss_update_scan_res()
if
(
wpa_s
->
last_scan_res
)
bss.c:358
wpa_bss_update_scan_res()
wpa_s
->
last_scan_res
[
wpa_s
->
last_scan_res_used
++
]
=
bss
;
bss.c:359
wpa_bss_update_scan_res()
wpa_s
->
last_scan_res
=
NULL
;
esp_scan.c:98
esp_scan_init()
os_free
(
wpa_s
->
last_scan_res
)
;
esp_scan.c:105
esp_scan_deinit()
wpa_s
->
last_scan_res
=
NULL
;
esp_scan.c:106
esp_scan_deinit()
if
(
wpas_add_beacon_rep
(
wpa_s
,
buf
,
wpa_s
->
last_scan_res
[
i
]
,
rrm.c:622
wpas_beacon_rep_table()
struct
wpa_bss
*
bss
=
wpa_s
->
last_scan_res
[
i
]
;
wnm_sta.c:555
wnm_add_cand_list()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_supplicant::last_scan_res
is written by 3 functions and is read by 6 functions:
wpa_bss_update_scan_res()
esp_scan_init()
esp_scan_deinit()
All items filtered out
wpa_supplicant::last_scan_res
wpa_bss_remove()
wpa_bss_update()
wpa_bss_update_scan_res()
esp_scan_deinit()
wpas_beacon_rep_table()
wnm_add_cand_list()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out