ESP-IDF
wpa_sm::xxkey
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::xxkey
wpa_sm::xxkey field
Syntax
Show:
Summary
Declaration
from
wpa_i.h:94
u8
xxkey
[
PMK_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
xxkey
[
PMK_LEN
]
;
/* PSK or the second 256 bits of MSK */
wpa_i.h:94
os_memcpy
(
sm
->
xxkey
,
pmk
,
pmk_len
)
;
wpa.c:2106
wpa_sm_set_pmk()
os_memcpy
(
sm
->
xxkey
,
sm
->
pmk
,
PMK_LEN
)
;
wpa.c:2497
wpa_set_passphrase()
wpa_derive_pmk_r0
(
sm
->
xxkey
,
sm
->
xxkey_len
,
sm
->
ssid
,
wpa_ft.c:38
wpa_derive_ptk_ft()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_sm::xxkey
is read by 3 functions:
All items filtered out
wpa_sm::xxkey
wpa_sm_set_pmk()
wpa_set_passphrase()
wpa_derive_ptk_ft()
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