ESP-IDF
wps_data::peer_hash1
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::peer_hash1
wps_data::peer_hash1 field
Syntax
Show:
Summary
Declaration
from
wps_i.h:59
u8
peer_hash1
[
WPS_HASH_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
peer_hash1
[
WPS_HASH_LEN
]
;
wps_i.h:59
os_memcpy
(
wps
->
peer_hash1
,
r_hash1
,
WPS_HASH_LEN
)
;
wps_enrollee.c:614
wps_process_r_hash1()
if
(
os_memcmp_const
(
wps
->
peer_hash1
,
hash
,
WPS_HASH_LEN
)
!=
0
)
{
wps_enrollee.c:660
wps_process_r_snonce1()
os_memcpy
(
wps
->
peer_hash1
,
e_hash1
,
WPS_HASH_LEN
)
;
wps_registrar.c:2288
wps_process_e_hash1()
if
(
os_memcmp_const
(
wps
->
peer_hash1
,
hash
,
WPS_HASH_LEN
)
!=
0
)
{
wps_registrar.c:2334
wps_process_e_snonce1()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_data::peer_hash1
is read by 4 functions:
All items filtered out
wps_data::peer_hash1
wps_process_r_hash1()
wps_process_r_snonce1()
wps_process_e_hash1()
wps_process_e_snonce1()
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