ESP-IDF
new_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
new_config()
new_config() function
Syntax
Show:
Summary
Declaration
from
handlers.c:33
static
wifi_config_t
*
new_config
(
wifi_prov_ctx_t
*
*
ctx
)
;
Arguments
Argument
ctx
Related Functions
Found 5 other functions taking a
wifi_prov_ctx
argument:
Function
get_config()
free_config()
set_config_handler()
apply_config_handler()
get_status_handler()
Examples
References
from
examples
Code
Location
Referrer
static
wifi_config_t
*
new_config
(
wifi_prov_ctx_t
*
*
ctx
)
handlers.c:33
wifi_cfg
=
new_config
(
ctx
)
;
handlers.c:97
set_config_handler()
Call Tree
from
examples
new_config()
is called by 1 function and calls 3 functions:
set_config_handler()
All items filtered out
new_config()
free()
calloc()
get_config()
All items filtered out
Data Use
from
examples
new_config()
:
All items filtered out
new_config()
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
new_config()
allocates 1 types and frees 1 types:
wifi_prov_ctx
All items filtered out
new_config()
wifi_prov_ctx
All items filtered out