ESP-IDF
wpa_replay_counter_valid()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_replay_counter_valid()
wpa_replay_counter_valid() function
Syntax
Show:
Summary
Declaration
from
wpa_auth.c:528
static
int
wpa_replay_counter_valid
(
struct
wpa_key_replay_counter
*
ctr
,
const
u8
*
replay_counter
)
;
Arguments
Argument
ctr
replay_counter
Related Functions
Found 1 other functions taking a
wpa_key_replay_counter
argument:
Function
wpa_replay_counter_mark_invalid()
Examples
References
from
examples
Code
Location
Referrer
static
int
wpa_replay_counter_valid
(
struct
wpa_key_replay_counter
*
ctr
,
wpa_auth.c:528
!
wpa_replay_counter_valid
(
sm
->
key_replay
,
key
->
replay_counter
)
)
{
wpa_auth.c:734
wpa_receive()
wpa_replay_counter_valid
(
sm
->
prev_key_replay
,
wpa_auth.c:738
wpa_receive()
wpa_replay_counter_valid
(
sm
->
prev_key_replay
,
wpa_auth.c:757
wpa_receive()
Call Tree
from
examples
wpa_replay_counter_valid()
is called by 1 function:
wpa_receive()
All items filtered out
wpa_replay_counter_valid()
All items filtered out
Data Use
from
examples
wpa_replay_counter_valid()
reads 2 variables:
wpa_key_replay_counter::counter
wpa_key_replay_counter::valid
All items filtered out
wpa_replay_counter_valid()
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