ESP-IDF
wpa_ft_parse_ies()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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_parse_ies()
wpa_ft_parse_ies() function
Syntax
Show:
Summary
Declaration
from
wpa_common.h:430
int
wpa_ft_parse_ies
(
const
u8
*
ies
,
size_t
ies_len
,
struct
wpa_ft_ies
*
parse
)
;
Arguments
Argument
ies
ies_len
parse
Examples
References
from
examples
Code
Location
Referrer
int
wpa_ft_parse_ies
(
const
u8
*
ies
,
size_t
ies_len
,
wpa_common.c:138
int
wpa_ft_parse_ies
(
const
u8
*
ies
,
size_t
ies_len
,
struct
wpa_ft_ies
*
parse
)
;
wpa_common.h:430
if
(
wpa_ft_parse_ies
(
ies
,
ies_len
,
&
ft
)
<
0
)
wpa_ft.c:82
wpa_sm_set_ft_params()
if
(
wpa_ft_parse_ies
(
ies
,
ies_len
,
&
parse
)
<
0
)
{
wpa_ft.c:451
wpa_ft_process_response()
if
(
wpa_ft_parse_ies
(
ies
,
ies_len
,
&
parse
)
<
0
)
{
wpa_ft.c:736
wpa_ft_validate_reassoc_resp()
Call Tree
from
examples
wpa_ft_parse_ies()
is called by 3 functions and calls 2 functions:
wpa_sm_set_ft_params()
wpa_ft_process_response()
wpa_ft_validate_reassoc_resp()
All items filtered out
wpa_ft_parse_ies()
wpa_parse_wpa_ie_rsn()
wpa_ft_parse_ftie()
All items filtered out
Data Use
from
examples
wpa_ft_parse_ies()
reads 8 variables and writes 9 variables:
wpa_ft_ies::mdie
wpa_ft_ies::ftie
wpa_ft_ies::rsn
wpa_ft_ies::rsn_len
wpa_ft_ies::ric
rsn_ftie::mic_control
wpa_ie_data::num_pmkid
wpa_ie_data::pmkid
All items filtered out
wpa_ft_parse_ies()
wpa_ft_ies::mdie
wpa_ft_ies::mdie_len
wpa_ft_ies::rsn
wpa_ft_ies::rsn_len
wpa_ft_ies::rsn_pmkid
wpa_ft_ies::tie
wpa_ft_ies::tie_len
wpa_ft_ies::ric
wpa_ft_ies::ric_len
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