ESP-IDF
wpa_eapol_key::key_nonce
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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_eapol_key::key_nonce
wpa_eapol_key::key_nonce field
Syntax
Show:
Summary
Declaration
from
wpa_common.h:168
u8
key_nonce
[
WPA_NONCE_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
key_nonce
[
WPA_NONCE_LEN
]
;
wpa_common.h:168
os_memcpy
(
reply
->
key_nonce
,
nonce
,
WPA_NONCE_LEN
)
;
wpa.c:608
wpa_supplicant_send_2_of_4()
key
->
key_nonce
,
ptk
,
sm
->
key_mgmt
,
wpa.c:628
wpa_derive_ptk()
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()
memcmp
(
sm
->
SNonce
,
key
->
key_nonce
,
WPA_NONCE_LEN
)
!=
0
)
wpa_auth.c:741
wpa_receive()
memcpy
(
sm
->
SNonce
,
key
->
key_nonce
,
WPA_NONCE_LEN
)
;
wpa_auth.c:947
wpa_receive()
memcpy
(
key
->
key_nonce
,
nonce
,
WPA_NONCE_LEN
)
;
wpa_auth.c:1096
__wpa_send_eapol()
const
u8
*
anonce
=
key
->
key_nonce
;
wpa_ft.c:27
wpa_derive_ptk_ft()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_eapol_key::key_nonce
is read by 7 functions:
All items filtered out
wpa_eapol_key::key_nonce
wpa_receive()
__wpa_send_eapol()
wpa_supplicant_send_2_of_4()
wpa_derive_ptk()
wpa_supplicant_process_1_of_4()
wpa_supplicant_process_3_of_4()
wpa_derive_ptk_ft()
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