ESP-IDF
roaming_app::allow_reconnect
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
roaming_app::allow_reconnect
roaming_app::allow_reconnect field
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:115
bool
allow_reconnect
;
Examples
References
from
examples
Code
Location
Referrer
bool
allow_reconnect
;
esp_roaming.h:115
g_roaming_app
.
allow_reconnect
=
false
;
roaming_app.c:57
roaming_app_disable_reconnect()
g_roaming_app
.
allow_reconnect
=
true
;
roaming_app.c:63
roaming_app_enable_reconnect()
}
else
if
(
g_roaming_app
.
allow_reconnect
==
false
)
{
roaming_app.c:162
roaming_app_disconnected_event_handler()
g_roaming_app
.
allow_reconnect
=
false
;
roaming_app.c:182
roaming_app_sta_stop_event_handler()
g_roaming_app
.
allow_reconnect
=
true
;
roaming_app.c:223
roaming_app_connected_event_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
roaming_app::allow_reconnect
is written by 4 functions and is read by 1 function:
roaming_app_disable_reconnect()
roaming_app_enable_reconnect()
roaming_app_sta_stop_event_handler()
roaming_app_connected_event_handler()
All items filtered out
roaming_app::allow_reconnect
roaming_app_disconnected_event_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