ESP-IDF
wpa_key_mgmt_sae_ext_key()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_key_mgmt_sae_ext_key()
wpa_key_mgmt_sae_ext_key() function
Syntax
Show:
Summary
Declaration
from
defs.h:93
static
inline
int
wpa_key_mgmt_sae_ext_key
(
int
akm
)
;
Arguments
Argument
akm
Examples
References
from
examples
Code
Location
Referrer
static
inline
int
wpa_key_mgmt_sae_ext_key
(
int
akm
)
defs.h:93
if
(
wpa_key_mgmt_sae_ext_key
(
gWpaSm
.
key_mgmt
)
)
{
esp_wpa3.c:41
wpa3_build_sae_commit()
wpa_key_mgmt_sae_ext_key
(
gWpaSm
.
key_mgmt
)
esp_wpa3.c:71
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()
}
else
if
(
wpa_key_mgmt_sae_ext_key
(
akmp
)
)
{
wpa_common.c:1242
wpa_pmk_to_ptk()
Call Tree
from
examples
wpa_key_mgmt_sae_ext_key()
is called by 4 functions:
sae_derive_keys()
sae_write_commit()
wpa_pmk_to_ptk()
wpa3_build_sae_commit()
All items filtered out
wpa_key_mgmt_sae_ext_key()
All items filtered out
Data Use
from
examples
wpa_key_mgmt_sae_ext_key()
:
All items filtered out
wpa_key_mgmt_sae_ext_key()
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