ESP-IDF
dpp_akm_psk()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_akm_psk()
dpp_akm_psk() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp.h:478
int
dpp_akm_psk
(
enum
dpp_akm
akm
)
;
Implemented in
dpp.c:2821
Arguments
Argument
akm
Examples
References
from
examples
Code
Location
Referrer
int
dpp_akm_psk
(
enum
dpp_akm
akm
)
dpp.c:2821
int
dpp_akm_psk
(
enum
dpp_akm
akm
)
;
dpp.h:478
if
(
dpp_akm_psk
(
conf
->
akm
)
&&
!
conf
->
passphrase
&&
!
conf
->
psk_set
)
dpp.c:2854
dpp_configuration_valid()
incl_legacy
=
dpp_akm_psk
(
akm
)
||
dpp_akm_sae
(
akm
)
;
dpp.c:3396
dpp_build_conf_obj_dpp()
if
(
dpp_akm_sae
(
conf
->
akm
)
&&
!
dpp_akm_psk
(
conf
->
akm
)
)
{
dpp.c:3844
dpp_parse_cred_legacy()
if
(
dpp_akm_psk
(
conf
->
akm
)
||
dpp_akm_sae
(
conf
->
akm
)
)
{
dpp.c:4169
dpp_parse_cred_dpp()
Call Tree
from
examples
dpp_akm_psk()
is called by 4 functions:
dpp_configuration_valid()
dpp_build_conf_obj_dpp()
dpp_parse_cred_legacy()
dpp_parse_cred_dpp()
All items filtered out
dpp_akm_psk()
All items filtered out
Data Use
from
examples
dpp_akm_psk()
reads 3 variables:
dpp_akm::DPP_AKM_PSK
dpp_akm::DPP_AKM_PSK_SAE
dpp_akm::DPP_AKM_PSK_SAE_DPP
All items filtered out
dpp_akm_psk()
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