ESP-IDF
wpa_sm::snonce
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
wpa_sm::snonce
wpa_sm::snonce field
Syntax
Show:
Summary
Declaration
from
wpa_i.h:33
u8
snonce
[
WPA_NONCE_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
snonce
[
WPA_NONCE_LEN
]
;
wpa_i.h:33
sm
->
own_addr
,
sm
->
bssid
,
sm
->
snonce
,
wpa.c:627
wpa_derive_ptk()
if
(
os_get_random
(
sm
->
snonce
,
WPA_NONCE_LEN
)
)
{
wpa.c:689
wpa_supplicant_process_1_of_4()
if
(
wpa_supplicant_send_2_of_4
(
sm
,
sm
->
bssid
,
key
,
ver
,
sm
->
snonce
,
wpa.c:721
wpa_supplicant_process_1_of_4()
return
wpa_pmk_r1_to_ptk
(
sm
->
pmk_r1
,
sm
->
snonce
,
anonce
,
sm
->
own_addr
,
wpa_ft.c:50
wpa_derive_ptk_ft()
os_memcpy
(
ftie
->
snonce
,
sm
->
snonce
,
WPA_NONCE_LEN
)
;
wpa_ft.c:272
wpa_ft_gen_req_ies()
if
(
random_get_bytes
(
sm
->
snonce
,
WPA_NONCE_LEN
)
)
{
wpa_ft.c:366
wpa_ft_prepare_auth_request()
if
(
os_memcmp
(
ftie
->
snonce
,
sm
->
snonce
,
WPA_NONCE_LEN
)
!=
0
)
{
wpa_ft.c:470
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()
if
(
os_memcmp
(
ftie
->
snonce
,
sm
->
snonce
,
WPA_NONCE_LEN
)
!=
0
)
{
wpa_ft.c:755
wpa_ft_validate_reassoc_resp()
if
(
random_get_bytes
(
sm
->
snonce
,
WPA_NONCE_LEN
)
)
{
wpa_ft.c:883
wpa_ft_start_over_ds()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_sm::snonce
is read by 8 functions:
All items filtered out
wpa_sm::snonce
wpa_derive_ptk()
wpa_supplicant_process_1_of_4()
wpa_derive_ptk_ft()
wpa_ft_gen_req_ies()
wpa_ft_prepare_auth_request()
wpa_ft_process_response()
wpa_ft_validate_reassoc_resp()
wpa_ft_start_over_ds()
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