ESP-IDF
wpa_sm_rekey_ptk()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_sm_rekey_ptk()
wpa_sm_rekey_ptk() function
Syntax
Show:
Summary
Declaration
from
wpa.c:734
static
void
wpa_sm_rekey_ptk
(
void
*
eloop_ctx
,
void
*
timeout_ctx
)
;
Arguments
Argument
eloop_ctx
timeout_ctx
Examples
References
from
examples
Code
Location
Referrer
static
void
wpa_sm_rekey_ptk
(
void
*
eloop_ctx
,
void
*
timeout_ctx
)
wpa.c:734
eloop_cancel_timeout
(
wpa_sm_rekey_ptk
,
sm
,
NULL
)
;
wpa.c:783
wpa_supplicant_install_ptk()
eloop_register_timeout
(
sm
->
wpa_ptk_rekey
,
0
,
wpa_sm_rekey_ptk
,
wpa.c:784
wpa_supplicant_install_ptk()
eloop_cancel_timeout
(
wpa_sm_rekey_ptk
,
sm
,
NULL
)
;
wpa.c:2243
wpa_sm_notify_disassoc()
Call Tree
from
examples
wpa_sm_rekey_ptk()
calls 1 function:
All items filtered out
wpa_sm_rekey_ptk()
wpa_sm_key_request()
All items filtered out
Data Use
from
examples
wpa_sm_rekey_ptk()
writes 2 variables:
All items filtered out
wpa_sm_rekey_ptk()
wpa_supplicant_install_ptk()
wpa_sm_notify_disassoc()
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