ESP-IDF
WPA_NONCE_LEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
WPA_NONCE_LEN
WPA_NONCE_LEN macro
Syntax
Show:
Summary
Declaration
from
wpa_common.h:22
#define
WPA_NONCE_LEN
32
Examples
References
from
examples
Code
Location
#define
WPA_NONCE_LEN
32
wpa_common.h:22
os_memcpy
(
reply
->
key_nonce
,
nonce
,
WPA_NONCE_LEN
)
;
wpa.c:608
if
(
os_get_random
(
sm
->
snonce
,
WPA_NONCE_LEN
)
)
{
wpa.c:689
memcpy
(
sm
->
anonce
,
key
->
key_nonce
,
WPA_NONCE_LEN
)
;
wpa.c:726
if
(
memcmp
(
sm
->
anonce
,
key
->
key_nonce
,
WPA_NONCE_LEN
)
!=
0
)
{
wpa.c:1278
group
->
Counter
,
WPA_NONCE_LEN
)
<
0
)
wpa_auth.c:305
memcmp
(
sm
->
SNonce
,
key
->
key_nonce
,
WPA_NONCE_LEN
)
!=
0
)
wpa_auth.c:741
memcpy
(
sm
->
SNonce
,
key
->
key_nonce
,
WPA_NONCE_LEN
)
;
wpa_auth.c:947
u8
data
[
ETH_ALEN
+
WPA_NONCE_LEN
+
8
+
16
]
;
wpa_auth.c:976
memcpy
(
data
+
ETH_ALEN
,
gnonce
,
WPA_NONCE_LEN
)
;
wpa_auth.c:988
pos
=
data
+
ETH_ALEN
+
WPA_NONCE_LEN
;
wpa_auth.c:989
memcpy
(
key
->
key_nonce
,
nonce
,
WPA_NONCE_LEN
)
;
wpa_auth.c:1096
sm
->
group
->
Counter
+
WPA_NONCE_LEN
-
16
,
16
)
;
wpa_auth.c:1132
inc_byte_array
(
sm
->
group
->
Counter
,
WPA_NONCE_LEN
)
;
wpa_auth.c:1133
if
(
os_get_random
(
sm
->
ANonce
,
WPA_NONCE_LEN
)
)
{
wpa_auth.c:1441
if
(
random_get_bytes
(
sm
->
ANonce
,
WPA_NONCE_LEN
)
)
{
wpa_auth.c:1460
memcpy
(
group
->
GNonce
,
group
->
Counter
,
WPA_NONCE_LEN
)
;
wpa_auth.c:2259
inc_byte_array
(
group
->
Counter
,
WPA_NONCE_LEN
)
;
wpa_auth.c:2260
memcpy
(
group
->
GNonce
,
group
->
Counter
,
WPA_NONCE_LEN
)
;
wpa_auth.c:2271
inc_byte_array
(
group
->
Counter
,
WPA_NONCE_LEN
)
;
wpa_auth.c:2272
u8
ANonce
[
WPA_NONCE_LEN
]
;
wpa_auth_i.h:59
u8
SNonce
[
WPA_NONCE_LEN
]
;
wpa_auth_i.h:60
u8
Counter
[
WPA_NONCE_LEN
]
;
wpa_auth_i.h:155
u8
GNonce
[
WPA_NONCE_LEN
]
;
wpa_auth_i.h:164
u8
buf
[
2
*
WPA_NONCE_LEN
+
2
*
ETH_ALEN
]
;
wpa_common.c:790
os_memcpy
(
pos
,
snonce
,
WPA_NONCE_LEN
)
;
wpa_common.c:802
pos
+=
WPA_NONCE_LEN
;
wpa_common.c:803
os_memcpy
(
pos
,
anonce
,
WPA_NONCE_LEN
)
;
wpa_common.c:804
pos
+=
WPA_NONCE_LEN
;
wpa_common.c:805
len
[
2
]
=
WPA_NONCE_LEN
;
wpa_common.c:827
len
[
3
]
=
WPA_NONCE_LEN
;
wpa_common.c:829
u8
data
[
2
*
ETH_ALEN
+
2
*
WPA_NONCE_LEN
]
;
wpa_common.c:1202
size_t
data_len
=
2
*
ETH_ALEN
+
2
*
WPA_NONCE_LEN
;
wpa_common.c:1203
if
(
memcmp
(
nonce1
,
nonce2
,
WPA_NONCE_LEN
)
<
0
)
{
wpa_common.c:1215
memcpy
(
data
+
2
*
ETH_ALEN
,
nonce1
,
WPA_NONCE_LEN
)
;
wpa_common.c:1216
memcpy
(
data
+
2
*
ETH_ALEN
+
WPA_NONCE_LEN
,
nonce2
,
wpa_common.c:1217
WPA_NONCE_LEN
)
;
wpa_common.c:1218
memcpy
(
data
+
2
*
ETH_ALEN
,
nonce2
,
WPA_NONCE_LEN
)
;
wpa_common.c:1220
memcpy
(
data
+
2
*
ETH_ALEN
+
WPA_NONCE_LEN
,
nonce1
,
wpa_common.c:1221
WPA_NONCE_LEN
)
;
wpa_common.c:1222
u8
key_nonce
[
WPA_NONCE_LEN
]
;
wpa_common.h:168
u8
key_nonce
[
WPA_NONCE_LEN
]
;
wpa_common.h:183
u8
anonce
[
WPA_NONCE_LEN
]
;
wpa_common.h:309
u8
snonce
[
WPA_NONCE_LEN
]
;
wpa_common.h:310
os_memcpy
(
ftie
->
snonce
,
sm
->
snonce
,
WPA_NONCE_LEN
)
;
wpa_ft.c:272
os_memcpy
(
ftie
->
anonce
,
anonce
,
WPA_NONCE_LEN
)
;
wpa_ft.c:274
if
(
random_get_bytes
(
sm
->
snonce
,
WPA_NONCE_LEN
)
)
{
wpa_ft.c:366
if
(
os_memcmp
(
ftie
->
snonce
,
sm
->
snonce
,
WPA_NONCE_LEN
)
!=
0
)
{
wpa_ft.c:470
os_memcpy
(
sm
->
anonce
,
ftie
->
anonce
,
WPA_NONCE_LEN
)
;
wpa_ft.c:513
if
(
os_memcmp
(
ftie
->
snonce
,
sm
->
snonce
,
WPA_NONCE_LEN
)
!=
0
)
{
wpa_ft.c:755
if
(
os_memcmp
(
ftie
->
anonce
,
sm
->
anonce
,
WPA_NONCE_LEN
)
!=
0
)
{
wpa_ft.c:764
if
(
random_get_bytes
(
sm
->
snonce
,
WPA_NONCE_LEN
)
)
{
wpa_ft.c:883
u8
snonce
[
WPA_NONCE_LEN
]
;
wpa_i.h:33
u8
anonce
[
WPA_NONCE_LEN
]
;
/* ANonce from the last 1/4 msg */
wpa_i.h:34
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