ESP-IDF
wpa_state_machine::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_state_machine::PMK
wpa_state_machine::PMK field
Syntax
Show:
Summary
Declaration
from
wpa_auth_i.h:61
u8
PMK
[
PMK_LEN
]
;
Examples
References
from
examples
Code
Location
u8
PMK
[
PMK_LEN
]
;
wpa_auth_i.h:61
memcpy
(
sm
->
PMK
,
msk
,
PMK_LEN
)
;
wpa_auth.c:1486
memcpy
(
sm
->
PMK
,
psk
,
PMK_LEN
)
;
wpa_auth.c:1516
os_memcpy
(
sm
->
PMK
,
sm
->
pmksa
->
pmk
,
sm
->
pmksa
->
pmk_len
)
;
wpa_auth.c:1525
rsn_pmkid
(
sm
->
PMK
,
sm
->
pmk_len
,
sm
->
wpa_auth
->
addr
,
wpa_auth.c:1587
pmk
=
sm
->
PMK
;
wpa_auth.c:1645
if
(
wpa_key_mgmt_wpa_psk
(
sm
->
wpa_key_mgmt
)
&&
sm
->
PMK
!=
pmk
)
{
wpa_auth.c:1728
memcpy
(
sm
->
PMK
,
pmk
,
PMK_LEN
)
;
wpa_auth.c:1732
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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