ESP-IDF
dpp_check_attrs()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_check_attrs()
dpp_check_attrs() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp.h:513
int
dpp_check_attrs
(
const
u8
*
buf
,
size_t
len
)
;
Implemented in
dpp.c:156
Arguments
Argument
buf
len
Examples
References
from
examples
Code
Location
Referrer
int
dpp_check_attrs
(
const
u8
*
buf
,
size_t
len
)
dpp.c:156
int
dpp_check_attrs
(
const
u8
*
buf
,
size_t
len
)
;
dpp.h:513
if
(
dpp_check_attrs
(
unwrapped
,
unwrapped_len
)
<
0
)
{
dpp.c:1824
dpp_auth_req_rx()
if
(
dpp_check_attrs
(
unwrapped
,
unwrapped_len
)
<
0
)
{
dpp.c:2185
dpp_auth_resp_rx_status()
if
(
dpp_check_attrs
(
unwrapped
,
unwrapped_len
)
<
0
)
{
dpp.c:2407
dpp_auth_resp_rx()
if
(
dpp_check_attrs
(
unwrapped2
,
unwrapped2_len
)
<
0
)
{
dpp.c:2498
dpp_auth_resp_rx()
if
(
dpp_check_attrs
(
unwrapped
,
unwrapped_len
)
<
0
)
{
dpp.c:2588
dpp_auth_conf_rx_failure()
if
(
dpp_check_attrs
(
unwrapped
,
unwrapped_len
)
<
0
)
{
dpp.c:2744
dpp_auth_conf_rx()
if
(
dpp_check_attrs
(
attr_start
,
attr_len
)
<
0
)
{
dpp.c:3697
dpp_conf_req_rx()
if
(
dpp_check_attrs
(
unwrapped
,
unwrapped_len
)
<
0
)
{
dpp.c:3725
dpp_conf_req_rx()
if
(
dpp_check_attrs
(
resp
,
resp_len
)
<
0
)
{
dpp.c:4450
dpp_conf_resp_rx()
if
(
dpp_check_attrs
(
unwrapped
,
unwrapped_len
)
<
0
)
{
dpp.c:4484
dpp_conf_resp_rx()
Call Tree
from
examples
dpp_check_attrs()
is called by 7 functions and calls 1 function:
dpp_auth_req_rx()
dpp_auth_resp_rx_status()
dpp_auth_resp_rx()
dpp_auth_conf_rx_failure()
dpp_auth_conf_rx()
dpp_conf_req_rx()
dpp_conf_resp_rx()
All items filtered out
dpp_check_attrs()
WPA_GET_LE16()
All items filtered out
Data Use
from
examples
dpp_check_attrs()
reads 1 variable:
dpp_attribute_id::DPP_ATTR_WRAPPED_DATA
All items filtered out
dpp_check_attrs()
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