ESP-IDF
dpp_authentication
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_authentication
dpp_authentication struct
Syntax
Show:
Summary
Declaration
from
dpp.h:239
struct
dpp_authentication
{
void
*
msg_ctx
;
u8
peer_version
;
const
struct
dpp_curve_params
*
curve
;
struct
dpp_bootstrap_info
*
peer_bi
;
struct
dpp_bootstrap_info
*
own_bi
;
struct
dpp_bootstrap_info
*
tmp_own_bi
;
u8
waiting_pubkey_hash
[
SHA256_MAC_LEN
]
;
int
response_pending
;
enum
dpp_status_error
auth_resp_status
;
enum
dpp_status_error
conf_resp_status
;
u8
peer_mac_addr
[
ETH_ALEN
]
;
u8
i_nonce
[
DPP_MAX_NONCE_LEN
]
;
u8
r_nonce
[
DPP_MAX_NONCE_LEN
]
;
u8
e_nonce
[
DPP_MAX_NONCE_LEN
]
;
u8
i_capab
;
u8
r_capab
;
struct
crypto_ec_key
*
own_protocol_key
;
struct
crypto_ec_key
*
peer_protocol_key
;
struct
wpabuf
*
req_msg
;
struct
wpabuf
*
resp_msg
;
unsigned
int
freq
[
DPP_BOOTSTRAP_MAX_FREQ
]
;
unsigned
int
num_freq
,
freq_idx
;
unsigned
int
curr_chan
;
unsigned
int
curr_freq
;
unsigned
int
neg_freq
;
unsigned
int
num_freq_iters
;
size_t
secret_len
;
u8
Mx
[
DPP_MAX_SHARED_SECRET_LEN
]
;
size_t
Mx_len
;
u8
Nx
[
DPP_MAX_SHARED_SECRET_LEN
]
;
size_t
Nx_len
;
u8
Lx
[
DPP_MAX_SHARED_SECRET_LEN
]
;
size_t
Lx_len
;
u8
k1
[
DPP_MAX_HASH_LEN
]
;
u8
k2
[
DPP_MAX_HASH_LEN
]
;
u8
ke
[
DPP_MAX_HASH_LEN
]
;
int
initiator
;
int
waiting_auth_resp
;
int
waiting_auth_conf
;
int
auth_req_ack
;
unsigned
int
auth_resp_tries
;
u8
allowed_roles
;
int
configurator
;
int
remove_on_tx_status
;
int
connect_on_tx_status
;
int
waiting_conf_result
;
int
waiting_conn_status_result
;
int
auth_success
;
struct
wpabuf
*
conf_req
;
const
struct
wpabuf
*
conf_resp
;
struct
dpp_configuration
*
conf_ap
;
struct
dpp_configuration
*
conf2_ap
;
struct
dpp_configuration
*
conf_sta
;
struct
dpp_configuration
*
conf2_sta
;
struct
dpp_configurator
*
conf
;
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
;
}
conf_obj
[
DPP_MAX_CONF_OBJ
]
;
unsigned
int
num_conf_obj
;
struct
wpabuf
*
net_access_key
;
os_time_t
net_access_key_expiry
;
int
send_conn_status
;
int
conn_status_requested
;
int
akm_use_selector
;
#ifdef
CONFIG_TESTING_OPTIONS
char
*
config_obj_override
;
char
*
discovery_override
;
char
*
groups_override
;
unsigned
int
ignore_netaccesskey_mismatch
:
1
;
#endif
}
;
Fields
Field
Declared as
dpp_authentication::msg_ctx
void
*
dpp_authentication::peer_version
u8
dpp_authentication::curve
const
struct
dpp_curve_params
*
dpp_authentication::peer_bi
struct
dpp_bootstrap_info
*
dpp_authentication::own_bi
struct
dpp_bootstrap_info
*
dpp_authentication::tmp_own_bi
struct
dpp_bootstrap_info
*
dpp_authentication::waiting_pubkey_hash
u8
[
SHA256_MAC_LEN
]
dpp_authentication::response_pending
int
dpp_authentication::auth_resp_status
enum
dpp_status_error
dpp_authentication::conf_resp_status
enum
dpp_status_error
dpp_authentication::peer_mac_addr
u8
[
ETH_ALEN
]
dpp_authentication::i_nonce
u8
[
DPP_MAX_NONCE_LEN
]
dpp_authentication::r_nonce
u8
[
DPP_MAX_NONCE_LEN
]
dpp_authentication::e_nonce
u8
[
DPP_MAX_NONCE_LEN
]
dpp_authentication::i_capab
u8
dpp_authentication::r_capab
u8
dpp_authentication::own_protocol_key
struct
crypto_ec_key
*
dpp_authentication::peer_protocol_key
struct
crypto_ec_key
*
dpp_authentication::req_msg
struct
wpabuf
*
dpp_authentication::resp_msg
struct
wpabuf
*
dpp_authentication::freq
unsigned
int
[
DPP_BOOTSTRAP_MAX_FREQ
]
dpp_authentication::num_freq
unsigned
int
dpp_authentication::freq_idx
unsigned
int
num_freq
,
dpp_authentication::curr_chan
unsigned
int
dpp_authentication::curr_freq
unsigned
int
dpp_authentication::neg_freq
unsigned
int
dpp_authentication::num_freq_iters
unsigned
int
dpp_authentication::secret_len
size_t
dpp_authentication::Mx
u8
[
DPP_MAX_SHARED_SECRET_LEN
]
dpp_authentication::Mx_len
size_t
dpp_authentication::Nx
u8
[
DPP_MAX_SHARED_SECRET_LEN
]
dpp_authentication::Nx_len
size_t
dpp_authentication::Lx
u8
[
DPP_MAX_SHARED_SECRET_LEN
]
dpp_authentication::Lx_len
size_t
dpp_authentication::k1
u8
[
DPP_MAX_HASH_LEN
]
dpp_authentication::k2
u8
[
DPP_MAX_HASH_LEN
]
dpp_authentication::ke
u8
[
DPP_MAX_HASH_LEN
]
dpp_authentication::initiator
int
dpp_authentication::waiting_auth_resp
int
dpp_authentication::waiting_auth_conf
int
dpp_authentication::auth_req_ack
int
dpp_authentication::auth_resp_tries
unsigned
int
dpp_authentication::allowed_roles
u8
dpp_authentication::configurator
int
dpp_authentication::remove_on_tx_status
int
dpp_authentication::connect_on_tx_status
int
dpp_authentication::waiting_conf_result
int
dpp_authentication::waiting_conn_status_result
int
dpp_authentication::auth_success
int
dpp_authentication::conf_req
struct
wpabuf
*
dpp_authentication::conf_resp
const
struct
wpabuf
*
dpp_authentication::conf_ap
struct
dpp_configuration
*
dpp_authentication::conf2_ap
struct
dpp_configuration
*
dpp_authentication::conf_sta
struct
dpp_configuration
*
dpp_authentication::conf2_sta
struct
dpp_configuration
*
dpp_authentication::conf
struct
dpp_configurator
*
dpp_authentication::conf_obj
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
;
}
[
DPP_MAX_CONF_OBJ
]
dpp_authentication::num_conf_obj
unsigned
int
dpp_authentication::net_access_key
struct
wpabuf
*
dpp_authentication::net_access_key_expiry
os_time_t
dpp_authentication::send_conn_status
int
dpp_authentication::conn_status_requested
int
dpp_authentication::akm_use_selector
int
Related Functions
Found 47 other functions taking a
dpp_authentication
argument:
Function
dpp_auth_fail()
dpp_auth_deinit()
dpp_auth_build_conf()
dpp_configuration_parse_helper()
dpp_build_conf_obj()
dpp_gen_r_auth()
dpp_gen_i_auth()
dpp_derive_bk_ke()
dpp_build_conf_req()
dpp_build_conf_req_helper()
dpp_auth_conf_rx()
dpp_build_peer_disc_req()
dpp_auth_success()
dpp_auth_build_resp_ok()
dpp_auth_build_resp_status()
dpp_auth_build_resp()
dpp_build_conf_start()
dpp_copy_netaccesskey()
dpp_parse_conf_obj()
dpp_conf_resp_rx()
dpp_auth_derive_l_responder()
dpp_auth_derive_l_initiator()
dpp_auth_resp_rx()
dpp_notify_new_qr_code()
dpp_set_configurator()
dpp_conf_req_rx()
dpp_configurator_own_config()
dpp_channel_intersect()
dpp_channel_local_list()
dpp_prepare_channel_list()
dpp_autogen_bootstrap_key()
dpp_auth_build_req()
dpp_build_conf_req_attr()
dpp_auth_resp_rx_status()
dpp_auth_conf_rx_failure()
dpp_configuration_parse()
dpp_build_conf_obj_dpp()
dpp_build_conf_obj_legacy()
dpp_build_conf_resp()
dpp_parse_connector()
dpp_parse_cred_dpp()
gas_query_req_tx()
esp_dpp_handle_config_obj()
dpp_conf_result_rx()
dpp_build_conf_result()
dpp_conn_status_result_rx()
dpp_build_conn_status_result()
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