ESP-IDF
DPP_STATUS_NOT_COMPATIBLE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
DPP_STATUS_NOT_COMPATIBLE
DPP_STATUS_NOT_COMPATIBLE value
Syntax
Show:
Summary
Declaration
from
dpp.h:125
DPP_STATUS_NOT_COMPATIBLE
=
1
;
Examples
References
from
examples
Code
Location
Referrer
DPP_STATUS_NOT_COMPATIBLE
=
1
,
dpp.h:125
if
(
dpp_auth_build_resp_status
(
auth
,
DPP_STATUS_NOT_COMPATIBLE
)
<
0
)
dpp.c:1929
dpp_auth_req_rx()
if
(
status
==
DPP_STATUS_NOT_COMPATIBLE
)
{
dpp.c:2150
dpp_auth_resp_rx_status()
if
(
status
==
DPP_STATUS_NOT_COMPATIBLE
)
{
dpp.c:2211
dpp_auth_resp_rx_status()
return
dpp_auth_build_conf
(
auth
,
DPP_STATUS_NOT_COMPATIBLE
)
;
dpp.c:2468
dpp_auth_resp_rx()
if
(
status
==
DPP_STATUS_NOT_COMPATIBLE
)
dpp.c:2608
dpp_auth_conf_rx_failure()
if
(
status
[
0
]
==
DPP_STATUS_NOT_COMPATIBLE
||
dpp.c:2712
dpp_auth_conf_rx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
DPP_STATUS_NOT_COMPATIBLE
is read by 5 functions:
All items filtered out
DPP_STATUS_NOT_COMPATIBLE
dpp_auth_req_rx()
dpp_auth_resp_rx_status()
dpp_auth_resp_rx()
dpp_auth_conf_rx_failure()
dpp_auth_conf_rx()
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