ESP-IDF
WPS_AUTHKEY_LEN
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
WPS_AUTHKEY_LEN
WPS_AUTHKEY_LEN macro
Syntax
Show:
Summary
Declaration
from
wps_defs.h:35
#define
WPS_AUTHKEY_LEN
32
Examples
References
from
examples
Code
Location
#define
WPS_AUTHKEY_LEN
32
wps_defs.h:35
if
(
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
2
,
addr
,
len
,
wps_attr_build.c:184
if
(
hmac_sha256
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
wpabuf_head
(
msg
)
,
wps_attr_build.c:388
if
(
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
2
,
addr
,
len
,
wps_attr_process.c:43
if
(
hmac_sha256
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
head
,
len
,
hash
)
<
0
||
wps_attr_process.c:74
u8
keys
[
WPS_AUTHKEY_LEN
+
WPS_KEYWRAPKEY_LEN
+
WPS_EMSK_LEN
]
;
wps_common.c:68
os_memcpy
(
wps
->
authkey
,
keys
,
WPS_AUTHKEY_LEN
)
;
wps_common.c:123
os_memcpy
(
wps
->
keywrapkey
,
keys
+
WPS_AUTHKEY_LEN
,
WPS_KEYWRAPKEY_LEN
)
;
wps_common.c:124
os_memcpy
(
wps
->
emsk
,
keys
+
WPS_AUTHKEY_LEN
+
WPS_KEYWRAPKEY_LEN
,
wps_common.c:125
if
(
hmac_sha256
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
dev_passwd
,
wps_common.c:143
if
(
hmac_sha256
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
wps_common.c:147
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
4
,
addr
,
len
,
hash
)
;
wps_enrollee.c:68
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
4
,
addr
,
len
,
hash
)
;
wps_enrollee.c:78
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
4
,
addr
,
len
,
hash
)
;
wps_enrollee.c:658
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
4
,
addr
,
len
,
hash
)
;
wps_enrollee.c:698
u8
authkey
[
WPS_AUTHKEY_LEN
]
;
wps_i.h:65
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
4
,
addr
,
len
,
hash
)
;
wps_registrar.c:1502
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
4
,
addr
,
len
,
hash
)
;
wps_registrar.c:1512
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
4
,
addr
,
len
,
hash
)
;
wps_registrar.c:2332
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
4
,
addr
,
len
,
hash
)
;
wps_registrar.c:2372
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