ESP-IDF
roaming_app_periodic_rrm_internal_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
roaming_app_periodic_rrm_internal_handler()
roaming_app_periodic_rrm_internal_handler() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_roaming.h:122
void
roaming_app_periodic_rrm_internal_handler
(
void
*
data
,
void
*
ctx
)
;
Implemented in
roaming_app.c:662
Arguments
Argument
data
ctx
Examples
References
from
examples
Code
Location
Referrer
void
roaming_app_periodic_rrm_internal_handler
(
void
*
data
,
void
*
ctx
)
roaming_app.c:662
void
roaming_app_periodic_rrm_internal_handler
(
void
*
data
,
void
*
ctx
)
;
esp_roaming.h:122
if
(
eloop_register_timeout
(
RRM_MONITOR_TIME
,
0
,
roaming_app_periodic_rrm_internal_handler
,
NULL
,
NULL
)
)
{
roaming_app.c:129
init_periodic_rrm_event()
if
(
eloop_register_timeout
(
RRM_MONITOR_TIME
,
0
,
roaming_app_periodic_rrm_internal_handler
,
NULL
,
NULL
)
)
{
roaming_app.c:671
roaming_app_periodic_rrm_internal_handler()
Call Tree
from
examples
roaming_app_periodic_rrm_internal_handler()
calls 4 functions:
All items filtered out
roaming_app_periodic_rrm_internal_handler()
esp_log_timestamp()
esp_log_write()
periodic_rrm_request()
eloop_register_timeout()
All items filtered out
Data Use
from
examples
roaming_app_periodic_rrm_internal_handler()
reads 9 variables and writes 2 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
roaming_app::periodic_rrm_active
roaming_app_periodic_rrm_internal_handler()
g_roaming_app
ROAMING_TAG
All items filtered out
roaming_app_periodic_rrm_internal_handler()
init_periodic_rrm_event()
roaming_app_periodic_rrm_internal_handler()
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