ESP-IDF
rsn_pmksa_cache_entry::spa
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::spa
rsn_pmksa_cache_entry::spa field
Syntax
Show:
Summary
Declaration
from
pmksa_cache_auth.h:23
u8
spa
[
ETH_ALEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
spa
[
ETH_ALEN
]
;
pmksa_cache_auth.h:23
os_memcpy
(
entry
->
spa
,
spa
,
ETH_ALEN
)
;
pmksa_cache_auth.c:273
pmksa_cache_auth_create_entry()
pos
=
pmksa_cache_auth_get
(
pmksa
,
entry
->
spa
,
NULL
)
;
pmksa_cache_auth.c:299
pmksa_cache_auth_add_entry()
os_memcmp
(
entry
->
spa
,
spa
,
ETH_ALEN
)
==
0
)
&&
pmksa_cache_auth.c:361
pmksa_cache_auth_get()
os_memcmp
(
entry
->
spa
,
spa
,
ETH_ALEN
)
==
0
)
pmksa_cache_auth.c:368
pmksa_cache_auth_get()
i
,
MAC2STR
(
entry
->
spa
)
)
;
pmksa_cache_auth.c:426
pmksa_cache_auth_list()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rsn_pmksa_cache_entry::spa
is read by 4 functions:
All items filtered out
rsn_pmksa_cache_entry::spa
pmksa_cache_auth_create_entry()
pmksa_cache_auth_add_entry()
pmksa_cache_auth_get()
pmksa_cache_auth_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