ESP-IDF
get_config()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
get_config()
get_config() function
Syntax
Show:
Summary
Declaration
from
handlers.c:28
static
wifi_config_t
*
get_config
(
wifi_prov_ctx_t
*
*
ctx
)
;
Arguments
Argument
ctx
Related Functions
Found 5 other functions taking a
wifi_prov_ctx
argument:
Function
free_config()
set_config_handler()
apply_config_handler()
new_config()
get_status_handler()
Examples
References
from
examples
Code
Location
Referrer
static
wifi_config_t
*
get_config
(
wifi_prov_ctx_t
*
*
ctx
)
handlers.c:28
return
get_config
(
ctx
)
;
handlers.c:37
new_config()
wifi_config_t
*
wifi_cfg
=
get_config
(
ctx
)
;
handlers.c:92
set_config_handler()
wifi_config_t
*
wifi_cfg
=
get_config
(
ctx
)
;
handlers.c:130
apply_config_handler()
Call Tree
from
examples
get_config()
is called by 3 functions:
new_config()
set_config_handler()
apply_config_handler()
All items filtered out
get_config()
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