ESP-IDF
dpp_bootstrap_info::chan
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_bootstrap_info::chan
dpp_bootstrap_info::chan field
Syntax
Show:
Summary
Declaration
from
dpp.h:163
char
*
chan
;
Examples
References
from
examples
Code
Location
Referrer
char
*
chan
;
dpp.h:163
os_free
(
info
->
chan
)
;
dpp.c:203
dpp_bootstrap_info_free()
if
(
bi
->
chan
)
dpp.c:1024
dpp_gen_uri()
len
+=
3
+
os_strlen
(
bi
->
chan
)
;
/* C:...; */
dpp.c:1025
dpp_gen_uri()
bi
->
chan
?
"C:"
:
""
,
bi
->
chan
?
bi
->
chan
:
""
,
dpp.c:1040
dpp_gen_uri()
bi
->
chan
?
";"
:
""
,
dpp.c:1041
dpp_gen_uri()
bi
->
chan
=
get_param
(
cmd
,
" chan="
)
;
dpp.c:5010
dpp_bootstrap_gen()
dpp_parse_uri_chan_list
(
bi
,
bi
->
chan
)
<
0
||
dpp.c:5026
dpp_bootstrap_gen()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_bootstrap_info::chan
is written by 1 function and is read by 3 functions:
dpp_bootstrap_gen()
All items filtered out
dpp_bootstrap_info::chan
dpp_bootstrap_info_free()
dpp_gen_uri()
dpp_bootstrap_gen()
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