ESP-IDF
wpa_state_machine::PTK
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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::PTK
wpa_state_machine::PTK field
Syntax
Show:
Summary
Declaration
from
wpa_auth_i.h:64
struct
wpa_ptk
PTK
;
Examples
References
from
examples
Code
Location
Referrer
struct
wpa_ptk
PTK
;
wpa_auth_i.h:64
if
(
wpa_verify_key_mic
(
sm
->
wpa_key_mgmt
,
&
sm
->
PTK
,
data
,
wpa_auth.c:865
wpa_receive()
if
(
aes_wrap
(
sm
->
PTK
.
kek
,
sm
->
PTK
.
kek_len
,
(
key_data_len
-
8
)
/
8
,
buf
,
wpa_auth.c:1122
__wpa_send_eapol()
}
else
if
(
sm
->
PTK
.
kek_len
==
16
)
{
wpa_auth.c:1129
__wpa_send_eapol()
memcpy
(
ek
+
16
,
sm
->
PTK
.
kek
,
sm
->
PTK
.
kek_len
)
;
wpa_auth.c:1135
__wpa_send_eapol()
wpa_eapol_key_mic
(
sm
->
PTK
.
kck
,
sm
->
PTK
.
kck_len
,
wpa_auth.c:1152
__wpa_send_eapol()
memset
(
&
sm
->
PTK
,
0
,
sizeof
(
sm
->
PTK
)
)
;
wpa_auth.c:1247
wpa_remove_ptk()
memset
(
&
sm
->
PTK
,
0
,
sizeof
(
sm
->
PTK
)
)
;
wpa_auth.c:1325
wpa_auth_sm_event()
memset
(
&
sm
->
PTK
,
0
,
sizeof
(
sm
->
PTK
)
)
;
wpa_auth.c:1388
memcpy
(
&
sm
->
PTK
,
&
PTK
,
sizeof
(
PTK
)
)
;
wpa_auth.c:1737
sm
->
PTK
.
tk
,
klen
)
)
{
wpa_auth.c:1972
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_state_machine::PTK
is read by 3 functions:
All items filtered out
wpa_state_machine::PTK
__wpa_send_eapol()
wpa_remove_ptk()
wpa_auth_sm_event()
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