ESP-IDF
rsn_pmksa_cache_entry::next
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_entry::next
rsn_pmksa_cache_entry::next field
Syntax
Show:
Summary
Declaration
from
pmksa_cache_auth.h:17
struct
rsn_pmksa_cache_entry
*
next
;
Examples
References
from
examples
Code
Location
Referrer
struct
rsn_pmksa_cache_entry
*
next
;
pmksa_cache.h:16
struct
rsn_pmksa_cache_entry
*
next
,
*
hnext
;
pmksa_cache_auth.h:17
pmksa
->
pmksa
=
entry
->
next
;
pmksa_cache.c:62
pmksa_cache_expire()
pmksa
->
pmksa
=
pos
->
next
;
pmksa_cache.c:167
pmksa_cache_add_entry()
prev
->
next
=
pos
->
next
;
pmksa_cache.c:169
pmksa_cache_add_entry()
pos
=
pos
->
next
;
pmksa_cache.c:190
pmksa_cache_add_entry()
pos
=
pos
->
next
;
pmksa_cache.c:203
pmksa_cache_add_entry()
pmksa
->
pmksa
->
next
=
pos
?
pos
->
next
:
NULL
;
pmksa_cache.c:204
pmksa_cache_add_entry()
pmksa
->
pmksa
=
pos
->
next
;
pmksa_cache.c:206
pmksa_cache_add_entry()
pos
=
pos
->
next
;
pmksa_cache.c:224
pmksa_cache_add_entry()
entry
->
next
=
pmksa
->
pmksa
;
pmksa_cache.c:227
pmksa_cache_add_entry()
entry
->
next
=
prev
->
next
;
pmksa_cache.c:231
pmksa_cache_add_entry()
prev
->
next
=
entry
;
pmksa_cache.c:232
pmksa_cache_add_entry()
prev
->
next
=
entry
->
next
;
pmksa_cache.c:265
pmksa_cache_flush()
pmksa
->
pmksa
=
entry
->
next
;
pmksa_cache.c:267
pmksa_cache_flush()
entry
=
entry
->
next
;
pmksa_cache.c:269
pmksa_cache_flush()
entry
=
entry
->
next
;
pmksa_cache.c:274
pmksa_cache_flush()
entry
=
entry
->
next
;
pmksa_cache.c:297
pmksa_cache_deinit()
entry
=
entry
->
next
;
pmksa_cache.c:325
pmksa_cache_get()
entry
=
entry
->
next
;
pmksa_cache.c:383
pmksa_cache_get_opportunistic()
entry
=
entry
->
next
;
pmksa_cache.c:498
pmksa_cache_list()
prev
->
next
=
entry
->
next
;
pmksa_cache_auth.c:79
pmksa_cache_free_entry()
pmksa
->
pmksa
=
entry
->
next
;
pmksa_cache_auth.c:81
pmksa_cache_free_entry()
pos
=
pos
->
next
;
pmksa_cache_auth.c:85
pmksa_cache_free_entry()
pos
=
pos
->
next
;
pmksa_cache_auth.c:159
pmksa_cache_link_entry()
entry
->
next
=
pmksa
->
pmksa
;
pmksa_cache_auth.c:162
pmksa_cache_link_entry()
entry
->
next
=
prev
->
next
;
pmksa_cache_auth.c:165
pmksa_cache_link_entry()
prev
->
next
=
entry
;
pmksa_cache_auth.c:166
pmksa_cache_link_entry()
entry
=
entry
->
next
;
pmksa_cache_auth.c:332
pmksa_cache_auth_deinit()
for
(
entry
=
pmksa
->
pmksa
;
entry
;
entry
=
entry
->
next
)
{
pmksa_cache_auth.c:366
pmksa_cache_auth_get()
entry
=
entry
->
next
;
pmksa_cache_auth.c:438
pmksa_cache_auth_list()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rsn_pmksa_cache_entry::next
is written by 4 functions and is read by 12 functions:
pmksa_cache_free_entry()
pmksa_cache_link_entry()
pmksa_cache_add_entry()
pmksa_cache_flush()
All items filtered out
rsn_pmksa_cache_entry::next
pmksa_cache_free_entry()
pmksa_cache_link_entry()
pmksa_cache_auth_deinit()
pmksa_cache_auth_get()
pmksa_cache_auth_list()
pmksa_cache_expire()
pmksa_cache_add_entry()
pmksa_cache_flush()
pmksa_cache_deinit()
pmksa_cache_get()
pmksa_cache_get_opportunistic()
pmksa_cache_list()
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