ESP-IDF
dpp_configuration::psk
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_configuration::psk
dpp_configuration::psk field
Syntax
Show:
Summary
Declaration
from
dpp.h:233
u8
psk
[
32
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
psk
[
32
]
;
dpp.h:233
if
(
hexstr2bin
(
pos
,
conf
->
psk
,
PMK_LEN
)
<
0
)
dpp.c:2946
dpp_configuration_parse_helper()
char
psk
[
2
*
sizeof
(
conf
->
psk
)
+
1
]
;
dpp.c:3207
dpp_build_legacy_cred_params()
conf
->
psk
,
sizeof
(
conf
->
psk
)
)
;
dpp.c:3210
dpp_build_legacy_cred_params()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_configuration::psk
is read by 2 functions:
All items filtered out
dpp_configuration::psk
dpp_configuration_parse_helper()
dpp_build_legacy_cred_params()
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