ESP-IDF
eapol_auth_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eapol_auth_cb
eapol_auth_cb struct
Syntax
Show:
Summary
Declaration
from
eapol_auth_sm.h:43
struct
eapol_auth_cb
{
void
(
*
eapol_send
)
(
void
*
ctx
,
void
*
sta_ctx
,
u8
type
,
const
u8
*
data
,
size_t
datalen
)
;
void
(
*
aaa_send
)
(
void
*
ctx
,
void
*
sta_ctx
,
const
u8
*
data
,
size_t
datalen
)
;
void
(
*
finished
)
(
void
*
ctx
,
void
*
sta_ctx
,
int
success
,
int
preauth
,
int
remediation
)
;
int
(
*
get_eap_user
)
(
void
*
ctx
,
const
u8
*
identity
,
size_t
identity_len
,
int
phase2
,
struct
eap_user
*
user
)
;
int
(
*
sta_entry_alive
)
(
void
*
ctx
,
const
u8
*
addr
)
;
void
(
*
logger
)
(
void
*
ctx
,
const
u8
*
addr
,
eapol_logger_level
level
,
const
char
*
txt
)
;
void
(
*
set_port_authorized
)
(
void
*
ctx
,
void
*
sta_ctx
,
int
authorized
)
;
void
(
*
abort_auth
)
(
void
*
ctx
,
void
*
sta_ctx
)
;
void
(
*
tx_key
)
(
void
*
ctx
,
void
*
sta_ctx
)
;
void
(
*
eapol_event
)
(
void
*
ctx
,
void
*
sta_ctx
,
enum
eapol_event
type
)
;
struct
eap_server_erp_key
*
(
*
erp_get_key
)
(
void
*
ctx
,
const
char
*
keyname
)
;
int
(
*
erp_add_key
)
(
void
*
ctx
,
struct
eap_server_erp_key
*
erp
)
;
}
;
Fields
Field
Declared as
eapol_auth_cb::eapol_send
void
(
*
)
(
void
*
ctx
,
void
*
sta_ctx
,
u8
type
,
const
u8
*
data
,
size_t
datalen
)
eapol_auth_cb::aaa_send
void
(
*
)
(
void
*
ctx
,
void
*
sta_ctx
,
const
u8
*
data
,
size_t
datalen
)
eapol_auth_cb::finished
void
(
*
)
(
void
*
ctx
,
void
*
sta_ctx
,
int
success
,
int
preauth
,
int
remediation
)
eapol_auth_cb::get_eap_user
int
(
*
)
(
void
*
ctx
,
const
u8
*
identity
,
size_t
identity_len
,
int
phase2
,
struct
eap_user
*
user
)
eapol_auth_cb::sta_entry_alive
int
(
*
)
(
void
*
ctx
,
const
u8
*
addr
)
eapol_auth_cb::logger
void
(
*
)
(
void
*
ctx
,
const
u8
*
addr
,
eapol_logger_level
level
,
const
char
*
txt
)
eapol_auth_cb::set_port_authorized
void
(
*
)
(
void
*
ctx
,
void
*
sta_ctx
,
int
authorized
)
eapol_auth_cb::abort_auth
void
(
*
)
(
void
*
ctx
,
void
*
sta_ctx
)
eapol_auth_cb::tx_key
void
(
*
)
(
void
*
ctx
,
void
*
sta_ctx
)
eapol_auth_cb::eapol_event
void
(
*
)
(
void
*
ctx
,
void
*
sta_ctx
,
enum
eapol_event
type
)
eapol_auth_cb::erp_get_key
struct
eap_server_erp_key
*
(
*
)
(
void
*
ctx
,
const
char
*
keyname
)
eapol_auth_cb::erp_add_key
int
(
*
)
(
void
*
ctx
,
struct
eap_server_erp_key
*
erp
)
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
eapol_auth_cb
{
eapol_auth_sm.h:43
struct
eapol_auth_cb
*
cb
)
eapol_auth_sm.c:1219
eapol_auth_init()
eapol_auth_init()::cb
struct
eapol_auth_cb
*
cb
)
;
eapol_auth_sm.h:66
eapol_auth_init()
eapol_auth_init()::cb
struct
eapol_auth_cb
cb
;
eapol_auth_sm_i.h:28
eapol_authenticator
eapol_authenticator::cb
struct
eapol_auth_cb
cb
;
ieee802_1x.c:431
ieee802_1x_init()
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_auth_init()::cb
eapol_auth_init()
eapol_auth_sm.h:66
eapol_authenticator::cb
eapol_authenticator
eapol_auth_sm_i.h:28
eapol_auth_init()::cb
eapol_auth_init()
eapol_auth_sm.c:1219
Lifecycle
from
examples
All items filtered out
All items filtered out