ESP-IDF
rrm_data
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
rrm_data struct
Syntax
Show:
Summary
Declaration
from
wpa_supplicant_i.h:18
struct
rrm_data
{
unsigned
int
rrm_used
:
1
;
void
(
*
notify_neighbor_rep
)
(
void
*
ctx
,
const
u8
*
neighbor_rep
,
size_t
len
)
;
void
*
neighbor_rep_cb_ctx
;
u8
next_neighbor_rep_token
;
u8
token
;
u8
dst_addr
[
ETH_ALEN
]
;
}
;
Fields
Field
Declared as
rrm_data::rrm_used
unsigned
int
:
1
rrm_data::notify_neighbor_rep
void
(
*
)
(
void
*
ctx
,
const
u8
*
neighbor_rep
,
size_t
len
)
rrm_data::neighbor_rep_cb_ctx
void
*
rrm_data::next_neighbor_rep_token
u8
rrm_data::token
u8
rrm_data::dst_addr
u8
[
ETH_ALEN
]
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
rrm_data
{
wpa_supplicant_i.h:18
struct
rrm_data
*
rrm
=
data
;
rrm.c:27
wpas_rrm_neighbor_rep_timeout_handler()
struct
rrm_data
rrm
;
wpa_supplicant_i.h:148
wpa_supplicant
wpa_supplicant::rrm
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
wpa_supplicant::rrm
wpa_supplicant
wpa_supplicant_i.h:148
Lifecycle
from
examples
All items filtered out
All items filtered out