ESP-IDF
WPS_SECRET_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_SECRET_NONCE_LEN
WPS_SECRET_NONCE_LEN macro
Syntax
Show:
Summary
Declaration
from
wps_defs.h:39
#define
WPS_SECRET_NONCE_LEN
16
Examples
References
from
examples
Code
Location
#define
WPS_SECRET_NONCE_LEN
16
wps_defs.h:39
if
(
len
!=
WPS_SECRET_NONCE_LEN
)
{
wps_attr_parse.c:356
if
(
len
!=
WPS_SECRET_NONCE_LEN
)
{
wps_attr_parse.c:364
if
(
len
!=
WPS_SECRET_NONCE_LEN
)
{
wps_attr_parse.c:372
if
(
len
!=
WPS_SECRET_NONCE_LEN
)
{
wps_attr_parse.c:380
if
(
random_get_bytes
(
wps
->
snonce
,
2
*
WPS_SECRET_NONCE_LEN
)
<
0
)
wps_enrollee.c:43
len
[
0
]
=
WPS_SECRET_NONCE_LEN
;
wps_enrollee.c:61
addr
[
0
]
=
wps
->
snonce
+
WPS_SECRET_NONCE_LEN
;
wps_enrollee.c:76
wpabuf_put_be16
(
msg
,
WPS_SECRET_NONCE_LEN
)
;
wps_enrollee.c:89
wpabuf_put_data
(
msg
,
wps
->
snonce
,
WPS_SECRET_NONCE_LEN
)
;
wps_enrollee.c:90
wpabuf_put_be16
(
msg
,
WPS_SECRET_NONCE_LEN
)
;
wps_enrollee.c:99
wpabuf_put_data
(
msg
,
wps
->
snonce
+
WPS_SECRET_NONCE_LEN
,
wps_enrollee.c:100
WPS_SECRET_NONCE_LEN
)
;
wps_enrollee.c:101
len
[
0
]
=
WPS_SECRET_NONCE_LEN
;
wps_enrollee.c:651
len
[
0
]
=
WPS_SECRET_NONCE_LEN
;
wps_enrollee.c:691
u8
snonce
[
2
*
WPS_SECRET_NONCE_LEN
]
;
wps_i.h:58
if
(
random_get_bytes
(
wps
->
snonce
,
2
*
WPS_SECRET_NONCE_LEN
)
<
0
)
wps_registrar.c:1477
len
[
0
]
=
WPS_SECRET_NONCE_LEN
;
wps_registrar.c:1495
addr
[
0
]
=
wps
->
snonce
+
WPS_SECRET_NONCE_LEN
;
wps_registrar.c:1510
wpabuf_put_be16
(
msg
,
WPS_SECRET_NONCE_LEN
)
;
wps_registrar.c:1523
wpabuf_put_data
(
msg
,
wps
->
snonce
,
WPS_SECRET_NONCE_LEN
)
;
wps_registrar.c:1524
wpabuf_put_be16
(
msg
,
WPS_SECRET_NONCE_LEN
)
;
wps_registrar.c:1533
wpabuf_put_data
(
msg
,
wps
->
snonce
+
WPS_SECRET_NONCE_LEN
,
wps_registrar.c:1534
WPS_SECRET_NONCE_LEN
)
;
wps_registrar.c:1535
len
[
0
]
=
WPS_SECRET_NONCE_LEN
;
wps_registrar.c:2325
len
[
0
]
=
WPS_SECRET_NONCE_LEN
;
wps_registrar.c:2365
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