ESP-IDF
wpa_sm::own_addr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/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::own_addr
wpa_sm::own_addr field
Syntax
Show:
Summary
Declaration
from
wpa_i.h:70
u8
own_addr
[
ETH_ALEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
own_addr
[
ETH_ALEN
]
;
wpa_i.h:70
os_memcpy
(
eth
->
h_source
,
gWpaSm
.
own_addr
,
ETH_ALEN
)
;
esp_wpas_glue.c:68
wpa_ether_send()
os_memcpy
(
gWpaSm
.
own_addr
,
sm
->
ownaddr
,
ETH_ALEN
)
;
esp_wps.c:1455
wifi_station_wps_init()
aa
,
pmksa
->
sm
->
own_addr
,
pmksa_cache.c:340
pmksa_cache_clone_entry()
NULL
,
NULL
,
0
,
src_addr
,
sm
->
own_addr
,
wpa.c:437
wpa_supplicant_get_pmk()
sm
->
own_addr
,
sm
->
bssid
,
sm
->
snonce
,
wpa.c:627
wpa_derive_ptk()
bssid
,
sm
->
own_addr
,
wpa.c:2111
wpa_sm_set_pmk()
sm
->
bssid
,
sm
->
own_addr
,
wpa.c:2304
wpa_set_pmk()
memcpy
(
sm
->
own_addr
,
macddr
,
ETH_ALEN
)
;
wpa.c:2333
wpa_set_bss()
sm
->
bssid
,
sm
->
own_addr
,
sm
->
network_ctx
,
sm
->
key_mgmt
)
;
wpa.c:2984
owe_process_assoc_resp()
sm
->
r0kh_id
,
sm
->
r0kh_id_len
,
sm
->
own_addr
,
wpa_ft.c:40
wpa_derive_ptk_ft()
sm
->
own_addr
,
sm
->
pmk_r1
,
sm
->
pmk_r1_name
)
;
wpa_ft.c:46
wpa_derive_ptk_ft()
return
wpa_pmk_r1_to_ptk
(
sm
->
pmk_r1
,
sm
->
snonce
,
anonce
,
sm
->
own_addr
,
wpa_ft.c:50
wpa_derive_ptk_ft()
if
(
wpa_ft_mic
(
kck
,
kck_len
,
sm
->
own_addr
,
target_ap
,
5
,
wpa_ft.c:310
wpa_ft_gen_req_ies()
sm
->
own_addr
,
sm
->
pmk_r1
,
sm
->
pmk_r1_name
)
;
wpa_ft.c:515
wpa_ft_process_response()
sm
->
own_addr
,
bssid
,
sm
->
pmk_r1_name
,
&
sm
->
ptk
,
wpa_ft.c:523
wpa_ft_process_response()
if
(
wpa_ft_mic
(
sm
->
ptk
.
kck
,
sm
->
ptk
.
kck_len
,
sm
->
own_addr
,
src_addr
,
6
,
wpa_ft.c:819
wpa_ft_validate_reassoc_resp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_sm::own_addr
is read by 13 functions:
All items filtered out
wpa_sm::own_addr
pmksa_cache_clone_entry()
wpa_supplicant_get_pmk()
wpa_derive_ptk()
wpa_sm_set_pmk()
wpa_set_pmk()
wpa_set_bss()
owe_process_assoc_resp()
wpa_ether_send()
wifi_station_wps_init()
wpa_derive_ptk_ft()
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