ESP-IDF
wpa_kek_len()
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_kek_len()
wpa_kek_len() function
Syntax
Show:
Summary
Declaration
from
wpa_common.c:252
static
unsigned
int
wpa_kek_len
(
int
akmp
,
size_t
pmk_len
)
;
Arguments
Argument
Declared as
akmp
int
pmk_len
size_t
Examples
References
from
examples
Code
Location
Referrer
static
unsigned
int
wpa_kek_len
(
int
akmp
,
size_t
pmk_len
)
wpa_common.c:252
ptk
->
kek_len
=
wpa_kek_len
(
akmp
,
PMK_LEN
)
;
wpa_common.c:812
wpa_pmk_r1_to_ptk()
ptk
->
kek_len
=
wpa_kek_len
(
akmp
,
pmk_len
)
;
wpa_common.c:1226
wpa_pmk_to_ptk()
Call Tree
from
examples
wpa_kek_len()
is called by 2 functions:
wpa_pmk_r1_to_ptk()
wpa_pmk_to_ptk()
All items filtered out
wpa_kek_len()
All items filtered out
Data Use
from
examples
wpa_kek_len()
:
All items filtered out
wpa_kek_len()
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