ESP-IDF
wpa_authenticator::addr
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_authenticator::addr
wpa_authenticator::addr field
Syntax
Show:
Summary
Declaration
from
wpa_auth_i.h:189
u8
addr
[
ETH_ALEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
addr
[
ETH_ALEN
]
;
wpa_auth_i.h:189
return
hostapd_send_eapol
(
wpa_auth
->
addr
,
addr
,
data
,
data_len
)
;
wpa_auth.c:207
wpa_auth_send_eapol()
memcpy
(
buf
,
wpa_auth
->
addr
,
ETH_ALEN
)
;
wpa_auth.c:298
wpa_group_init_gmk_and_counter()
memcpy
(
wpa_auth
->
addr
,
addr
,
ETH_ALEN
)
;
wpa_auth.c:373
wpa_init()
wpa_auth
->
addr
,
addr
,
0
,
NULL
,
wpa_auth.c:960
wpa_auth_pmksa_add_sae()
rsn_pmkid
(
sm
->
PMK
,
sm
->
pmk_len
,
sm
->
wpa_auth
->
addr
,
wpa_auth.c:1587
sm
->
wpa_auth
->
addr
,
sm
->
addr
,
sm
->
ANonce
,
snonce
,
wpa_auth.c:1613
wpa_derive_ptk()
wpa_auth
->
addr
,
group
->
GNonce
,
wpa_auth.c:2263
wpa_gtk_update()
wpa_auth
->
addr
,
group
->
GNonce
,
wpa_auth.c:2274
wpa_gtk_update()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_authenticator::addr
is read by 6 functions:
All items filtered out
wpa_authenticator::addr
wpa_auth_send_eapol()
wpa_group_init_gmk_and_counter()
wpa_init()
wpa_auth_pmksa_add_sae()
wpa_derive_ptk()
wpa_gtk_update()
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