ESP-IDF
wpa_ft_mic()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_ft_mic()
wpa_ft_mic() function
Syntax
Show:
Summary
Declaration
Definition
from
wpa_common.h:335
int
wpa_ft_mic
(
const
u8
*
kck
,
size_t
kck_len
,
const
u8
*
sta_addr
,
const
u8
*
ap_addr
,
u8
transaction_seqnum
,
const
u8
*
mdie
,
size_t
mdie_len
,
const
u8
*
ftie
,
size_t
ftie_len
,
const
u8
*
rsnie
,
size_t
rsnie_len
,
const
u8
*
ric
,
size_t
ric_len
,
u8
*
mic
)
;
Implemented in
wpa_common.c:26
Arguments
Argument
kck
kck_len
sta_addr
ap_addr
transaction_seqnum
mdie
mdie_len
ftie
ftie_len
rsnie
rsnie_len
ric
ric_len
mic
Examples
References
from
examples
Code
Location
Referrer
int
wpa_ft_mic
(
const
u8
*
kck
,
size_t
kck_len
,
const
u8
*
sta_addr
,
wpa_common.c:26
int
wpa_ft_mic
(
const
u8
*
kck
,
size_t
kck_len
,
const
u8
*
sta_addr
,
wpa_common.h:335
if
(
wpa_ft_mic
(
kck
,
kck_len
,
sm
->
own_addr
,
target_ap
,
5
,
wpa_ft.c:310
wpa_ft_gen_req_ies()
if
(
wpa_ft_mic
(
sm
->
ptk
.
kck
,
sm
->
ptk
.
kck_len
,
sm
->
own_addr
,
src_addr
,
6
,
wpa_ft.c:819
wpa_ft_validate_reassoc_resp()
Call Tree
from
examples
wpa_ft_mic()
is called by 2 functions and calls 3 functions:
wpa_ft_gen_req_ies()
wpa_ft_validate_reassoc_resp()
All items filtered out
wpa_ft_mic()
free()
malloc()
omac1_aes_128()
All items filtered out
Data Use
from
examples
wpa_ft_mic()
reads 1 variable:
rsn_ftie::mic
All items filtered out
wpa_ft_mic()
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