ESP-IDF
wpa_sm::anonce
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_sm::anonce
wpa_sm::anonce field
Syntax
Show:
Summary
Declaration
from
wpa_i.h:34
u8
anonce
[
WPA_NONCE_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
anonce
[
WPA_NONCE_LEN
]
;
/* ANonce from the last 1/4 msg */
wpa_i.h:34
memcpy
(
sm
->
anonce
,
key
->
key_nonce
,
WPA_NONCE_LEN
)
;
wpa.c:726
wpa_supplicant_process_1_of_4()
if
(
memcmp
(
sm
->
anonce
,
key
->
key_nonce
,
WPA_NONCE_LEN
)
!=
0
)
{
wpa.c:1278
wpa_supplicant_process_3_of_4()
os_memcpy
(
sm
->
anonce
,
ftie
->
anonce
,
WPA_NONCE_LEN
)
;
wpa_ft.c:513
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
wpa_sm::anonce
is read by 4 functions:
All items filtered out
wpa_sm::anonce
wpa_supplicant_process_1_of_4()
wpa_supplicant_process_3_of_4()
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