ESP-IDF
rrm_data::next_neighbor_rep_token
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
rrm_data::next_neighbor_rep_token
rrm_data::next_neighbor_rep_token field
Syntax
Show:
Summary
Declaration
from
wpa_supplicant_i.h:35
u8
next_neighbor_rep_token
;
Examples
References
from
examples
Code
Location
Referrer
u8
next_neighbor_rep_token
;
wpa_supplicant_i.h:35
wpa_s
->
rrm
.
next_neighbor_rep_token
=
1
;
rrm.c:55
wpas_rrm_reset()
if
(
report
[
0
]
!=
wpa_s
->
rrm
.
next_neighbor_rep_token
-
1
)
{
rrm.c:74
wpas_rrm_process_neighbor_rep()
wpabuf_put_u8
(
buf
,
wpa_s
->
rrm
.
next_neighbor_rep_token
)
;
rrm.c:175
wpas_rrm_send_neighbor_rep_request()
wpa_s
->
rrm
.
next_neighbor_rep_token
++
;
rrm.c:248
wpas_rrm_send_neighbor_rep_request()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rrm_data::next_neighbor_rep_token
is written by 2 functions and is read by 2 functions:
wpas_rrm_reset()
wpas_rrm_send_neighbor_rep_request()
All items filtered out
rrm_data::next_neighbor_rep_token
wpas_rrm_process_neighbor_rep()
wpas_rrm_send_neighbor_rep_request()
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