ESP-IDF
roaming_app::last_roamed_time
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
roaming_app::last_roamed_time
roaming_app::last_roamed_time field
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:93
struct
timeval
last_roamed_time
;
Examples
References
from
examples
Code
Location
Referrer
struct
timeval
last_roamed_time
;
esp_roaming.h:93
gettimeofday
(
&
g_roaming_app
.
last_roamed_time
,
NULL
)
;
roaming_app.c:206
roaming_app_connected_event_handler()
gettimeofday
(
&
g_roaming_app
.
last_roamed_time
,
NULL
)
;
roaming_app.c:390
trigger_network_assisted_roam()
gettimeofday
(
&
g_roaming_app
.
last_roamed_time
,
NULL
)
;
roaming_app.c:408
trigger_legacy_roam()
if
(
time_diff_sec
(
&
now
,
&
g_roaming_app
.
last_roamed_time
)
<
ROAMING_BACKOFF_TIME
)
{
roaming_app.c:418
roaming_app_trigger_roam()
ESP_LOGD
(
ROAMING_TAG
,
"Ignoring request as time difference to last request is %ld"
,
time_diff_sec
(
&
now
,
&
g_roaming_app
.
last_roamed_time
)
)
;
roaming_app.c:419
roaming_app_trigger_roam()
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
Lifecycle
from
examples
All items filtered out
All items filtered out