ESP-IDF
dpp_auth_init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_auth_init()
dpp_auth_init() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp.h:451
struct
dpp_authentication
*
dpp_auth_init
(
void
*
msg_ctx
,
struct
dpp_bootstrap_info
*
peer_bi
,
struct
dpp_bootstrap_info
*
own_bi
,
u8
dpp_allowed_roles
,
unsigned
int
neg_freq
,
struct
hostapd_hw_modes
*
own_modes
,
u16
num_modes
)
;
Implemented in
dpp.c:1074
Arguments
Argument
msg_ctx
peer_bi
own_bi
dpp_allowed_roles
neg_freq
own_modes
num_modes
Examples
References
from
examples
Code
Location
struct
dpp_authentication
*
dpp_auth_init
(
void
*
msg_ctx
,
dpp.c:1074
struct
dpp_authentication
*
dpp_auth_init
(
void
*
msg_ctx
,
dpp.h:451
Call Tree
from
examples
dpp_auth_init()
calls 11 functions:
All items filtered out
dpp_auth_init()
calloc()
os_get_random()
wpabuf_free()
dpp_auth_deinit()
dpp_prepare_channel_list()
dpp_autogen_bootstrap_key()
dpp_auth_build_req()
dpp_gen_keypair()
dpp_derive_k1()
dpp_ecdh()
dpp_get_pubkey_point()
All items filtered out
Data Use
from
examples
dpp_auth_init()
reads 14 variables and writes 12 variables:
dpp_curve_params::hash_len
dpp_curve_params::nonce_len
dpp_bootstrap_info::pubkey
dpp_bootstrap_info::pubkey_hash
dpp_bootstrap_info::curve
dpp_authentication::curve
dpp_authentication::peer_bi
dpp_authentication::own_bi
dpp_authentication::i_nonce
dpp_authentication::own_protocol_key
dpp_authentication::req_msg
dpp_authentication::secret_len
dpp_authentication::Mx
dpp_authentication::k1
All items filtered out
dpp_auth_init()
dpp_authentication::msg_ctx
dpp_authentication::curve
dpp_authentication::peer_bi
dpp_authentication::own_bi
dpp_authentication::own_protocol_key
dpp_authentication::req_msg
dpp_authentication::secret_len
dpp_authentication::Mx_len
dpp_authentication::initiator
dpp_authentication::waiting_auth_resp
dpp_authentication::allowed_roles
dpp_authentication::configurator
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
dpp_auth_init()
frees 1 types:
All items filtered out
dpp_auth_init()
dpp_authentication
All items filtered out