ESP-IDF
dpp_build_conf_resp()
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_build_conf_resp()
dpp_build_conf_resp() function
Syntax
Show:
Summary
Declaration
from
dpp.c:3527
static
struct
wpabuf
*
dpp_build_conf_resp
(
struct
dpp_authentication
*
auth
,
const
u8
*
e_nonce
,
u16
e_nonce_len
,
enum
dpp_netrole
netrole
)
;
Arguments
Argument
auth
e_nonce
e_nonce_len
netrole
Related Functions
Found 46 other functions taking a
dpp_authentication
argument:
Function
dpp_auth_fail()
dpp_auth_deinit()
dpp_auth_build_conf()
dpp_configuration_parse_helper()
dpp_build_conf_obj()
dpp_gen_r_auth()
dpp_gen_i_auth()
dpp_derive_bk_ke()
dpp_build_conf_req()
dpp_build_conf_req_helper()
dpp_auth_conf_rx()
dpp_build_peer_disc_req()
dpp_auth_success()
dpp_auth_build_resp_ok()
dpp_auth_build_resp_status()
dpp_auth_build_resp()
dpp_build_conf_start()
dpp_copy_netaccesskey()
dpp_parse_conf_obj()
dpp_conf_resp_rx()
dpp_auth_derive_l_responder()
dpp_auth_derive_l_initiator()
dpp_auth_resp_rx()
dpp_notify_new_qr_code()
dpp_set_configurator()
dpp_conf_req_rx()
dpp_configurator_own_config()
dpp_channel_intersect()
dpp_channel_local_list()
dpp_prepare_channel_list()
dpp_autogen_bootstrap_key()
dpp_auth_build_req()
dpp_build_conf_req_attr()
dpp_auth_resp_rx_status()
dpp_auth_conf_rx_failure()
dpp_configuration_parse()
dpp_build_conf_obj_dpp()
dpp_build_conf_obj_legacy()
dpp_parse_connector()
dpp_parse_cred_dpp()
gas_query_req_tx()
esp_dpp_handle_config_obj()
dpp_conf_result_rx()
dpp_build_conf_result()
dpp_conn_status_result_rx()
dpp_build_conn_status_result()
Examples
References
from
examples
Code
Location
Referrer
dpp_build_conf_resp
(
struct
dpp_authentication
*
auth
,
const
u8
*
e_nonce
,
dpp.c:3528
resp
=
dpp_build_conf_resp
(
auth
,
e_nonce
,
e_nonce_len
,
netrole
)
;
dpp.c:3817
dpp_conf_req_rx()
Call Tree
from
examples
dpp_build_conf_resp()
is called by 1 function and calls 11 functions:
dpp_conf_req_rx()
All items filtered out
dpp_build_conf_resp()
wpabuf_len()
wpabuf_head()
wpabuf_put_le16()
wpabuf_put_data()
wpabuf_put_buf()
wpabuf_alloc()
wpabuf_free()
wpabuf_put()
aes_siv_encrypt()
dpp_build_attr_status()
dpp_build_conf_obj()
All items filtered out
Data Use
from
examples
dpp_build_conf_resp()
reads 12 variables and writes 1 variable:
dpp_attribute_id::DPP_ATTR_WRAPPED_DATA
dpp_attribute_id::DPP_ATTR_CONFIG_OBJ
dpp_attribute_id::DPP_ATTR_ENROLLEE_NONCE
dpp_attribute_id::DPP_ATTR_SEND_CONN_STATUS
dpp_status_error::DPP_STATUS_OK
dpp_status_error::DPP_STATUS_CONFIGURE_FAILURE
dpp_curve_params::hash_len
dpp_netrole::DPP_NETROLE_STA
dpp_authentication::peer_version
dpp_authentication::curve
dpp_authentication::ke
dpp_authentication::send_conn_status
All items filtered out
dpp_build_conf_resp()
dpp_authentication::conf_resp_status
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