ESP-IDF
sae_data::akmp
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
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::akmp
sae_data::akmp field
Syntax
Show:
Summary
Declaration
from
sae.h:113
int
akmp
;
Examples
References
from
examples
Code
Location
Referrer
int
akmp
;
/* WPA_KEY_MGMT_* used in key derivation */
sae.h:113
g_sae_data
.
akmp
=
gWpaSm
.
key_mgmt
;
esp_wpa3.c:115
wpa3_build_sae_commit()
if
(
wpa_key_mgmt_sae_ext_key
(
sae
->
akmp
)
)
sae.c:1496
sae_derive_keys()
if
(
wpa_key_mgmt_sae_ext_key
(
sae
->
akmp
)
)
{
sae.c:1691
sae_write_commit()
u32
suite
=
wpa_akm_to_suite
(
sae
->
akmp
)
;
sae.c:1692
sae_write_commit()
if
(
!
sae
->
akmp
)
{
sae.c:2176
sae_parse_commit()
sae
->
akmp
=
WPA_KEY_MGMT_SAE_EXT_KEY
;
sae.c:2179
sae_parse_commit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sae_data::akmp
is written by 2 functions and is read by 3 functions:
sae_parse_commit()
wpa3_build_sae_commit()
All items filtered out
sae_data::akmp
sae_derive_keys()
sae_write_commit()
sae_parse_commit()
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