ESP-IDF
wps_kdf()
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
wps_kdf()
wps_kdf() function
Syntax
Show:
Summary
Declaration
Definition
from
wps_i.h:135
void
wps_kdf
(
const
u8
*
key
,
const
u8
*
label_prefix
,
size_t
label_prefix_len
,
const
char
*
label
,
u8
*
res
,
size_t
res_len
)
;
Implemented in
wps_common.c:24
Arguments
Argument
key
label_prefix
label_prefix_len
label
res
res_len
Examples
References
from
examples
Code
Location
Referrer
void
wps_kdf
(
const
u8
*
key
,
const
u8
*
label_prefix
,
size_t
label_prefix_len
,
wps_common.c:24
void
wps_kdf
(
const
u8
*
key
,
const
u8
*
label_prefix
,
size_t
label_prefix_len
,
wps_i.h:135
wps_kdf
(
kdk
,
NULL
,
0
,
"Wi-Fi Easy and Secure Key Derivation"
,
wps_common.c:121
wps_derive_keys()
Call Tree
from
examples
wps_kdf()
is called by 1 function and calls 2 functions:
wps_derive_keys()
All items filtered out
wps_kdf()
WPA_PUT_BE32()
hmac_sha256_vector()
All items filtered out
Data Use
from
examples
wps_kdf()
:
All items filtered out
wps_kdf()
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