ESP-IDF
dpp_config_obj
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_config_obj
dpp_config_obj struct
Syntax
Show:
Summary
Declaration
from
dpp.h:297
struct
dpp_config_obj
{
char
*
connector
;
u8
ssid
[
SSID_MAX_LEN
]
;
u8
ssid_len
;
int
ssid_charset
;
char
passphrase
[
64
]
;
u8
psk
[
PMK_LEN
]
;
int
psk_set
;
enum
dpp_akm
akm
;
struct
wpabuf
*
c_sign_key
;
}
;
Fields
Field
Declared as
dpp_config_obj::connector
char
*
dpp_config_obj::ssid
u8
[
SSID_MAX_LEN
]
dpp_config_obj::ssid_len
u8
dpp_config_obj::ssid_charset
int
dpp_config_obj::passphrase
char
[
64
]
dpp_config_obj::psk
u8
[
PMK_LEN
]
dpp_config_obj::psk_set
int
dpp_config_obj::akm
enum
dpp_akm
dpp_config_obj::c_sign_key
struct
wpabuf
*
Related Functions
Found 7 other functions taking a
dpp_config_obj
argument:
Function
dpp_build_peer_disc_req()
dpp_parse_cred_legacy()
dpp_copy_csign()
dpp_copy_netaccesskey()
dpp_parse_connector()
dpp_parse_cred_dpp()
esp_dpp_handle_config_obj()
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out