ESP-IDF
wpa_authenticator::pmksa
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_authenticator::pmksa
wpa_authenticator::pmksa field
Syntax
Show:
Summary
Declaration
from
wpa_auth_i.h:187
struct
rsn_pmksa_cache
*
pmksa
;
Examples
References
from
examples
Code
Location
Referrer
struct
rsn_pmksa_cache
*
pmksa
;
wpa_auth_i.h:187
wpa_auth
->
pmksa
=
pmksa_cache_auth_init
(
wpa_auth_pmksa_free_cb
,
wpa_auth.c:390
wpa_init()
if
(
wpa_auth
->
pmksa
==
NULL
)
{
wpa_auth.c:392
wpa_init()
if
(
pmksa_cache_auth_add
(
wpa_auth
->
pmksa
,
pmk
,
PMK_LEN
,
pmkid
,
wpa_auth.c:958
wpa_auth_pmksa_add_sae()
pmksa_cache_auth_deinit
(
wpa_auth
->
pmksa
)
;
wpa_auth.c:2553
wpa_deinit()
if
(
wpa_auth
==
NULL
||
wpa_auth
->
pmksa
==
NULL
)
wpa_auth.c:2574
wpa_auth_pmksa_remove()
pmksa
=
pmksa_cache_auth_get
(
wpa_auth
->
pmksa
,
sta_addr
,
NULL
)
;
wpa_auth.c:2576
wpa_auth_pmksa_remove()
pmksa_cache_free_entry
(
wpa_auth
->
pmksa
,
pmksa
)
;
wpa_auth.c:2580
wpa_auth_pmksa_remove()
sm
->
pmksa
=
pmksa_cache_auth_get
(
wpa_auth
->
pmksa
,
sm
->
addr
,
wpa_auth_ie.c:626
wpa_validate_wpa_ie()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_authenticator::pmksa
is written by 1 function and is read by 5 functions:
wpa_init()
All items filtered out
wpa_authenticator::pmksa
wpa_init()
wpa_auth_pmksa_add_sae()
wpa_deinit()
wpa_auth_pmksa_remove()
wpa_validate_wpa_ie()
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