ESP-IDF
dpp_bootstrap_info::type
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_bootstrap_info::type
dpp_bootstrap_info::type field
Syntax
Show:
Summary
Declaration
from
dpp.h:160
enum
dpp_bootstrap_type
type
;
Examples
References
from
examples
Code
Location
Referrer
enum
dpp_bootstrap_type
type
;
dpp.h:160
bi
->
type
=
DPP_BOOTSTRAP_QR_CODE
;
dpp.c:1059
dpp_autogen_bootstrap_key()
if
(
qr_mutual
&&
!
peer_bi
&&
own_bi
->
type
==
DPP_BOOTSTRAP_QR_CODE
)
{
dpp.c:1890
dpp_auth_req_rx()
}
else
if
(
auth
->
own_bi
&&
auth
->
own_bi
->
type
==
DPP_BOOTSTRAP_PKEX
)
{
dpp.c:2318
dpp_auth_resp_rx()
bi
->
type
=
DPP_BOOTSTRAP_QR_CODE
;
dpp.c:4961
dpp_add_qr_code()
bi
->
type
=
DPP_BOOTSTRAP_NFC_URI
;
dpp.c:4979
dpp_add_nfc_uri()
bi
->
type
=
DPP_BOOTSTRAP_QR_CODE
;
dpp.c:5002
dpp_bootstrap_gen()
bi
->
type
=
DPP_BOOTSTRAP_PKEX
;
dpp.c:5004
dpp_bootstrap_gen()
bi
->
type
=
DPP_BOOTSTRAP_NFC_URI
;
dpp.c:5006
dpp_bootstrap_gen()
dpp_bootstrap_type_txt
(
bi
->
type
)
,
dpp.c:5103
dpp_get_bootstrap_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_bootstrap_info::type
is written by 4 functions and is read by 3 functions:
dpp_autogen_bootstrap_key()
dpp_add_qr_code()
dpp_add_nfc_uri()
dpp_bootstrap_gen()
All items filtered out
dpp_bootstrap_info::type
dpp_auth_req_rx()
dpp_auth_resp_rx()
dpp_get_bootstrap_info()
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