ESP-IDF
eapol_authenticator
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
components
app_trace
app_update
bootloader_support
bt
cmock
console
cxx
driver
efuse
esp_adc
esp_app_format
esp_bootloader_format
esp_coex
esp_common
esp_driver_ana_cmpr
esp_driver_cam
esp_driver_dac
esp_driver_gpio
esp_driver_gptimer
esp_driver_i2c
esp_driver_i2s
esp_driver_jpeg
esp_driver_ledc
esp_driver_mcpwm
esp_driver_parlio
esp_driver_pcnt
esp_driver_rmt
esp_driver_sdio
esp_driver_sdm
esp_driver_sdmmc
esp_driver_sdspi
esp_driver_spi
esp_driver_tsens
esp_driver_uart
esp_driver_usb_serial_jtag
esp_eth
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server
esp_https_ota
esp_https_server
esp_hw_support
esp_lcd
esp_local_ctrl
esp_mm
esp_netif
esp_partition
esp_phy
esp_pm
esp_psram
esp_ringbuf
esp_rom
esp_security
esp_system
esp_timer
esp_vfs_console
esp_wifi
esp-tls
espcoredump
hal
heap
http_parser
ieee802154
log
mqtt
newlib
nvs_flash
nvs_sec_provider
openthread
perfmon
protobuf-c
protocomm
pthread
rt
sdmmc
soc
spi_flash
spiffs
tcp_transport
ulp
unity
vfs
wear_levelling
wifi_provisioning
wpa_supplicant
esp_supplicant
include
port
src
ap
ap_config.c
ap_config.h
comeback_token.c
comeback_token.h
eap_user_db.c
hostapd.h
wpa_driver_ops
wpa_ctrl_dst
radius_server_data
upnp_wps_device_sm
hostapd_data
sta_info
hostap_sta_driver_data
ieee80211_ht_capabilities
full_dynamic_vlan
wps_event
wps_event_data
hostapd_iface
hapd_interfaces
hostapd_probereq_cb
hostapd_rate_data
hostapd_frame_info
hostapd_sae_commit_queue
hapd_wps_status
pbc_status
wps_stat
hostapd_data
eapol_authenticator
wpa_authenticator
wps_context
hostapd_get_hapd_data()
hostapd_get_eap_user()
ieee802_11.c
ieee802_11.h
ieee802_1x.c
ieee802_1x.h
pmksa_cache_auth.c
pmksa_cache_auth.h
sta_info.c
sta_info.h
wpa_auth_i.h
wpa_auth_ie.c
wpa_auth_ie.h
wpa_auth.c
wpa_auth.h
wps_hostapd.c
wps_hostapd.h
common
crypto
drivers
eap_common
eap_peer
eap_server
eapol_auth
rsn_supp
tls
utils
wps
xtensa
examples
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eapol_authenticator
eapol_authenticator struct
struct eapol_authenticator - Global EAPOL authenticator data
Syntax
Show:
Summary
Declaration
Definition
from
hostapd.h:110
struct
eapol_authenticator
;
Implemented in
eapol_auth_sm_i.h:26
Fields
Field
Declared as
eapol_authenticator::conf
struct
eapol_auth_config
eapol_authenticator::cb
struct
eapol_auth_cb
eapol_authenticator::default_wep_key
u8
*
eapol_authenticator::default_wep_key_idx
u8
Related Functions
Found 3 other functions taking a
eapol_authenticator
argument:
Function
eapol_sm_sta_entry_alive()
eapol_auth_alloc()
eapol_auth_deinit()
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
eapol_authenticator
{
eapol_auth_sm_i.h:26
struct
eapol_authenticator
*
eapol_auth_init
(
struct
eapol_auth_config
*
conf
,
eapol_auth_sm.h:65
struct
eapol_authenticator
*
eapol_auth
;
hostapd.h:110
eapol_auth_alloc
(
struct
eapol_authenticator
*
eapol
,
const
u8
*
addr
,
eapol_auth_sm.c:770
eapol_auth_alloc()
eapol_auth_alloc()::eapol
static
int
eapol_sm_sta_entry_alive
(
struct
eapol_authenticator
*
eapol
,
eapol_auth_sm.c:879
eapol_sm_sta_entry_alive()
eapol_sm_sta_entry_alive()::eapol
struct
eapol_authenticator
*
eapol
=
sm
->
eapol
;
eapol_auth_sm.c:888
eapol_sm_step_run()
struct
eapol_authenticator
*
eapol_auth_init
(
struct
eapol_auth_config
*
conf
,
eapol_auth_sm.c:1218
eapol_auth_init()
struct
eapol_authenticator
*
eapol
;
eapol_auth_sm.c:1221
eapol_auth_init()
eapol
=
os_zalloc
(
sizeof
(
*
eapol
)
)
;
eapol_auth_sm.c:1223
eapol_auth_init()
os_free
(
eapol
)
;
eapol_auth_sm.c:1228
eapol_auth_init()
void
eapol_auth_deinit
(
struct
eapol_authenticator
*
eapol
)
eapol_auth_sm.c:1256
eapol_auth_deinit()
eapol_auth_deinit()::eapol
os_free
(
eapol
)
;
eapol_auth_sm.c:1265
eapol_auth_deinit()
struct
eapol_authenticator
*
eapol_auth_init
(
struct
eapol_auth_config
*
conf
,
eapol_auth_sm.h:65
eapol_auth_init()
void
eapol_auth_deinit
(
struct
eapol_authenticator
*
eapol
)
;
eapol_auth_sm.h:67
eapol_auth_deinit()
eapol_auth_deinit()::eapol
eapol_auth_alloc
(
struct
eapol_authenticator
*
eapol
,
const
u8
*
addr
,
eapol_auth_sm.h:69
eapol_auth_alloc()
eapol_auth_alloc()::eapol
struct
eapol_authenticator
*
eapol
;
eapol_auth_sm_i.h:167
eapol_state_machine
eapol_state_machine::eapol
struct
eapol_authenticator
*
eapol_auth
;
hostapd.h:110
hostapd_data
hostapd_data::eapol_auth
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
eapol_state_machine::eapol
eapol_state_machine
eapol_auth_sm_i.h:167
hostapd_data::eapol_auth
hostapd_data
hostapd.h:110
return
eapol_auth_init()
eapol_auth_sm.h:65
eapol_auth_deinit()::eapol
eapol_auth_deinit()
eapol_auth_sm.h:67
eapol_auth_alloc()::eapol
eapol_auth_alloc()
eapol_auth_sm.h:69
eapol_auth_alloc()::eapol
eapol_auth_alloc()
eapol_auth_sm.c:770
eapol_sm_sta_entry_alive()::eapol
eapol_sm_sta_entry_alive()
eapol_auth_sm.c:879
return
eapol_auth_init()
eapol_auth_sm.c:1218
eapol_auth_deinit()::eapol
eapol_auth_deinit()
eapol_auth_sm.c:1256
Lifecycle
from
examples
eapol_authenticator
is allocated by 1 symbol and is freed by 2 symbols:
eapol_auth_init()
All items filtered out
eapol_authenticator
eapol_auth_init()
eapol_auth_deinit()
All items filtered out