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.c:54
static
void
pmksa_cache_expire
(
void
*
eloop_ctx
,
void
*
user_data
)
;
Arguments
Argument
eloop_ctx
user_data
Examples
References
from
examples
Code
Location
Referrer
static
void
pmksa_cache_expire
(
void
*
eloop_ctx
,
void
*
user_data
)
pmksa_cache.c:54
eloop_cancel_timeout
(
pmksa_cache_expire
,
pmksa
,
NULL
)
;
pmksa_cache.c:76
pmksa_cache_set_expiration()
eloop_register_timeout
(
sec
+
1
,
0
,
pmksa_cache_expire
,
pmksa
,
NULL
)
;
pmksa_cache.c:85
pmksa_cache_set_expiration()
eloop_cancel_timeout
(
pmksa_cache_expire
,
pmksa
,
NULL
)
;
pmksa_cache.c:301
pmksa_cache_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 5 variables and writes 3 variables:
os_time::sec
rsn_pmksa_cache_entry::next
rsn_pmksa_cache_entry::expiration
rsn_pmksa_cache::pmksa
pmksa_free_reason::PMKSA_EXPIRE
All items filtered out
pmksa_cache_expire()
pmksa_cache_set_expiration()
pmksa_cache_deinit()
rsn_pmksa_cache::pmksa
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