ESP-IDF
wpa_state_machine::addr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_state_machine::addr
wpa_state_machine::addr field
Syntax
Show:
Summary
Declaration
from
wpa_auth_i.h:28
u8
addr
[
ETH_ALEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
addr
[
ETH_ALEN
]
;
wpa_auth_i.h:28
memcpy
(
sm
->
addr
,
addr
,
ETH_ALEN
)
;
wpa_auth.c:422
wpa_auth_sta_init()
if
(
sm
&&
esp_wifi_ap_is_sta_sae_reauth_node
(
sm
->
addr
)
)
{
wpa_auth.c:497
wpa_auth_sta_deinit()
if
(
wpa_auth_mic_failure_report
(
wpa_auth
,
sm
->
addr
)
>
0
)
wpa_auth.c:610
wpa_receive_error_report()
wpa_sta_disconnect
(
wpa_auth
,
sm
->
addr
,
wpa_auth.c:798
wpa_receive()
wpa_sta_disconnect
(
wpa_auth
,
sm
->
addr
,
wpa_auth.c:826
wpa_receive()
wpa_auth_set_eapol
(
sm
->
wpa_auth
,
sm
->
addr
,
WPA_EAPOL_inc_EapolFramesTx
,
1
)
;
wpa_auth.c:1157
__wpa_send_eapol()
wpa_auth_send_eapol
(
wpa_auth
,
sm
->
addr
,
(
u8
*
)
hdr
,
len
,
sm
->
pairwise_set
)
;
wpa_auth.c:1158
__wpa_send_eapol()
wpa_auth_set_key
(
sm
->
wpa_auth
,
0
,
WIFI_WPA_ALG_NONE
,
sm
->
addr
,
0
,
NULL
,
0
)
;
wpa_auth.c:1248
wpa_remove_ptk()
wpa_auth_set_eapol
(
sm
->
wpa_auth
,
sm
->
addr
,
WPA_EAPOL_portEnabled
,
0
)
;
wpa_auth.c:1354
wpa_auth_set_eapol
(
sm
->
wpa_auth
,
sm
->
addr
,
WPA_EAPOL_portValid
,
0
)
;
wpa_auth.c:1356
wpa_auth_set_eapol
(
sm
->
wpa_auth
,
sm
->
addr
,
wpa_auth.c:1359
wpa_sta_disconnect
(
sm
->
wpa_auth
,
sm
->
addr
,
reason
)
;
wpa_auth.c:1374
wpa_auth_set_eapol
(
sm
->
wpa_auth
,
sm
->
addr
,
WPA_EAPOL_portControl_Auto
,
wpa_auth.c:1390
wpa_auth_set_eapol
(
sm
->
wpa_auth
,
sm
->
addr
,
WPA_EAPOL_portEnabled
,
1
)
;
wpa_auth.c:1392
if
(
wpa_auth_get_msk
(
sm
->
wpa_auth
,
sm
->
addr
,
msk
,
&
len
)
==
0
)
{
wpa_auth.c:1483
wpa_auth_set_eapol
(
sm
->
wpa_auth
,
sm
->
addr
,
WPA_EAPOL_keyRun
,
0
)
;
wpa_auth.c:1506
psk
=
wpa_auth_get_psk
(
sm
->
wpa_auth
,
sm
->
addr
,
NULL
)
;
wpa_auth.c:1514
sm
->
addr
,
&
pmkid
[
2
+
RSN_SELECTOR_LEN
]
,
wpa_auth.c:1588
sm
->
wpa_auth
->
addr
,
sm
->
addr
,
sm
->
ANonce
,
snonce
,
wpa_auth.c:1613
wpa_derive_ptk()
pmk
=
wpa_auth_get_psk
(
sm
->
wpa_auth
,
sm
->
addr
,
pmk
)
;
wpa_auth.c:1639
os_memcpy
(
evt
.
mac
,
sm
->
addr
,
ETH_ALEN
)
;
wpa_auth.c:1672
wpa_sta_disconnect
(
sm
->
wpa_auth
,
sm
->
addr
,
wpa_auth.c:1720
if
(
wpa_auth_set_key
(
sm
->
wpa_auth
,
0
,
alg
,
sm
->
addr
,
0
,
wpa_auth.c:1971
wpa_sta_disconnect
(
sm
->
wpa_auth
,
sm
->
addr
,
wpa_auth.c:1973
wpa_auth_set_eapol
(
sm
->
wpa_auth
,
sm
->
addr
,
wpa_auth.c:1988
wpa_auth_set_eapol
(
sm
->
wpa_auth
,
sm
->
addr
,
wpa_auth.c:1996
wpa_auth_set_eapol
(
sm
->
wpa_auth
,
sm
->
addr
,
WPA_EAPOL_portValid
,
wpa_auth.c:2000
wpa_auth_set_eapol
(
sm
->
wpa_auth
,
sm
->
addr
,
WPA_EAPOL_keyAvailable
,
0
)
;
wpa_auth.c:2003
wpa_auth_set_eapol
(
sm
->
wpa_auth
,
sm
->
addr
,
WPA_EAPOL_keyDone
,
1
)
;
wpa_auth.c:2004
esp_wifi_wpa_ptk_init_done_internal
(
sm
->
addr
)
;
wpa_auth.c:2012
wpa_auth_get_eapol
(
sm
->
wpa_auth
,
sm
->
addr
,
wpa_auth.c:2054
if
(
wpa_auth_get_eapol
(
sm
->
wpa_auth
,
sm
->
addr
,
wpa_auth.c:2062
if
(
wpa_auth_get_psk
(
sm
->
wpa_auth
,
sm
->
addr
,
NULL
)
)
{
wpa_auth.c:2070
sm
->
pmksa
=
pmksa_cache_auth_get
(
wpa_auth
->
pmksa
,
sm
->
addr
,
wpa_auth_ie.c:626
wpa_validate_wpa_ie()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_state_machine::addr
is read by 8 functions:
All items filtered out
wpa_state_machine::addr
wpa_auth_sta_init()
wpa_auth_sta_deinit()
wpa_receive_error_report()
wpa_receive()
__wpa_send_eapol()
wpa_remove_ptk()
wpa_derive_ptk()
wpa_validate_wpa_ie()
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