ESP-IDF
dpp_configuration
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_configuration
dpp_configuration struct
Syntax
Show:
Summary
Declaration
from
dpp.h:218
struct
dpp_configuration
{
u8
ssid
[
32
]
;
size_t
ssid_len
;
int
ssid_charset
;
enum
dpp_akm
akm
;
enum
dpp_netrole
netrole
;
os_time_t
netaccesskey_expiry
;
char
*
group_id
;
char
*
passphrase
;
u8
psk
[
32
]
;
int
psk_set
;
}
;
Fields
Field
Declared as
dpp_configuration::ssid
u8
[
32
]
dpp_configuration::ssid_len
size_t
dpp_configuration::ssid_charset
int
dpp_configuration::akm
enum
dpp_akm
dpp_configuration::netrole
enum
dpp_netrole
dpp_configuration::netaccesskey_expiry
os_time_t
dpp_configuration::group_id
char
*
dpp_configuration::passphrase
char
*
dpp_configuration::psk
u8
[
32
]
dpp_configuration::psk_set
int
Related Functions
Found 6 other functions taking a
dpp_configuration
argument:
Function
dpp_configuration_free()
dpp_configuration_valid()
dpp_build_conf_start()
dpp_build_legacy_cred_params()
dpp_build_conf_obj_dpp()
dpp_build_conf_obj_legacy()
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
dpp_configuration
{
dpp.h:218
struct
dpp_configuration
*
dpp_configuration_alloc
(
const
char
*
type
)
dpp.c:2781
dpp_configuration_alloc()
struct
dpp_configuration
*
conf
;
dpp.c:2783
dpp_configuration_alloc()
conf
=
os_zalloc
(
sizeof
(
*
conf
)
)
;
dpp.c:2787
dpp_configuration_alloc()
int
dpp_configuration_valid
(
const
struct
dpp_configuration
*
conf
)
dpp.c:2850
dpp_configuration_valid()
dpp_configuration_valid()::conf
void
dpp_configuration_free
(
struct
dpp_configuration
*
conf
)
dpp.c:2861
dpp_configuration_free()
dpp_configuration_free()::conf
struct
dpp_configuration
*
conf_sta
=
NULL
,
*
conf_ap
=
NULL
;
dpp.c:2874
dpp_configuration_parse_helper()
struct
dpp_configuration
*
conf
=
NULL
;
dpp.c:2875
dpp_configuration_parse_helper()
struct
dpp_configuration
*
conf
,
size_t
tailroom
)
dpp.c:3121
dpp_build_conf_start()
dpp_build_conf_start()::conf
struct
dpp_configuration
*
conf
)
dpp.c:3201
dpp_build_legacy_cred_params()
dpp_build_legacy_cred_params()::conf
struct
dpp_configuration
*
conf
)
dpp.c:3256
dpp_build_conf_obj_dpp()
dpp_build_conf_obj_dpp()::conf
struct
dpp_configuration
*
conf
)
dpp.c:3461
dpp_build_conf_obj_legacy()
dpp_build_conf_obj_legacy()::conf
struct
dpp_configuration
*
conf
=
NULL
;
dpp.c:3491
dpp_build_conf_obj()
struct
dpp_configuration
*
conf_ap
;
dpp.h:292
dpp_authentication
dpp_authentication::conf_ap
struct
dpp_configuration
*
conf2_ap
;
dpp.h:293
dpp_authentication
dpp_authentication::conf2_ap
struct
dpp_configuration
*
conf_sta
;
dpp.h:294
dpp_authentication
dpp_authentication::conf_sta
struct
dpp_configuration
*
conf2_sta
;
dpp.h:295
dpp_authentication
dpp_authentication::conf2_sta
struct
dpp_configuration
*
dpp_configuration_alloc
(
const
char
*
type
)
;
dpp.h:477
dpp_configuration_alloc()
int
dpp_configuration_valid
(
const
struct
dpp_configuration
*
conf
)
;
dpp.h:483
dpp_configuration_valid()
dpp_configuration_valid()::conf
void
dpp_configuration_free
(
struct
dpp_configuration
*
conf
)
;
dpp.h:484
dpp_configuration_free()
dpp_configuration_free()::conf
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
dpp_authentication::conf_ap
dpp_authentication
dpp.h:292
dpp_authentication::conf2_ap
dpp_authentication
dpp.h:293
dpp_authentication::conf_sta
dpp_authentication
dpp.h:294
dpp_authentication::conf2_sta
dpp_authentication
dpp.h:295
return
dpp_configuration_alloc()
dpp.h:477
dpp_configuration_valid()::conf
dpp_configuration_valid()
dpp.h:483
dpp_configuration_free()::conf
dpp_configuration_free()
dpp.h:484
return
dpp_configuration_alloc()
dpp.c:2781
dpp_configuration_valid()::conf
dpp_configuration_valid()
dpp.c:2850
dpp_configuration_free()::conf
dpp_configuration_free()
dpp.c:2861
dpp_build_conf_start()::conf
dpp_build_conf_start()
dpp.c:3121
dpp_build_legacy_cred_params()::conf
dpp_build_legacy_cred_params()
dpp.c:3201
dpp_build_conf_obj_dpp()::conf
dpp_build_conf_obj_dpp()
dpp.c:3256
dpp_build_conf_obj_legacy()::conf
dpp_build_conf_obj_legacy()
dpp.c:3461
Lifecycle
from
examples
dpp_configuration
is allocated by 1 symbol:
dpp_configuration_alloc()
All items filtered out
dpp_configuration
All items filtered out