ESP-IDF
wpa_ether_send()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_ether_send()
wpa_ether_send() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_wpas_glue.h:31
int
wpa_ether_send
(
void
*
ctx
,
const
u8
*
dest
,
u16
proto
,
const
u8
*
data
,
size_t
data_len
)
;
Implemented in
esp_wpas_glue.c:61
Arguments
Argument
ctx
dest
proto
data
data_len
Examples
References
from
examples
Code
Location
Referrer
int
wpa_ether_send
(
void
*
ctx
,
const
u8
*
dest
,
u16
proto
,
esp_wpas_glue.c:61
int
wpa_ether_send
(
void
*
ctx
,
const
u8
*
dest
,
u16
proto
,
esp_wpas_glue.h:31
ret
=
wpa_ether_send
(
sm
,
bssid
,
ETH_P_EAPOL
,
outbuf
,
outlen
)
;
esp_eap_client.c:319
eap_sm_send_eapol()
wpa_ether_send
(
sm
,
bssid
,
ETH_P_EAPOL
,
buf
,
len
)
;
esp_eap_client.c:647
wpa2_start_eapol_internal()
return
wpa_ether_send
(
sm
,
bssid
,
proto
,
data
,
data_len
)
;
esp_wps.c:268
wps_sm_ether_send()
return
wpa_ether_send
(
sm
,
dest
,
proto
,
data
,
data_len
)
;
wpa.c:209
wpa_sm_ether_send()
Call Tree
from
examples
wpa_ether_send()
is called by 4 functions and calls 1 function:
wpa_sm_ether_send()
eap_sm_send_eapol()
wpa2_start_eapol_internal()
wps_sm_ether_send()
All items filtered out
wpa_ether_send()
esp_wifi_internal_tx()
All items filtered out
Data Use
from
examples
wpa_ether_send()
reads 5 variables and writes 1 variable:
wifi_interface_t::WIFI_IF_STA
wpa_sm::own_addr
l2_ethhdr::h_dest
l2_ethhdr::h_source
gWpaSm
All items filtered out
wpa_ether_send()
l2_ethhdr::h_proto
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