ESP-IDF
sae_write_confirm()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sae_write_confirm()
sae_write_confirm() function
Syntax
Show:
Summary
Declaration
Definition
from
sae.h:143
int
sae_write_confirm
(
struct
sae_data
*
sae
,
struct
wpabuf
*
buf
)
;
Implemented in
sae.c:2304
Arguments
Argument
sae
buf
Related Functions
Found 38 other functions taking a
sae_data
argument:
Function
sae_clear_data()
sae_process_commit()
sae_write_commit()
sae_parse_commit()
sae_check_confirm()
sae_group_allowed()
sae_set_group()
sae_clear_temp_data()
sae_prepare_commit()
sae_prepare_commit_pt()
sae_pk_set_password()
sae_check_confirm_pk()
sae_derive_commit()
sae_cn_confirm()
sae_cn_confirm_ecc()
sae_cn_confirm_ffc()
check_sae_rejected_groups()
sae_test_pwd_seed_ffc()
sae_derive_pwe_ecc()
sae_test_pwd_seed_ecc()
sae_derive_commit_element_ecc()
sae_derive_commit_element_ffc()
sae_derive_k_ecc()
sae_derive_k_ffc()
sae_derive_keys()
sae_parse_commit_token()
sae_parse_token_container()
sae_parse_commit_scalar()
sae_parse_commit_element_ecc()
sae_parse_commit_element_ffc()
sae_parse_commit_element()
sae_parse_password_identifier()
sae_parse_rejected_groups()
sae_parse_akm_suite_selector()
sae_derive_pwe_ffc()
sae_pk_hash_sig_data()
sae_pk_valid_fingerprint()
sae_write_confirm_pk()
Examples
References
from
examples
Code
Location
Referrer
int
sae_write_confirm
(
struct
sae_data
*
sae
,
struct
wpabuf
*
buf
)
sae.c:2304
int
sae_write_confirm
(
struct
sae_data
*
sae
,
struct
wpabuf
*
buf
)
;
sae.h:143
if
(
sae_write_confirm
(
&
g_sae_data
,
g_sae_confirm
)
!=
ESP_OK
)
{
esp_wpa3.c:187
wpa3_build_sae_confirm()
if
(
sae_write_confirm
(
sta
->
sae
,
buf
)
<
0
)
{
ieee802_11.c:122
auth_build_sae_confirm()
Call Tree
from
examples
sae_write_confirm()
is called by 2 functions and calls 4 functions:
auth_build_sae_confirm()
wpa3_build_sae_confirm()
All items filtered out
sae_write_confirm()
wpabuf_put_le16()
wpabuf_put()
sae_cn_confirm_ecc()
sae_cn_confirm_ffc()
All items filtered out
Data Use
from
examples
sae_write_confirm()
reads 10 variables and writes 1 variable:
sae_temporary_data::kck_len
sae_temporary_data::own_commit_scalar
sae_temporary_data::own_commit_element_ffc
sae_temporary_data::own_commit_element_ecc
sae_temporary_data::peer_commit_element_ffc
sae_temporary_data::peer_commit_element_ecc
sae_temporary_data::ec
sae_data::send_confirm
sae_data::peer_commit_scalar
sae_data::tmp
All items filtered out
sae_write_confirm()
sae_data::send_confirm
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