ESP-IDF
wpa_gmk_to_gtk()
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_gmk_to_gtk()
wpa_gmk_to_gtk() function
Syntax
Show:
Summary
Declaration
from
wpa_auth.c:973
static
int
wpa_gmk_to_gtk
(
const
u8
*
gmk
,
const
char
*
label
,
const
u8
*
addr
,
const
u8
*
gnonce
,
u8
*
gtk
,
size_t
gtk_len
)
;
Arguments
Argument
gmk
label
addr
gnonce
gtk
gtk_len
Examples
References
from
examples
Code
Location
Referrer
static
int
wpa_gmk_to_gtk
(
const
u8
*
gmk
,
const
char
*
label
,
const
u8
*
addr
,
wpa_auth.c:973
if
(
wpa_gmk_to_gtk
(
group
->
GMK
,
"Group key expansion"
,
wpa_auth.c:2262
wpa_gtk_update()
if
(
wpa_gmk_to_gtk
(
group
->
GMK
,
"IGTK key expansion"
,
wpa_auth.c:2273
wpa_gtk_update()
Call Tree
from
examples
wpa_gmk_to_gtk()
is called by 1 function and calls 3 functions:
wpa_gtk_update()
All items filtered out
wpa_gmk_to_gtk()
os_get_random()
wpa_get_ntp_timestamp()
sha256_prf()
All items filtered out
Data Use
from
examples
wpa_gmk_to_gtk()
:
All items filtered out
wpa_gmk_to_gtk()
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