ESP-IDF
sae_set_group()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_set_group()
sae_set_group() function
Syntax
Show:
Summary
Declaration
Definition
from
sae.h:127
int
sae_set_group
(
struct
sae_data
*
sae
,
int
group
)
;
Implemented in
sae.c:25
Arguments
Argument
sae
group
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_write_confirm()
sae_check_confirm()
sae_group_allowed()
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_set_group
(
struct
sae_data
*
sae
,
int
group
)
sae.c:25
int
sae_set_group
(
struct
sae_data
*
sae
,
int
group
)
;
sae.h:127
if
(
sae_set_group
(
&
g_sae_data
,
default_group
)
)
{
esp_wpa3.c:110
wpa3_build_sae_commit()
if
(
group
!=
sae
->
group
&&
sae_set_group
(
sae
,
group
)
<
0
)
{
sae.c:1727
sae_group_allowed()
Call Tree
from
examples
sae_set_group()
is called by 2 functions and calls 9 functions:
sae_group_allowed()
wpa3_build_sae_commit()
All items filtered out
sae_set_group()
calloc()
sae_clear_data()
crypto_ec_init()
crypto_ec_prime_len()
crypto_ec_order_len()
crypto_ec_get_prime()
crypto_ec_get_order()
crypto_bignum_init_set()
dh_groups_get()
All items filtered out
Data Use
from
examples
sae_set_group()
reads 9 variables and writes 10 variables:
sae_temporary_data::ec
sae_temporary_data::prime_len
sae_temporary_data::dh
sae_temporary_data::prime_buf
sae_temporary_data::order_buf
dh_group::prime
dh_group::prime_len
dh_group::order
dh_group::order_len
All items filtered out
sae_set_group()
sae_temporary_data::ec
sae_temporary_data::prime_len
sae_temporary_data::dh
sae_temporary_data::prime
sae_temporary_data::order
sae_temporary_data::prime_buf
sae_temporary_data::order_buf
sae_temporary_data::order_len
sae_data::group
sae_data::tmp
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
sae_set_group()
frees 1 types:
All items filtered out
sae_set_group()
sae_temporary_data
All items filtered out