ESP-IDF
wps_data::nonce_r
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::nonce_r
wps_data::nonce_r field
Syntax
Show:
Summary
Declaration
from
wps_i.h:55
u8
nonce_r
[
WPS_NONCE_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
nonce_r
[
WPS_NONCE_LEN
]
;
wps_i.h:55
wpabuf_put_data
(
msg
,
wps
->
nonce_r
,
WPS_NONCE_LEN
)
;
wps_attr_build.c:307
wps_build_registrar_nonce()
addr
[
2
]
=
wps
->
nonce_r
;
wps_common.c:116
wps_derive_keys()
os_memcpy
(
wps
->
nonce_r
,
r_nonce
,
WPS_NONCE_LEN
)
;
wps_enrollee.c:531
wps_process_registrar_nonce()
os_memcmp
(
wps
->
nonce_r
,
attr
->
registrar_nonce
,
WPS_NONCE_LEN
)
!=
0
)
wps_enrollee.c:1520
wps_process_wsc_ack()
os_memcmp
(
wps
->
nonce_r
,
attr
->
registrar_nonce
,
WPS_NONCE_LEN
)
!=
0
)
wps_enrollee.c:1586
wps_process_wsc_nack()
if
(
random_get_bytes
(
wps
->
nonce_r
,
WPS_NONCE_LEN
)
<
0
)
wps_registrar.c:1906
wps_build_m2()
if
(
os_memcmp
(
wps
->
nonce_r
,
r_nonce
,
WPS_NONCE_LEN
)
!=
0
)
{
wps_registrar.c:2244
wps_process_registrar_nonce()
os_memcmp
(
wps
->
nonce_r
,
attr
.
registrar_nonce
,
wps_registrar.c:3070
wps_process_wsc_msg()
os_memcmp
(
wps
->
nonce_r
,
attr
.
registrar_nonce
,
WPS_NONCE_LEN
)
!=
0
)
wps_registrar.c:3167
wps_process_wsc_ack()
os_memcmp
(
wps
->
nonce_r
,
attr
.
registrar_nonce
,
WPS_NONCE_LEN
)
!=
0
)
wps_registrar.c:3236
wps_process_wsc_nack()
os_memcmp
(
wps
->
nonce_r
,
attr
.
registrar_nonce
,
WPS_NONCE_LEN
)
!=
0
)
wps_registrar.c:3322
wps_process_wsc_done()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_data::nonce_r
is read by 11 functions:
All items filtered out
wps_data::nonce_r
wps_build_registrar_nonce()
wps_derive_keys()
wps_process_registrar_nonce()
wps_process_wsc_ack()
wps_process_wsc_nack()
wps_build_m2()
wps_process_registrar_nonce()
wps_process_wsc_msg()
wps_process_wsc_ack()
wps_process_wsc_nack()
wps_process_wsc_done()
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