ESP-IDF
dpp_bootstrap_info
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_bootstrap_info
dpp_bootstrap_info struct
Syntax
Show:
Summary
Declaration
from
dpp.h:157
struct
dpp_bootstrap_info
{
struct
dl_list
list
;
unsigned
int
id
;
enum
dpp_bootstrap_type
type
;
char
*
uri
;
u8
mac_addr
[
ETH_ALEN
]
;
char
*
chan
;
char
*
info
;
char
*
pk
;
unsigned
int
freq
[
DPP_BOOTSTRAP_MAX_FREQ
]
;
unsigned
int
num_freq
;
int
own
;
struct
crypto_ec_key
*
pubkey
;
u8
pubkey_hash
[
SHA256_MAC_LEN
]
;
const
struct
dpp_curve_params
*
curve
;
unsigned
int
pkex_t
;
}
;
Fields
Field
Declared as
dpp_bootstrap_info::list
struct
dl_list
dpp_bootstrap_info::id
unsigned
int
dpp_bootstrap_info::type
enum
dpp_bootstrap_type
dpp_bootstrap_info::uri
char
*
dpp_bootstrap_info::mac_addr
u8
[
ETH_ALEN
]
dpp_bootstrap_info::chan
char
*
dpp_bootstrap_info::info
char
*
dpp_bootstrap_info::pk
char
*
dpp_bootstrap_info::freq
unsigned
int
[
DPP_BOOTSTRAP_MAX_FREQ
]
dpp_bootstrap_info::num_freq
unsigned
int
dpp_bootstrap_info::own
int
dpp_bootstrap_info::pubkey
struct
crypto_ec_key
*
dpp_bootstrap_info::pubkey_hash
u8
[
SHA256_MAC_LEN
]
dpp_bootstrap_info::curve
const
struct
dpp_curve_params
*
dpp_bootstrap_info::pkex_t
unsigned
int
Related Functions
Found 17 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_gen_uri()
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
Call Tree
from
examples
All items filtered out
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