ESP-IDF
wpa_gtk_data::gtk_len
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_gtk_data::gtk_len
wpa_gtk_data::gtk_len field
Syntax
Show:
Summary
Declaration
from
wpa_common.h:228
int
gtk_len
;
Examples
References
from
examples
Code
Location
Referrer
int
gtk_len
;
wpa_common.h:228
if
(
(
sm
->
gtk
.
gtk_len
==
(
size_t
)
gd
->
gtk_len
&&
wpa.c:866
wpa_supplicant_install_gtk()
_gtk
,
gd
->
gtk_len
,
(
KEY_FLAG_GROUP
|
KEY_FLAG_RX
|
KEY_FLAG_TX
)
)
<
0
)
{
wpa.c:890
wpa_supplicant_install_gtk()
_gtk
,
gd
->
gtk_len
,
KEY_FLAG_GROUP
|
KEY_FLAG_RX
)
<
0
)
{
wpa.c:898
wpa_supplicant_install_gtk()
sm
->
gtk
.
gtk_len
=
gd
->
gtk_len
;
wpa.c:904
wpa_supplicant_install_gtk()
if
(
wpa_sm_get_key
(
&
ifx
,
&
alg
,
bssid
,
&
keyidx
,
gtk_get
,
gd
->
gtk_len
,
KEY_FLAG_GROUP
)
==
0
)
{
wpa.c:930
wpa_supplicant_gtk_in_use()
memcmp
(
_gtk
,
gtk_get
,
gd
->
gtk_len
)
==
0
)
{
wpa.c:932
wpa_supplicant_gtk_in_use()
gd
->
gtk_len
=
gtk_len
;
wpa.c:985
wpa_supplicant_pairwise_gtk()
(
sm
->
gd
)
.
gtk_len
=
0
;
//used as flag if gtk is installed in callback
wpa.c:1314
wpa_supplicant_process_3_of_4()
if
(
(
sm
->
gd
)
.
gtk_len
)
{
wpa.c:1396
wpa_supplicant_send_4_of_4_txcallback()
maxkeylen
=
gd
->
gtk_len
=
ie
.
gtk_len
-
2
;
wpa.c:1460
wpa_supplicant_process_1_of_2_rsn()
gd
->
gtk_len
,
maxkeylen
,
wpa.c:1463
wpa_supplicant_process_1_of_2_rsn()
gd
->
gtk_len
=
WPA_GET_BE16
(
key
->
key_length
)
;
wpa.c:1495
wpa_supplicant_process_1_of_2_wpa()
gd
->
gtk_len
,
maxkeylen
,
wpa.c:1507
wpa_supplicant_process_1_of_2_wpa()
if
(
(
sm
->
gd
)
.
gtk_len
)
{
wpa.c:1639
wpa_supplicant_process_1_of_2()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_gtk_data::gtk_len
is written by 4 functions and is read by 6 functions:
wpa_supplicant_pairwise_gtk()
wpa_supplicant_process_3_of_4()
wpa_supplicant_process_1_of_2_rsn()
wpa_supplicant_process_1_of_2_wpa()
All items filtered out
wpa_gtk_data::gtk_len
wpa_supplicant_install_gtk()
wpa_supplicant_gtk_in_use()
wpa_supplicant_send_4_of_4_txcallback()
wpa_supplicant_process_1_of_2_rsn()
wpa_supplicant_process_1_of_2_wpa()
wpa_supplicant_process_1_of_2()
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