ESP-IDF
tls_connection_handshake2()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tls_connection_handshake2()
tls_connection_handshake2() function
Syntax
Show:
Summary
Declaration
from
tls.h:455
struct
wpabuf
*
tls_connection_handshake2
(
void
*
tls_ctx
,
struct
tls_connection
*
conn
,
const
struct
wpabuf
*
in_data
,
struct
wpabuf
*
*
appl_data
,
int
*
more_data_needed
)
;
Arguments
Argument
tls_ctx
conn
in_data
appl_data
more_data_needed
Examples
References
from
examples
Code
Location
Referrer
struct
wpabuf
*
tls_connection_handshake2
(
void
*
tls_ctx
,
tls_internal.c:475
struct
wpabuf
*
tls_connection_handshake2
(
void
*
tls_ctx
,
tls.h:455
return
tls_connection_handshake2
(
tls_ctx
,
conn
,
in_data
,
appl_data
,
tls_internal.c:470
tls_connection_handshake()
Call Tree
from
examples
tls_connection_handshake2()
is called by 1 function and calls 5 functions:
tls_connection_handshake()
All items filtered out
tls_connection_handshake2()
free()
wpabuf_len()
wpabuf_head()
wpabuf_alloc_ext_data()
tlsv1_client_handshake()
All items filtered out
Data Use
from
examples
tls_connection_handshake2()
reads 1 variable:
tls_connection::client
All items filtered out
tls_connection_handshake2()
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