ESP-IDF
WPS_NONCE_LEN
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_NONCE_LEN
WPS_NONCE_LEN macro
Syntax
Show:
Summary
Declaration
from
wps_defs.h:33
#define
WPS_NONCE_LEN
16
Examples
References
from
examples
Code
Location
#define
WPS_NONCE_LEN
16
wps_defs.h:33
wpabuf_put_be16
(
msg
,
WPS_NONCE_LEN
)
;
wps_attr_build.c:296
wpabuf_put_data
(
msg
,
wps
->
nonce_e
,
WPS_NONCE_LEN
)
;
wps_attr_build.c:297
wpabuf_put_be16
(
msg
,
WPS_NONCE_LEN
)
;
wps_attr_build.c:306
wpabuf_put_data
(
msg
,
wps
->
nonce_r
,
WPS_NONCE_LEN
)
;
wps_attr_build.c:307
if
(
len
!=
WPS_NONCE_LEN
)
{
wps_attr_parse.c:173
if
(
len
!=
WPS_NONCE_LEN
)
{
wps_attr_parse.c:181
len
[
0
]
=
WPS_NONCE_LEN
;
wps_common.c:113
len
[
2
]
=
WPS_NONCE_LEN
;
wps_common.c:117
if
(
random_get_bytes
(
wps
->
nonce_e
,
WPS_NONCE_LEN
)
<
0
)
wps_enrollee.c:112
os_memcpy
(
wps
->
nonce_r
,
r_nonce
,
WPS_NONCE_LEN
)
;
wps_enrollee.c:531
if
(
os_memcmp
(
wps
->
nonce_e
,
e_nonce
,
WPS_NONCE_LEN
)
!=
0
)
{
wps_enrollee.c:546
os_memcmp
(
wps
->
nonce_e
,
attr
->
enrollee_nonce
,
WPS_NONCE_LEN
)
!=
0
)
{
wps_enrollee.c:1397
os_memcmp
(
wps
->
nonce_r
,
attr
->
registrar_nonce
,
WPS_NONCE_LEN
)
!=
0
)
wps_enrollee.c:1520
os_memcmp
(
wps
->
nonce_e
,
attr
->
enrollee_nonce
,
WPS_NONCE_LEN
)
!=
0
)
{
wps_enrollee.c:1528
os_memcmp
(
wps
->
nonce_r
,
attr
->
registrar_nonce
,
WPS_NONCE_LEN
)
!=
0
)
wps_enrollee.c:1586
os_memcmp
(
wps
->
nonce_e
,
attr
->
enrollee_nonce
,
WPS_NONCE_LEN
)
!=
0
)
{
wps_enrollee.c:1598
u8
nonce_e
[
WPS_NONCE_LEN
]
;
wps_i.h:54
u8
nonce_r
[
WPS_NONCE_LEN
]
;
wps_i.h:55
if
(
random_get_bytes
(
wps
->
nonce_r
,
WPS_NONCE_LEN
)
<
0
)
wps_registrar.c:1906
os_memcpy
(
wps
->
nonce_e
,
e_nonce
,
WPS_NONCE_LEN
)
;
wps_registrar.c:2229
if
(
os_memcmp
(
wps
->
nonce_r
,
r_nonce
,
WPS_NONCE_LEN
)
!=
0
)
{
wps_registrar.c:2244
WPS_NONCE_LEN
)
!=
0
)
)
{
wps_registrar.c:3071
os_memcmp
(
wps
->
nonce_r
,
attr
.
registrar_nonce
,
WPS_NONCE_LEN
)
!=
0
)
wps_registrar.c:3167
os_memcmp
(
wps
->
nonce_e
,
attr
.
enrollee_nonce
,
WPS_NONCE_LEN
)
!=
0
)
{
wps_registrar.c:3174
os_memcmp
(
wps
->
nonce_r
,
attr
.
registrar_nonce
,
WPS_NONCE_LEN
)
!=
0
)
wps_registrar.c:3236
os_memcmp
(
wps
->
nonce_e
,
attr
.
enrollee_nonce
,
WPS_NONCE_LEN
)
!=
0
)
{
wps_registrar.c:3243
os_memcmp
(
wps
->
nonce_r
,
attr
.
registrar_nonce
,
WPS_NONCE_LEN
)
!=
0
)
wps_registrar.c:3322
os_memcmp
(
wps
->
nonce_e
,
attr
.
enrollee_nonce
,
WPS_NONCE_LEN
)
!=
0
)
{
wps_registrar.c:3329
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