ESP-IDF
wpa_supplicant::wnm_neighbor_report_elements
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::wnm_neighbor_report_elements
wpa_supplicant::wnm_neighbor_report_elements field
Syntax
Show:
Summary
Declaration
from
wpa_supplicant_i.h:120
struct
neighbor_report
*
wnm_neighbor_report_elements
;
Examples
References
from
examples
Code
Location
Referrer
struct
neighbor_report
*
wnm_neighbor_report_elements
;
wpa_supplicant_i.h:120
if
(
wpa_s
->
wnm_neighbor_report_elements
)
{
esp_scan.c:46
handle_wnm_scan_done()
struct
neighbor_report
*
nei
=
&
wpa_s
->
wnm_neighbor_report_elements
[
i
]
;
esp_scan.c:181
get_scan_channel_bitmap()
os_free
(
wpa_s
->
wnm_neighbor_report_elements
[
i
]
.
meas_pilot
)
;
wnm_sta.c:31
wnm_deallocate_memory()
os_free
(
wpa_s
->
wnm_neighbor_report_elements
[
i
]
.
mul_bssid
)
;
wnm_sta.c:32
wnm_deallocate_memory()
os_free
(
wpa_s
->
wnm_neighbor_report_elements
)
;
wnm_sta.c:36
wnm_deallocate_memory()
wpa_s
->
wnm_neighbor_report_elements
=
NULL
;
wnm_sta.c:37
wnm_deallocate_memory()
wpa_s
->
wnm_neighbor_report_elements
[
i
]
.
acceptable
=
0
;
wnm_sta.c:176
wnm_clear_acceptable()
nei
=
&
wpa_s
->
wnm_neighbor_report_elements
[
i
]
;
wnm_sta.c:186
get_first_acceptable()
struct
neighbor_report
*
nei
=
wpa_s
->
wnm_neighbor_report_elements
;
wnm_sta.c:203
get_mbo_transition_candidate()
nei
=
&
wpa_s
->
wnm_neighbor_report_elements
[
i
]
;
wnm_sta.c:336
compare_scan_neighbor_results()
if
(
!
wpa_s
->
wnm_neighbor_report_elements
)
{
wnm_sta.c:694
wnm_scan_process()
if
(
!
wpa_s
->
wnm_neighbor_report_elements
)
wnm_sta.c:759
wnm_sort_cand_list()
qsort
(
wpa_s
->
wnm_neighbor_report_elements
,
wnm_sta.c:761
wnm_sort_cand_list()
if
(
!
wpa_s
->
wnm_neighbor_report_elements
)
wnm_sta.c:796
wnm_set_scan_freqs()
nei
=
&
wpa_s
->
wnm_neighbor_report_elements
[
i
]
;
wnm_sta.c:802
wnm_set_scan_freqs()
wpa_s
->
wnm_neighbor_report_elements
=
os_calloc
(
wnm_sta.c:939
ieee802_11_rx_bss_trans_mgmt_req()
if
(
wpa_s
->
wnm_neighbor_report_elements
==
NULL
)
wnm_sta.c:942
ieee802_11_rx_bss_trans_mgmt_req()
rep
=
&
wpa_s
->
wnm_neighbor_report_elements
[
wnm_sta.c:959
ieee802_11_rx_bss_trans_mgmt_req()
wpa_s
->
wnm_neighbor_report_elements
[
0
]
.
bssid
,
wnm_sta.c:1030
ieee802_11_rx_bss_trans_mgmt_req()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_supplicant::wnm_neighbor_report_elements
is written by 2 functions and is read by 11 functions:
wnm_deallocate_memory()
ieee802_11_rx_bss_trans_mgmt_req()
All items filtered out
wpa_supplicant::wnm_neighbor_report_elements
handle_wnm_scan_done()
get_scan_channel_bitmap()
wnm_deallocate_memory()
wnm_clear_acceptable()
get_first_acceptable()
get_mbo_transition_candidate()
compare_scan_neighbor_results()
wnm_scan_process()
wnm_sort_cand_list()
wnm_set_scan_freqs()
ieee802_11_rx_bss_trans_mgmt_req()
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