ESP-IDF
wpa_supplicant::wnm_num_neighbor_report
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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::wnm_num_neighbor_report
wpa_supplicant::wnm_num_neighbor_report field
Syntax
Show:
Summary
Declaration
from
wpa_supplicant_i.h:116
u8
wnm_num_neighbor_report
;
Examples
References
from
examples
Code
Location
Referrer
u8
wnm_num_neighbor_report
;
wpa_supplicant_i.h:116
if
(
!
wpa_s
->
wnm_num_neighbor_report
)
{
esp_scan.c:173
get_scan_channel_bitmap()
for
(
int
i
=
0
;
i
<
wpa_s
->
wnm_num_neighbor_report
;
i
++
)
{
esp_scan.c:180
get_scan_channel_bitmap()
for
(
i
=
0
;
i
<
wpa_s
->
wnm_num_neighbor_report
;
i
++
)
{
wnm_sta.c:30
wnm_deallocate_memory()
wpa_s
->
wnm_num_neighbor_report
=
0
;
wnm_sta.c:35
wnm_deallocate_memory()
for
(
i
=
0
;
i
<
wpa_s
->
wnm_num_neighbor_report
;
i
++
)
wnm_sta.c:175
wnm_clear_acceptable()
for
(
i
=
0
;
i
<
wpa_s
->
wnm_num_neighbor_report
;
i
++
)
{
wnm_sta.c:185
get_first_acceptable()
params
.
bssid
=
os_calloc
(
wpa_s
->
wnm_num_neighbor_report
,
ETH_ALEN
)
;
wnm_sta.c:209
get_mbo_transition_candidate()
for
(
i
=
0
;
i
<
wpa_s
->
wnm_num_neighbor_report
;
nei
++
,
i
++
)
{
wnm_sta.c:214
get_mbo_transition_candidate()
for
(
i
=
0
;
i
<
wpa_s
->
wnm_num_neighbor_report
;
i
++
)
{
wnm_sta.c:333
compare_scan_neighbor_results()
wpa_s
->
wnm_num_neighbor_report
,
sizeof
(
struct
neighbor_report
)
,
wnm_sta.c:762
wnm_sort_cand_list()
for
(
i
=
0
;
i
<
wpa_s
->
wnm_num_neighbor_report
;
i
++
)
{
wnm_sta.c:799
wnm_set_scan_freqs()
wpa_s
->
wnm_num_neighbor_report
<
WNM_MAX_NEIGHBOR_REPORT
)
wnm_sta.c:946
ieee802_11_rx_bss_trans_mgmt_req()
wpa_s
->
wnm_num_neighbor_report
]
;
wnm_sta.c:960
ieee802_11_rx_bss_trans_mgmt_req()
wpa_s
->
wnm_num_neighbor_report
++
;
wnm_sta.c:962
ieee802_11_rx_bss_trans_mgmt_req()
wpa_s
->
wnm_num_neighbor_report
==
1
)
{
wnm_sta.c:965
ieee802_11_rx_bss_trans_mgmt_req()
if
(
!
wpa_s
->
wnm_num_neighbor_report
)
{
wnm_sta.c:977
ieee802_11_rx_bss_trans_mgmt_req()
if
(
wpa_s
->
wnm_num_neighbor_report
==
1
)
{
wnm_sta.c:1028
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_num_neighbor_report
is written by 2 functions and is read by 9 functions:
wnm_deallocate_memory()
ieee802_11_rx_bss_trans_mgmt_req()
All items filtered out
wpa_supplicant::wnm_num_neighbor_report
get_scan_channel_bitmap()
wnm_deallocate_memory()
wnm_clear_acceptable()
get_first_acceptable()
get_mbo_transition_candidate()
compare_scan_neighbor_results()
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