ESP-IDF
wpa_sm::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
wpa_sm::pmk
wpa_sm::pmk field
Syntax
Show:
Summary
Declaration
from
wpa_i.h:29
u8
pmk
[
PMK_LEN_MAX
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
pmk
[
PMK_LEN_MAX
]
;
wpa_i.h:29
os_memcmp
(
sm
->
pmk
,
entry
->
pmk
,
sm
->
pmk_len
)
==
0
)
)
{
wpa.c:364
wpa_sm_pmksa_free_cb()
os_memset
(
sm
->
pmk
,
0
,
sizeof
(
sm
->
pmk
)
)
;
wpa.c:372
wpa_sm_pmksa_free_cb()
sa
=
pmksa_cache_add
(
sm
->
pmksa
,
sm
->
pmk
,
pmk_len
,
wpa.c:436
wpa_supplicant_get_pmk()
return
wpa_pmk_to_ptk
(
sm
->
pmk
,
sm
->
pmk_len
,
"Pairwise key expansion"
,
wpa.c:626
wpa_derive_ptk()
os_memcpy
(
sm
->
pmk
,
pmk
,
pmk_len
)
;
wpa.c:2101
wpa_sm_set_pmk()
os_memcpy
(
sm
->
pmk
,
sm
->
cur_pmksa
->
pmk
,
sm
->
pmk_len
)
;
wpa.c:2131
wpa_sm_set_pmk_from_pmksa()
os_memset
(
sm
->
pmk
,
0
,
PMK_LEN_MAX
)
;
wpa.c:2134
wpa_sm_set_pmk_from_pmksa()
memcpy
(
sm
->
pmk
,
pmk
,
pmk_len
)
;
wpa.c:2299
wpa_set_pmk()
memcpy
(
sm
->
pmk
,
esp_wifi_sta_get_ap_info_prof_pmk_internal
(
)
,
PMK_LEN
)
;
wpa.c:2491
wpa_set_passphrase()
os_memcpy
(
sm
->
xxkey
,
sm
->
pmk
,
PMK_LEN
)
;
wpa.c:2497
wpa_set_passphrase()
pmksa_cache_flush
(
sm
->
pmksa
,
NULL
,
sm
->
pmk
,
sm
->
pmk_len
)
;
wpa.c:2709
wpa_sta_clear_curr_pmksa()
os_memcpy
(
sm
->
pmk
,
pmk
,
hash_len
)
;
wpa.c:2979
owe_process_assoc_resp()
pmksa_cache_add
(
sm
->
pmksa
,
sm
->
pmk
,
sm
->
pmk_len
,
pmkid
,
NULL
,
0
,
wpa.c:2983
owe_process_assoc_resp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_sm::pmk
is read by 9 functions:
All items filtered out
wpa_sm::pmk
wpa_sm_pmksa_free_cb()
wpa_supplicant_get_pmk()
wpa_derive_ptk()
wpa_sm_set_pmk()
wpa_sm_set_pmk_from_pmksa()
wpa_set_pmk()
wpa_set_passphrase()
wpa_sta_clear_curr_pmksa()
owe_process_assoc_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