ESP-IDF
eap_tls_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eap_tls_data
eap_tls_data struct
Syntax
Show:
Summary
Declaration
from
eap_tls.c:23
struct
eap_tls_data
{
struct
eap_ssl_data
ssl
;
u8
*
key_data
;
u8
*
session_id
;
size_t
id_len
;
void
*
ssl_ctx
;
u8
eap_type
;
struct
wpabuf
*
pending_resp
;
bool
prot_success_received
;
}
;
Fields
Field
Declared as
eap_tls_data::ssl
struct
eap_ssl_data
eap_tls_data::key_data
u8
*
eap_tls_data::session_id
u8
*
eap_tls_data::id_len
size_t
eap_tls_data::ssl_ctx
void
*
eap_tls_data::eap_type
u8
eap_tls_data::pending_resp
struct
wpabuf
*
eap_tls_data::prot_success_received
bool
Related Functions
Found 3 other functions taking a
eap_tls_data
argument:
Function
eap_tls_free_key()
eap_tls_failure()
eap_tls_success()
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
eap_tls_data
{
eap_tls.c:23
struct
eap_tls_data
*
data
;
eap_tls.c:37
eap_tls_init()
data
=
(
struct
eap_tls_data
*
)
os_zalloc
(
sizeof
(
*
data
)
)
;
eap_tls.c:46
eap_tls_init()
static
void
eap_tls_free_key
(
struct
eap_tls_data
*
data
)
eap_tls.c:64
eap_tls_free_key()
eap_tls_free_key()::data
struct
eap_tls_data
*
data
=
priv
;
eap_tls.c:75
eap_tls_deinit()
os_free
(
data
)
;
eap_tls.c:82
eap_tls_deinit()
struct
eap_tls_data
*
data
,
eap_tls.c:87
eap_tls_failure()
eap_tls_failure()::data
static
void
eap_tls_success
(
struct
eap_sm
*
sm
,
struct
eap_tls_data
*
data
,
eap_tls.c:122
eap_tls_success()
eap_tls_success()::data
struct
eap_tls_data
*
data
=
priv
;
eap_tls.c:190
eap_tls_process()
struct
eap_tls_data
*
data
=
priv
;
eap_tls.c:272
eap_tls_isKeyAvailable()
struct
eap_tls_data
*
data
=
priv
;
eap_tls.c:278
eap_tls_getKey()
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
eap_tls_free_key()::data
eap_tls_free_key()
eap_tls.c:64
eap_tls_failure()::data
eap_tls_failure()
eap_tls.c:87
eap_tls_success()::data
eap_tls_success()
eap_tls.c:122
Lifecycle
from
examples
eap_tls_data
is allocated by 1 symbol and is freed by 1 symbol:
eap_tls_init()
All items filtered out
eap_tls_data
eap_tls_deinit()
All items filtered out