ESP-IDF
rsn_pmksa_cache::pmksa_count
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rsn_pmksa_cache::pmksa_count
rsn_pmksa_cache::pmksa_count field
Syntax
Show:
Summary
Declaration
from
pmksa_cache_auth.c:30
int
pmksa_count
;
Examples
References
from
examples
Code
Location
Referrer
int
pmksa_count
;
/* number of entries in PMKSA cache */
pmksa_cache.c:26
int
pmksa_count
;
pmksa_cache_auth.c:30
pmksa
->
pmksa_count
--
;
pmksa_cache.c:48
pmksa_cache_free_entry()
if
(
pmksa
->
pmksa_count
>=
pmksa_cache_max_entries
&&
pmksa
->
pmksa
)
{
pmksa_cache.c:193
pmksa_cache_add_entry()
pmksa
->
pmksa_count
++
;
pmksa_cache.c:234
pmksa_cache_add_entry()
pmksa
->
pmksa_count
=
0
;
pmksa_cache.c:523
pmksa_cache_init()
pmksa
->
pmksa_count
--
;
pmksa_cache_auth.c:54
pmksa_cache_free_entry()
pmksa
->
pmksa_count
++
;
pmksa_cache_auth.c:173
pmksa_cache_link_entry()
if
(
pmksa
->
pmksa_count
>=
pmksa_cache_max_entries
&&
pmksa
->
pmksa
)
{
pmksa_cache_auth.c:303
pmksa_cache_auth_add_entry()
pmksa
->
pmksa_count
=
0
;
pmksa_cache_auth.c:336
pmksa_cache_auth_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rsn_pmksa_cache::pmksa_count
is written by 6 functions and is read by 5 functions:
pmksa_cache_free_entry()
pmksa_cache_link_entry()
pmksa_cache_auth_deinit()
pmksa_cache_free_entry()
pmksa_cache_add_entry()
pmksa_cache_init()
All items filtered out
rsn_pmksa_cache::pmksa_count
pmksa_cache_free_entry()
pmksa_cache_link_entry()
pmksa_cache_auth_add_entry()
pmksa_cache_free_entry()
pmksa_cache_add_entry()
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