ESP-IDF
wps_parse_attr::registrar_nonce
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/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_parse_attr::registrar_nonce
wps_parse_attr::registrar_nonce field
Syntax
Show:
Summary
Declaration
from
wps_attr_parse.h:20
const
u8
*
registrar_nonce
;
Examples
References
from
examples
Code
Location
Referrer
const
u8
*
registrar_nonce
;
/* WPS_NONCE_LEN (16) octets */
wps_attr_parse.h:20
attr
->
registrar_nonce
=
pos
;
wps_attr_parse.c:186
wps_set_attr()
if
(
wps_process_registrar_nonce
(
wps
,
attr
->
registrar_nonce
)
||
wps_enrollee.c:1006
wps_process_m2()
if
(
attr
->
registrar_nonce
==
NULL
||
wps_enrollee.c:1519
wps_process_wsc_ack()
os_memcmp
(
wps
->
nonce_r
,
attr
->
registrar_nonce
,
WPS_NONCE_LEN
)
!=
0
)
wps_enrollee.c:1520
wps_process_wsc_ack()
if
(
attr
->
registrar_nonce
==
NULL
||
wps_enrollee.c:1585
wps_process_wsc_nack()
os_memcmp
(
wps
->
nonce_r
,
attr
->
registrar_nonce
,
WPS_NONCE_LEN
)
!=
0
)
wps_enrollee.c:1586
wps_process_wsc_nack()
if
(
wps_process_registrar_nonce
(
wps
,
attr
->
registrar_nonce
)
||
wps_registrar.c:2814
wps_process_m3()
if
(
wps_process_registrar_nonce
(
wps
,
attr
->
registrar_nonce
)
||
wps_registrar.c:2852
wps_process_m5()
if
(
wps_process_registrar_nonce
(
wps
,
attr
->
registrar_nonce
)
||
wps_registrar.c:3011
wps_process_m7()
(
attr
.
registrar_nonce
==
NULL
||
wps_registrar.c:3069
wps_process_wsc_msg()
os_memcmp
(
wps
->
nonce_r
,
attr
.
registrar_nonce
,
wps_registrar.c:3070
wps_process_wsc_msg()
if
(
attr
.
registrar_nonce
==
NULL
||
wps_registrar.c:3166
wps_process_wsc_ack()
os_memcmp
(
wps
->
nonce_r
,
attr
.
registrar_nonce
,
WPS_NONCE_LEN
)
!=
0
)
wps_registrar.c:3167
wps_process_wsc_ack()
if
(
attr
.
registrar_nonce
==
NULL
||
wps_registrar.c:3235
wps_process_wsc_nack()
os_memcmp
(
wps
->
nonce_r
,
attr
.
registrar_nonce
,
WPS_NONCE_LEN
)
!=
0
)
wps_registrar.c:3236
wps_process_wsc_nack()
if
(
attr
.
registrar_nonce
==
NULL
||
wps_registrar.c:3321
wps_process_wsc_done()
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_parse_attr::registrar_nonce
is written by 1 function and is read by 10 functions:
wps_set_attr()
All items filtered out
wps_parse_attr::registrar_nonce
wps_process_m2()
wps_process_wsc_ack()
wps_process_wsc_nack()
wps_process_m3()
wps_process_m5()
wps_process_m7()
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