ESP-IDF
wpa_derive_pmk_r0()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_derive_pmk_r0()
wpa_derive_pmk_r0() function
wpa_derive_pmk_r0 - Derive PMK-R0 and PMKR0Name IEEE Std 802.11r-2008 - 8.5.1.5.3
Syntax
Show:
Summary
Declaration
Definition
from
wpa_common.h:341
void
wpa_derive_pmk_r0
(
const
u8
*
xxkey
,
size_t
xxkey_len
,
const
u8
*
ssid
,
size_t
ssid_len
,
const
u8
*
mdid
,
const
u8
*
r0kh_id
,
size_t
r0kh_id_len
,
const
u8
*
s0kh_id
,
u8
*
pmk_r0
,
u8
*
pmk_r0_name
)
;
Implemented in
wpa_common.c:675
Arguments
Argument
xxkey
xxkey_len
ssid
ssid_len
mdid
r0kh_id
r0kh_id_len
s0kh_id
pmk_r0
pmk_r0_name
Examples
References
from
examples
Code
Location
Referrer
void
wpa_derive_pmk_r0
(
const
u8
*
xxkey
,
size_t
xxkey_len
,
wpa_common.c:675
void
wpa_derive_pmk_r0
(
const
u8
*
xxkey
,
size_t
xxkey_len
,
wpa_common.h:341
wpa_derive_pmk_r0
(
sm
->
xxkey
,
sm
->
xxkey_len
,
sm
->
ssid
,
wpa_ft.c:38
wpa_derive_ptk_ft()
Call Tree
from
examples
wpa_derive_pmk_r0()
is called by 1 function and calls 2 functions:
wpa_derive_ptk_ft()
All items filtered out
wpa_derive_pmk_r0()
sha256_vector()
sha256_prf()
All items filtered out
Data Use
from
examples
wpa_derive_pmk_r0()
:
All items filtered out
wpa_derive_pmk_r0()
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