ESP-IDF
wpa_gtk_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_gtk_data
wpa_gtk_data struct
Syntax
Show:
Summary
Declaration
from
wpa_common.h:224
struct
wpa_gtk_data
{
enum
wpa_alg
alg
;
int
tx
,
key_rsc_len
,
keyidx
;
u8
gtk
[
32
]
;
int
gtk_len
;
}
;
Fields
Field
Declared as
wpa_gtk_data::alg
enum
wpa_alg
wpa_gtk_data::tx
int
wpa_gtk_data::key_rsc_len
int
tx
,
wpa_gtk_data::keyidx
int
tx
,
key_rsc_len
,
wpa_gtk_data::gtk
u8
[
32
]
wpa_gtk_data::gtk_len
int
Related Functions
Found 4 other functions taking a
wpa_gtk_data
argument:
Function
wpa_supplicant_install_gtk()
wpa_supplicant_gtk_in_use()
wpa_supplicant_process_1_of_2_rsn()
wpa_supplicant_process_1_of_2_wpa()
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
wpa_gtk_data
{
wpa_common.h:224
static
bool
wpa_supplicant_gtk_in_use
(
struct
wpa_sm
*
sm
,
struct
wpa_gtk_data
*
gd
)
;
wpa.c:71
wpa_supplicant_gtk_in_use()
wpa_supplicant_gtk_in_use()::gd
struct
wpa_gtk_data
*
gd
)
wpa.c:857
wpa_supplicant_install_gtk()
wpa_supplicant_install_gtk()::gd
static
bool
wpa_supplicant_gtk_in_use
(
struct
wpa_sm
*
sm
,
struct
wpa_gtk_data
*
gd
)
wpa.c:910
wpa_supplicant_gtk_in_use()
wpa_supplicant_gtk_in_use()::gd
struct
wpa_gtk_data
*
gd
=
&
(
sm
->
gd
)
;
wpa.c:961
wpa_supplicant_pairwise_gtk()
memset
(
gd
,
0
,
sizeof
(
struct
wpa_gtk_data
)
)
;
wpa.c:971
wpa_supplicant_pairwise_gtk()
struct
wpa_gtk_data
*
gd
)
wpa.c:1445
wpa_supplicant_process_1_of_2_rsn()
wpa_supplicant_process_1_of_2_rsn()::gd
u16
ver
,
struct
wpa_gtk_data
*
gd
)
wpa.c:1490
wpa_supplicant_process_1_of_2_wpa()
wpa_supplicant_process_1_of_2_wpa()::gd
struct
wpa_gtk_data
*
gd
=
&
(
sm
->
gd
)
;
wpa.c:1613
wpa_supplicant_process_1_of_2()
memset
(
gd
,
0
,
sizeof
(
struct
wpa_gtk_data
)
)
;
wpa.c:1615
wpa_supplicant_process_1_of_2()
struct
wpa_gtk_data
gd
;
//used for calllback save param
wpa_i.h:86
wpa_sm
wpa_sm::gd
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
Instance
Scope
Location
Project
wpa_sm::gd
wpa_sm
wpa_i.h:86
wpa_supplicant_gtk_in_use()::gd
wpa_supplicant_gtk_in_use()
wpa.c:71
wpa_supplicant_install_gtk()::gd
wpa_supplicant_install_gtk()
wpa.c:857
wpa_supplicant_gtk_in_use()::gd
wpa_supplicant_gtk_in_use()
wpa.c:910
wpa_supplicant_process_1_of_2_rsn()::gd
wpa_supplicant_process_1_of_2_rsn()
wpa.c:1445
wpa_supplicant_process_1_of_2_wpa()::gd
wpa_supplicant_process_1_of_2_wpa()
wpa.c:1490
Lifecycle
from
examples
All items filtered out
All items filtered out