ESP-IDF
wpa_rekey_gtk()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_rekey_gtk()
wpa_rekey_gtk() function
Syntax
Show:
Summary
Declaration
from
wpa_auth.c:239
static
void
wpa_rekey_gtk
(
void
*
eloop_ctx
,
void
*
timeout_ctx
)
;
Arguments
Argument
eloop_ctx
timeout_ctx
Examples
References
from
examples
Code
Location
Referrer
static
void
wpa_rekey_gtk
(
void
*
eloop_ctx
,
void
*
timeout_ctx
)
wpa_auth.c:239
0
,
wpa_rekey_gtk
,
wpa_auth
,
NULL
)
;
wpa_auth.c:254
wpa_rekey_gtk()
eloop_cancel_timeout
(
wpa_rekey_gtk
,
wpa_auth
,
NULL
)
;
wpa_auth.c:904
wpa_receive()
wpa_rekey_gtk
(
wpa_auth
,
NULL
)
;
wpa_auth.c:905
wpa_receive()
Call Tree
from
examples
wpa_rekey_gtk()
is called by 1 function and calls 2 functions:
wpa_receive()
All items filtered out
wpa_rekey_gtk()
eloop_register_timeout()
wpa_group_sm_step()
All items filtered out
Data Use
from
examples
wpa_rekey_gtk()
reads 8 variables and writes 4 variables:
Boolean::FALSE
Boolean::TRUE
wpa_auth_config::wpa_group_rekey
wpa_group::next
wpa_group::changed
wpa_authenticator::group
wpa_authenticator::conf
wpa_rekey_gtk()
All items filtered out
wpa_rekey_gtk()
wpa_rekey_gtk()
wpa_receive()
wpa_group::GTKReKey
wpa_group::changed
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