ESP-IDF
dpp_gen_uri()
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
dpp_gen_uri()
dpp_gen_uri() function
Syntax
Show:
Summary
Declaration
from
dpp.c:1018
int
dpp_gen_uri
(
struct
dpp_bootstrap_info
*
bi
)
;
Arguments
Argument
bi
Related Functions
Found 16 other functions taking a
dpp_bootstrap_info
argument:
Function
dpp_bootstrap_info_free()
dpp_parse_uri_chan_list()
dpp_parse_uri_mac()
dpp_parse_uri_info()
dpp_keygen()
dpp_bi_pubkey_hash()
dpp_auth_req_rx()
dpp_get_subject_public_key()
dpp_auth_init()
dpp_notify_new_qr_code()
dpp_bootstrap_find_pair()
dpp_parse_uri_pk()
dpp_clone_uri()
dpp_bootstrap_key_hash()
dpp_pkex_init()
dpp_pkex_rx_exchange_req()
Examples
References
from
examples
Code
Location
Referrer
int
dpp_gen_uri
(
struct
dpp_bootstrap_info
*
bi
)
dpp.c:1018
dpp_gen_uri
(
bi
)
<
0
)
dpp.c:1061
dpp_autogen_bootstrap_key()
dpp_gen_uri
(
bi
)
<
0
)
dpp.c:5029
dpp_bootstrap_gen()
Call Tree
from
examples
dpp_gen_uri()
is called by 2 functions and calls 3 functions:
dpp_autogen_bootstrap_key()
dpp_bootstrap_gen()
All items filtered out
dpp_gen_uri()
free()
malloc()
is_zero_ether_addr()
All items filtered out
Data Use
from
examples
dpp_gen_uri()
reads 5 variables and writes 1 variable:
dpp_bootstrap_info::uri
dpp_bootstrap_info::mac_addr
dpp_bootstrap_info::chan
dpp_bootstrap_info::info
dpp_bootstrap_info::pk
All items filtered out
dpp_gen_uri()
dpp_bootstrap_info::uri
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