ESP-IDF
wpa_ft_ies::r0kh_id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_ft_ies::r0kh_id
wpa_ft_ies::r0kh_id field
Syntax
Show:
Summary
Declaration
from
wpa_common.h:417
const
u8
*
r0kh_id
;
Examples
References
from
examples
Code
Location
Referrer
const
u8
*
r0kh_id
;
wpa_common.h:417
parse
->
r0kh_id
=
pos
+
2
;
wpa_common.c:120
wpa_ft_parse_ftie()
if
(
ft
.
r0kh_id
)
{
wpa_ft.c:95
wpa_sm_set_ft_params()
os_memcpy
(
sm
->
r0kh_id
,
ft
.
r0kh_id
,
ft
.
r0kh_id_len
)
;
wpa_ft.c:98
wpa_sm_set_ft_params()
if
(
parse
.
r0kh_id
==
NULL
)
{
wpa_ft.c:479
wpa_ft_process_response()
os_memcmp_const
(
parse
.
r0kh_id
,
sm
->
r0kh_id
,
parse
.
r0kh_id_len
)
!=
0
)
wpa_ft.c:485
wpa_ft_process_response()
if
(
parse
.
r0kh_id
==
NULL
)
{
wpa_ft.c:773
wpa_ft_validate_reassoc_resp()
os_memcmp_const
(
parse
.
r0kh_id
,
sm
->
r0kh_id
,
parse
.
r0kh_id_len
)
!=
0
)
wpa_ft.c:779
wpa_ft_validate_reassoc_resp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_ft_ies::r0kh_id
is written by 1 function and is read by 3 functions:
wpa_ft_parse_ftie()
All items filtered out
wpa_ft_ies::r0kh_id
wpa_sm_set_ft_params()
wpa_ft_process_response()
wpa_ft_validate_reassoc_resp()
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