ESP-IDF
WPA_GMK_LEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
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
WPA_GMK_LEN
WPA_GMK_LEN macro
Syntax
Show:
Summary
Declaration
from
wpa_common.h:24
#define
WPA_GMK_LEN
32
Examples
References
from
examples
Code
Location
#define
WPA_GMK_LEN
32
wpa_common.h:24
if
(
os_get_random
(
group
->
GMK
,
WPA_GMK_LEN
)
<
0
)
wpa_auth.c:290
sha256_prf
(
gmk
,
WPA_GMK_LEN
,
label
,
data
,
sizeof
(
data
)
,
gtk
,
gtk_len
)
;
wpa_auth.c:996
u8
GMK
[
WPA_GMK_LEN
]
;
wpa_auth_i.h:162
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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