ESP-IDF
hostapd_send_eapol()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hostapd_send_eapol()
hostapd_send_eapol() function
Syntax
Show:
Summary
Declaration
Definition
from
ieee802_1x.c:29
int
hostapd_send_eapol
(
const
u8
*
source
,
const
u8
*
sta_addr
,
const
u8
*
data
,
size_t
data_len
)
;
Implemented in
esp_wpas_glue.c:74
Arguments
Argument
Declared as
source
const
u8
*
sta_addr
const
u8
*
data
const
u8
*
data_len
size_t
Examples
References
from
examples
Code
Location
Referrer
int
hostapd_send_eapol
(
const
u8
*
source
,
const
u8
*
sta_addr
,
esp_wpas_glue.c:74
int
hostapd_send_eapol
(
const
u8
*
source
,
const
u8
*
sta_addr
,
esp_wpas_glue.h:36
int
hostapd_send_eapol
(
const
u8
*
source
,
const
u8
*
sta_addr
,
ieee802_1x.c:29
hostapd_send_eapol
(
hapd
->
own_addr
,
sta
->
addr
,
buf
,
len
)
;
ieee802_1x.c:59
ieee802_1x_send()
return
hostapd_send_eapol
(
wpa_auth
->
addr
,
addr
,
data
,
data_len
)
;
wpa_auth.c:207
wpa_auth_send_eapol()
Call Tree
from
examples
hostapd_send_eapol()
is called by 2 functions and calls 3 functions:
ieee802_1x_send()
wpa_auth_send_eapol()
All items filtered out
hostapd_send_eapol()
free()
malloc()
esp_wifi_internal_tx()
All items filtered out
Data Use
from
examples
hostapd_send_eapol()
reads 3 variables and writes 1 variable:
wifi_interface_t::WIFI_IF_AP
l2_ethhdr::h_dest
l2_ethhdr::h_source
All items filtered out
hostapd_send_eapol()
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