ESP-IDF
hostapd_data::own_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
hostapd_data::own_addr
hostapd_data::own_addr field
Syntax
Show:
Summary
Declaration
from
hostapd.h:103
u8
own_addr
[
ETH_ALEN
]
;
Examples
References
from
examples
Code
Location
Referrer
u8
own_addr
[
ETH_ALEN
]
;
hostapd.h:103
esp_wifi_get_macaddr_internal
(
WIFI_IF_AP
,
hapd
->
own_addr
)
;
esp_hostap.c:181
hostap_init()
hapd
->
wpa_auth
=
wpa_init
(
hapd
->
own_addr
,
auth_conf
,
NULL
)
;
esp_hostap.c:183
hostap_init()
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()
hostapd_send_eapol
(
hapd
->
own_addr
,
sta
->
addr
,
buf
,
len
)
;
ieee802_1x.c:59
ieee802_1x_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hostapd_data::own_addr
is read by 3 functions:
All items filtered out
hostapd_data::own_addr
ieee802_1x_send()
auth_build_sae_commit()
hostap_init()
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