ESP-IDF
wpa_group::GMK
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
wpa_group::GMK
wpa_group::GMK field
Syntax
Show:
Summary
Declaration
from
wpa_auth_i.h:162
u8
GMK
[
WPA_GMK_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
GMK
[
WPA_GMK_LEN
]
;
wpa_auth_i.h:162
if
(
os_get_random
(
group
->
GMK
,
WPA_GMK_LEN
)
<
0
)
wpa_auth.c:290
wpa_group_init_gmk_and_counter()
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
All items filtered out
All items filtered out
Data Use
from
examples
wpa_group::GMK
is read by 2 functions:
All items filtered out
wpa_group::GMK
wpa_group_init_gmk_and_counter()
wpa_gtk_update()
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