ESP-IDF
sta_info::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
sta_info::addr
sta_info::addr field
Syntax
Show:
Summary
Declaration
from
sta_info.h:44
u8
addr
[
6
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
addr
[
6
]
;
sta_info.h:44
os_memcpy
(
addr
,
sta
->
addr
,
ETH_ALEN
)
;
esp_hostap.c:470
wpa_ap_remove()
if
(
sta
->
sae_data
&&
esp_send_sae_auth_reply
(
hapd
,
sta
->
addr
,
frm
->
bssid
,
WLAN_AUTH_SAE
,
2
,
esp_wpa3.c:529
wpa3_process_rx_confirm()
ieee802_1x_receive
(
hapd
,
sta
->
addr
,
data
,
data_len
)
;
esp_wpa_main.c:172
wpa_ap_rx_eapol()
if
(
esp_send_assoc_resp
(
hapd
,
sta_info
->
addr
,
WLAN_STATUS_SUCCESS
,
true
,
subtype
)
!=
WLAN_STATUS_SUCCESS
)
{
esp_wpa_main.c:347
check_n_add_wps_sta()
sae_prepare_commit_pt
(
sta
->
sae
,
pt
,
hapd
->
own_addr
,
sta
->
addr
,
ieee802_11.c:84
auth_build_sae_commit()
sae_prepare_commit
(
hapd
->
own_addr
,
sta
->
addr
,
ieee802_11.c:90
auth_build_sae_commit()
reply_res
=
esp_send_sae_auth_reply
(
hapd
,
sta
->
addr
,
bssid
,
WLAN_AUTH_SAE
,
1
,
ieee802_11.c:157
auth_sae_send_commit()
wpa_auth_pmksa_add_sae
(
hapd
->
wpa_auth
,
sta
->
addr
,
ieee802_11.c:251
sae_accept_sta()
hapd
->
comeback_pending_idx
,
sta
->
addr
,
ieee802_11.c:553
handle_auth_sae()
sta
->
addr
,
h2e
)
;
ieee802_11.c:588
handle_auth_sae()
hostapd_send_eapol
(
hapd
->
own_addr
,
sta
->
addr
,
buf
,
len
)
;
ieee802_1x.c:59
ieee802_1x_send()
return
eapol_auth_alloc
(
hapd
->
eapol_auth
,
sta
->
addr
,
flags
,
ieee802_1x.c:139
ieee802_1x_alloc_eapol_sm()
while
(
s
!=
NULL
&&
os_memcmp
(
s
->
addr
,
sta
,
6
)
!=
0
)
sta_info.c:47
ap_get_sta()
sta
->
hnext
=
hapd
->
sta_hash
[
STA_HASH
(
sta
->
addr
)
]
;
sta_info.c:75
ap_sta_hash_add()
hapd
->
sta_hash
[
STA_HASH
(
sta
->
addr
)
]
=
sta
;
sta_info.c:76
ap_sta_hash_add()
s
=
hapd
->
sta_hash
[
STA_HASH
(
sta
->
addr
)
]
;
sta_info.c:84
ap_sta_hash_del()
if
(
os_memcmp
(
s
->
addr
,
sta
->
addr
,
6
)
==
0
)
{
sta_info.c:86
ap_sta_hash_del()
hapd
->
sta_hash
[
STA_HASH
(
sta
->
addr
)
]
=
s
->
hnext
;
sta_info.c:87
ap_sta_hash_del()
os_memcmp
(
s
->
hnext
->
addr
,
sta
->
addr
,
ETH_ALEN
)
!=
0
)
sta_info.c:92
ap_sta_hash_del()
os_memcpy
(
sta
->
addr
,
addr
,
ETH_ALEN
)
;
sta_info.c:174
ap_sta_add()
esp_wifi_ap_deauth_internal
(
sta
->
addr
,
reason
)
;
sta_info.c:198
ap_sta_delayed_1x_auth_fail_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sta_info::addr
is read by 15 functions:
All items filtered out
sta_info::addr
ieee802_1x_send()
ieee802_1x_alloc_eapol_sm()
ap_get_sta()
ap_sta_hash_add()
ap_sta_hash_del()
ap_sta_add()
ap_sta_delayed_1x_auth_fail_cb()
auth_build_sae_commit()
auth_sae_send_commit()
sae_accept_sta()
handle_auth_sae()
wpa_ap_rx_eapol()
check_n_add_wps_sta()
wpa3_process_rx_confirm()
wpa_ap_remove()
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