ESP-IDF
wps_data::authkey
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
wps_data::authkey
wps_data::authkey field
Syntax
Show:
Summary
Declaration
from
wps_i.h:65
u8
authkey
[
WPS_AUTHKEY_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
authkey
[
WPS_AUTHKEY_LEN
]
;
wps_i.h:65
if
(
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
2
,
addr
,
len
,
wps_attr_build.c:184
wps_build_authenticator()
if
(
hmac_sha256
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
wpabuf_head
(
msg
)
,
wps_attr_build.c:388
wps_build_key_wrap_auth()
if
(
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
2
,
addr
,
len
,
wps_attr_process.c:43
wps_process_authenticator()
if
(
hmac_sha256
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
head
,
len
,
hash
)
<
0
||
wps_attr_process.c:74
wps_process_key_wrap_auth()
os_memcpy
(
wps
->
authkey
,
keys
,
WPS_AUTHKEY_LEN
)
;
wps_common.c:123
wps_derive_keys()
if
(
hmac_sha256
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
dev_passwd
,
wps_common.c:143
wps_derive_psk()
if
(
hmac_sha256
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
wps_common.c:147
wps_derive_psk()
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
4
,
addr
,
len
,
hash
)
;
wps_enrollee.c:68
wps_build_e_hash()
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
4
,
addr
,
len
,
hash
)
;
wps_enrollee.c:78
wps_build_e_hash()
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
4
,
addr
,
len
,
hash
)
;
wps_enrollee.c:658
wps_process_r_snonce1()
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
4
,
addr
,
len
,
hash
)
;
wps_enrollee.c:698
wps_process_r_snonce2()
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
4
,
addr
,
len
,
hash
)
;
wps_registrar.c:1502
wps_build_r_hash()
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
4
,
addr
,
len
,
hash
)
;
wps_registrar.c:1512
wps_build_r_hash()
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
4
,
addr
,
len
,
hash
)
;
wps_registrar.c:2332
wps_process_e_snonce1()
hmac_sha256_vector
(
wps
->
authkey
,
WPS_AUTHKEY_LEN
,
4
,
addr
,
len
,
hash
)
;
wps_registrar.c:2372
wps_process_e_snonce2()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_data::authkey
is read by 12 functions:
All items filtered out
wps_data::authkey
wps_build_authenticator()
wps_build_key_wrap_auth()
wps_process_authenticator()
wps_process_key_wrap_auth()
wps_derive_keys()
wps_derive_psk()
wps_build_e_hash()
wps_process_r_snonce1()
wps_process_r_snonce2()
wps_build_r_hash()
wps_process_e_snonce1()
wps_process_e_snonce2()
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