ESP-IDF
wpa_pmk_r1_to_ptk()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_pmk_r1_to_ptk()
wpa_pmk_r1_to_ptk() function
wpa_pmk_r1_to_ptk - Derive PTK and PTKName from PMK-R1 IEEE Std 802.11r-2008 - 8.5.1.5.5
Syntax
Show:
Summary
Declaration
Definition
from
wpa_common.h:350
int
wpa_pmk_r1_to_ptk
(
const
u8
*
pmk_r1
,
const
u8
*
snonce
,
const
u8
*
anonce
,
const
u8
*
sta_addr
,
const
u8
*
bssid
,
const
u8
*
pmk_r1_name
,
struct
wpa_ptk
*
ptk
,
u8
*
ptk_name
,
int
akmp
,
int
cipher
)
;
Implemented in
wpa_common.c:785
Arguments
Argument
pmk_r1
snonce
anonce
sta_addr
bssid
pmk_r1_name
ptk
ptk_name
akmp
cipher
Examples
References
from
examples
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