ESP-IDF
dpp_connector_match_groups()
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_connector_match_groups()
dpp_connector_match_groups() function
Syntax
Show:
Summary
Declaration
from
dpp.c:4715
static
int
dpp_connector_match_groups
(
struct
json_token
*
own_root
,
struct
json_token
*
peer_root
)
;
Arguments
Argument
own_root
peer_root
Related Functions
Found 10 other functions taking a
json_token
argument:
Function
json_get_member()
json_free()
json_get_member_base64url()
json_check_tree_state()
json_print_token()
dpp_parse_jwk()
dpp_parse_cred_legacy()
json_print_tree()
dpp_parse_cred_dpp()
dpp_connector_compatible_group()
Examples
References
from
examples
Code
Location
Referrer
static
int
dpp_connector_match_groups
(
struct
json_token
*
own_root
,
dpp.c:4715
if
(
!
dpp_connector_match_groups
(
own_root
,
root
)
)
{
dpp.c:4838
dpp_peer_intro()
Call Tree
from
examples
dpp_connector_match_groups()
is called by 1 function and calls 2 functions:
dpp_peer_intro()
All items filtered out
dpp_connector_match_groups()
json_get_member()
dpp_connector_compatible_group()
All items filtered out
Data Use
from
examples
dpp_connector_match_groups()
reads 6 variables:
json_type::JSON_ARRAY
json_type::JSON_STRING
json_token::type
json_token::string
json_token::child
json_token::sibling
All items filtered out
dpp_connector_match_groups()
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