ESP-IDF
rsn_pmksa_cache_entry::pmk
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
rsn_pmksa_cache_entry::pmk
rsn_pmksa_cache_entry::pmk field
Syntax
Show:
Summary
Declaration
from
pmksa_cache_auth.h:19
u8
pmk
[
PMK_LEN_MAX
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
pmk
[
PMK_LEN_MAX
]
;
pmksa_cache.h:18
u8
pmk
[
PMK_LEN_MAX
]
;
pmksa_cache_auth.h:19
os_memcpy
(
entry
->
pmk
,
intro
.
pmk
,
intro
.
pmk_len
)
;
esp_dpp.c:367
esp_dpp_rx_peer_disc_resp()
os_memcpy
(
entry
->
pmk
,
pmk
,
pmk_len
)
;
pmksa_cache.c:123
pmksa_cache_add()
os_memcmp_const
(
pos
->
pmk
,
entry
->
pmk
,
entry
->
pmk_len
)
==
0
&&
pmksa_cache.c:158
pmksa_cache_add_entry()
pmksa_cache_flush
(
pmksa
,
entry
->
network_ctx
,
pos
->
pmk
,
pmksa_cache.c:184
pmksa_cache_add_entry()
os_memcmp
(
pmk
,
entry
->
pmk
,
pmk_len
)
==
0
)
)
)
{
pmksa_cache.c:261
pmksa_cache_flush()
new_entry
=
pmksa_cache_add
(
pmksa
,
old_entry
->
pmk
,
old_entry
->
pmk_len
,
pmksa_cache.c:338
pmksa_cache_clone_entry()
os_memcpy
(
entry
->
pmk
,
pmk
,
pmk_len
)
;
pmksa_cache_auth.c:256
pmksa_cache_auth_create_entry()
os_memcmp
(
sm
->
pmk
,
entry
->
pmk
,
sm
->
pmk_len
)
==
0
)
)
{
wpa.c:364
wpa_sm_pmksa_free_cb()
os_memcpy
(
sm
->
pmk
,
sm
->
cur_pmksa
->
pmk
,
sm
->
pmk_len
)
;
wpa.c:2131
wpa_sm_set_pmk_from_pmksa()
pmksa_cache_flush
(
sm
->
pmksa
,
NULL
,
pmksa
->
pmk
,
pmksa
->
pmk_len
)
;
wpa.c:2352
wpa_set_bss()
os_memcpy
(
sm
->
PMK
,
sm
->
pmksa
->
pmk
,
sm
->
pmksa
->
pmk_len
)
;
wpa_auth.c:1525
pmk
=
sm
->
pmksa
->
pmk
;
wpa_auth.c:1650
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rsn_pmksa_cache_entry::pmk
is read by 9 functions:
All items filtered out
rsn_pmksa_cache_entry::pmk
pmksa_cache_auth_create_entry()
pmksa_cache_add()
pmksa_cache_add_entry()
pmksa_cache_flush()
pmksa_cache_clone_entry()
wpa_sm_pmksa_free_cb()
wpa_sm_set_pmk_from_pmksa()
wpa_set_bss()
esp_dpp_rx_peer_disc_resp()
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