ESP-IDF
dpp_akm_sae()
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_sae()
dpp_akm_sae() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp.h:479
int
dpp_akm_sae
(
enum
dpp_akm
akm
)
;
Implemented in
dpp.c:2827
Arguments
Argument
akm
Examples
References
from
examples
Code
Location
Referrer
int
dpp_akm_sae
(
enum
dpp_akm
akm
)
dpp.c:2827
int
dpp_akm_sae
(
enum
dpp_akm
akm
)
;
dpp.h:479
if
(
dpp_akm_sae
(
conf
->
akm
)
&&
!
conf
->
passphrase
)
dpp.c:2856
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_sae
(
conf
->
akm
)
&&
!
conf
->
passphrase
[
0
]
)
{
dpp.c:3862
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_sae()
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_sae()
All items filtered out
Data Use
from
examples
dpp_akm_sae()
reads 4 variables:
dpp_akm::DPP_AKM_SAE
dpp_akm::DPP_AKM_PSK_SAE
dpp_akm::DPP_AKM_SAE_DPP
dpp_akm::DPP_AKM_PSK_SAE_DPP
All items filtered out
dpp_akm_sae()
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