ESP-IDF
rsn_ftie::anonce
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rsn_ftie::anonce
rsn_ftie::anonce field
Syntax
Show:
Summary
Declaration
from
wpa_common.h:309
u8
anonce
[
WPA_NONCE_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
anonce
[
WPA_NONCE_LEN
]
;
wpa_common.h:309
os_memcpy
(
ftie
->
anonce
,
anonce
,
WPA_NONCE_LEN
)
;
wpa_ft.c:274
wpa_ft_gen_req_ies()
os_memcpy
(
sm
->
anonce
,
ftie
->
anonce
,
WPA_NONCE_LEN
)
;
wpa_ft.c:513
wpa_ft_process_response()
if
(
wpa_pmk_r1_to_ptk
(
sm
->
pmk_r1
,
sm
->
snonce
,
ftie
->
anonce
,
wpa_ft.c:522
wpa_ft_process_response()
ft_ies
=
wpa_ft_gen_req_ies
(
sm
,
&
ft_ies_len
,
ftie
->
anonce
,
wpa_ft.c:527
wpa_ft_process_response()
if
(
os_memcmp
(
ftie
->
anonce
,
sm
->
anonce
,
WPA_NONCE_LEN
)
!=
0
)
{
wpa_ft.c:764
wpa_ft_validate_reassoc_resp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rsn_ftie::anonce
is read by 3 functions:
All items filtered out
rsn_ftie::anonce
wpa_ft_gen_req_ies()
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