ESP-IDF
pmksa_cache_expire()
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
pmksa_cache_expire()
pmksa_cache_expire() function
Syntax
Show:
Summary
Declaration
from
pmksa_cache_auth.c:106
static
void
pmksa_cache_expire
(
void
*
eloop_ctx
,
void
*
timeout_ctx
)
;
Arguments
Argument
eloop_ctx
timeout_ctx
Examples
References
from
examples
Code
Location
Referrer
static
void
pmksa_cache_expire
(
void
*
eloop_ctx
,
void
*
timeout_ctx
)
pmksa_cache_auth.c:106
eloop_cancel_timeout
(
pmksa_cache_expire
,
pmksa
,
NULL
)
;
pmksa_cache_auth.c:127
pmksa_cache_set_expiration()
eloop_register_timeout
(
sec
+
1
,
0
,
pmksa_cache_expire
,
pmksa
,
NULL
)
;
pmksa_cache_auth.c:134
pmksa_cache_set_expiration()
eloop_cancel_timeout
(
pmksa_cache_expire
,
pmksa
,
NULL
)
;
pmksa_cache_auth.c:335
pmksa_cache_auth_deinit()
Call Tree
from
examples
pmksa_cache_expire()
calls 3 functions:
All items filtered out
pmksa_cache_expire()
os_get_time()
pmksa_cache_free_entry()
pmksa_cache_set_expiration()
All items filtered out
Data Use
from
examples
pmksa_cache_expire()
reads 3 variables and writes 2 variables:
os_time::sec
rsn_pmksa_cache_entry::expiration
rsn_pmksa_cache::pmksa
All items filtered out
pmksa_cache_expire()
pmksa_cache_set_expiration()
pmksa_cache_auth_deinit()
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