ESP-IDF
dpp_connector_compatible_group()
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_compatible_group()
dpp_connector_compatible_group() function
Syntax
Show:
Summary
Declaration
from
dpp.c:4682
static
int
dpp_connector_compatible_group
(
struct
json_token
*
root
,
const
char
*
group_id
,
const
char
*
net_role
)
;
Arguments
Argument
root
group_id
net_role
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_match_groups()
Examples
References
from
examples
Code
Location
Referrer
static
int
dpp_connector_compatible_group
(
struct
json_token
*
root
,
dpp.c:4682
if
(
dpp_connector_compatible_group
(
own_root
,
id
->
string
,
dpp.c:4745
dpp_connector_match_groups()
Call Tree
from
examples
dpp_connector_compatible_group()
is called by 1 function and calls 2 functions:
dpp_connector_match_groups()
All items filtered out
dpp_connector_compatible_group()
json_get_member()
dpp_compatible_netrole()
All items filtered out
Data Use
from
examples
dpp_connector_compatible_group()
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_compatible_group()
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