ESP-IDF
dpp_parse_conf_obj()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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_parse_conf_obj()
dpp_parse_conf_obj() function
Syntax
Show:
Summary
Declaration
from
dpp.c:4322
static
int
dpp_parse_conf_obj
(
struct
dpp_authentication
*
auth
,
const
u8
*
conf_obj
,
u16
conf_obj_len
)
;
Arguments
Argument
auth
conf_obj
conf_obj_len
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_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_build_conf_resp()
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
static
int
dpp_parse_conf_obj
(
struct
dpp_authentication
*
auth
,
dpp.c:4322
if
(
dpp_parse_conf_obj
(
auth
,
conf_obj
,
conf_obj_len
)
<
0
)
dpp.c:4527
dpp_conf_resp_rx()
ret
=
dpp_parse_conf_obj
(
auth
,
wpabuf_head
(
conf_obj
)
,
dpp.c:4668
dpp_configurator_own_config()
Call Tree
from
examples
dpp_parse_conf_obj()
is called by 2 functions and calls 13 functions:
dpp_conf_resp_rx()
dpp_configurator_own_config()
All items filtered out
dpp_parse_conf_obj()
wpabuf_len()
wpabuf_head()
wpabuf_free()
json_free()
json_get_member()
json_get_member_base64url()
json_parse()
dpp_akm_legacy()
dpp_akm_dpp()
dpp_auth_fail()
dpp_parse_cred_legacy()
dpp_parse_cred_dpp()
dpp_akm_from_str()
All items filtered out
Data Use
from
examples
dpp_parse_conf_obj()
reads 11 variables and writes 4 variables:
json_type::JSON_OBJECT
json_type::JSON_STRING
json_type::JSON_NUMBER
json_token::type
json_token::string
json_token::number
dpp_config_obj::ssid
dpp_config_obj::ssid_len
dpp_config_obj::akm
dpp_authentication::conf_obj
dpp_authentication::num_conf_obj
All items filtered out
dpp_parse_conf_obj()
dpp_config_obj::ssid_len
dpp_config_obj::ssid_charset
dpp_config_obj::akm
dpp_authentication::num_conf_obj
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