ESP-IDF
sae_data::group
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sae_data::group
sae_data::group field
Syntax
Show:
Summary
Declaration
from
sae.h:119
int
group
;
Examples
References
from
examples
Code
Location
Referrer
int
group
;
sae.h:119
sta
->
sae
->
group
,
ieee802_11.c:587
handle_auth_sae()
sae
->
group
=
group
;
sae.c:39
sae_set_group()
sae
->
group
=
group
;
sae.c:52
sae_set_group()
k
=
dragonfly_min_pwe_loop_iter
(
sae
->
group
)
;
sae.c:334
sae_derive_pwe_ecc()
k
=
dragonfly_min_pwe_loop_iter
(
sae
->
group
)
;
sae.c:479
sae_derive_pwe_ffc()
if
(
pt
->
group
==
sae
->
group
)
sae.c:1327
sae_prepare_commit_pt()
wpabuf_put_le16
(
buf
,
sae
->
group
)
;
/* Finite Cyclic Group */
sae.c:1624
sae_write_commit()
if
(
sae
->
state
==
SAE_COMMITTED
&&
group
!=
sae
->
group
)
{
sae.c:1722
sae_group_allowed()
if
(
group
!=
sae
->
group
&&
sae_set_group
(
sae
,
group
)
<
0
)
{
sae.c:1727
sae_group_allowed()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_data::group
is written by 1 function and is read by 6 functions:
sae_set_group()
All items filtered out
sae_data::group
handle_auth_sae()
sae_derive_pwe_ecc()
sae_derive_pwe_ffc()
sae_prepare_commit_pt()
sae_write_commit()
sae_group_allowed()
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