ESP-IDF
WPA_REPLAY_COUNTER_LEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
WPA_REPLAY_COUNTER_LEN
WPA_REPLAY_COUNTER_LEN macro
Syntax
Show:
Summary
Declaration
from
wpa_common.h:21
#define
WPA_REPLAY_COUNTER_LEN
8
Examples
References
from
examples
Code
Location
#define
WPA_REPLAY_COUNTER_LEN
8
wpa_common.h:21
WPA_REPLAY_COUNTER_LEN
)
;
wpa.c:316
inc_byte_array
(
sm
->
request_counter
,
WPA_REPLAY_COUNTER_LEN
)
;
wpa.c:317
WPA_REPLAY_COUNTER_LEN
)
;
wpa.c:596
WPA_REPLAY_COUNTER_LEN
)
;
wpa.c:1220
WPA_REPLAY_COUNTER_LEN
)
;
wpa.c:1588
WPA_REPLAY_COUNTER_LEN
)
;
wpa.c:1712
WPA_REPLAY_COUNTER_LEN
)
;
wpa.c:1716
WPA_REPLAY_COUNTER_LEN
)
<=
0
)
{
wpa.c:1971
os_memset
(
sm
->
rx_replay_counter
,
0
,
WPA_REPLAY_COUNTER_LEN
)
;
wpa.c:2197
memset
(
sm
->
rx_replay_counter
,
0
,
WPA_REPLAY_COUNTER_LEN
)
;
wpa.c:2330
WPA_REPLAY_COUNTER_LEN
)
==
0
)
wpa_auth.c:536
WPA_REPLAY_COUNTER_LEN
)
==
0
)
)
wpa_auth.c:550
WPA_REPLAY_COUNTER_LEN
)
<=
0
)
{
wpa_auth.c:728
WPA_REPLAY_COUNTER_LEN
)
;
wpa_auth.c:880
WPA_REPLAY_COUNTER_LEN
)
;
wpa_auth.c:1088
inc_byte_array
(
sm
->
key_replay
[
0
]
.
counter
,
WPA_REPLAY_COUNTER_LEN
)
;
wpa_auth.c:1090
WPA_REPLAY_COUNTER_LEN
)
;
wpa_auth.c:1092
u8
counter
[
WPA_REPLAY_COUNTER_LEN
]
;
wpa_auth_i.h:70
u8
req_replay_counter
[
WPA_REPLAY_COUNTER_LEN
]
;
wpa_auth_i.h:96
u8
replay_counter
[
WPA_REPLAY_COUNTER_LEN
]
;
wpa_common.h:167
u8
replay_counter
[
WPA_REPLAY_COUNTER_LEN
]
;
wpa_common.h:182
u8
rx_replay_counter
[
WPA_REPLAY_COUNTER_LEN
]
;
wpa_i.h:36
u8
request_counter
[
WPA_REPLAY_COUNTER_LEN
]
;
wpa_i.h:38
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