ESP-IDF
eapol_callbacks
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
eapol_callbacks
eapol_callbacks struct
Syntax
Show:
Summary
Declaration
Definition
from
eap_i.h:283
struct
eapol_callbacks
;
Implemented in
eap.h:100
Fields
Field
Declared as
eapol_callbacks::get_eap_user
int
(
*
)
(
void
*
ctx
,
const
u8
*
identity
,
size_t
identity_len
,
int
phase2
,
struct
eap_user
*
user
)
eapol_callbacks::get_eap_req_id_text
const
char
*
(
*
)
(
void
*
ctx
,
size_t
*
len
)
eapol_callbacks::log_msg
void
(
*
)
(
void
*
ctx
,
const
char
*
msg
)
eapol_callbacks::get_erp_send_reauth_start
int
(
*
)
(
void
*
ctx
)
eapol_callbacks::get_erp_domain
const
char
*
(
*
)
(
void
*
ctx
)
eapol_callbacks::erp_get_key
struct
eap_server_erp_key
*
(
*
)
(
void
*
ctx
,
const
char
*
keyname
)
eapol_callbacks::erp_add_key
int
(
*
)
(
void
*
ctx
,
struct
eap_server_erp_key
*
erp
)
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out