ESP-IDF
wpabuf_alloc_ext_data()
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
wpabuf_alloc_ext_data()
wpabuf_alloc_ext_data() function
Syntax
Show:
Summary
Declaration
Definition
from
wpabuf.h:37
struct
wpabuf
*
wpabuf_alloc_ext_data
(
u8
*
data
,
size_t
len
)
;
Implemented in
wpabuf.c:138
Arguments
Argument
data
len
Examples
References
from
examples
Code
Location
Referrer
struct
wpabuf
*
wpabuf_alloc_ext_data
(
u8
*
data
,
size_t
len
)
wpabuf.c:138
struct
wpabuf
*
wpabuf_alloc_ext_data
(
u8
*
data
,
size_t
len
)
;
wpabuf.h:37
ret
=
wpabuf_alloc_ext_data
(
buf
,
buflen
)
;
json.c:523
json_get_member_base64url()
out
=
wpabuf_alloc_ext_data
(
res
,
res_len
)
;
tls_internal.c:496
tls_connection_handshake2()
*
appl_data
=
wpabuf_alloc_ext_data
(
ad
,
ad_len
)
;
tls_internal.c:504
tls_connection_handshake2()
conn
->
tls_io_data
.
out_data
=
wpabuf_alloc_ext_data
(
dummy
,
0
)
;
tls_mbedtls.c:824
tls_connection_handshake()
Call Tree
from
examples
wpabuf_alloc_ext_data()
is called by 3 functions and calls 1 function:
json_get_member_base64url()
tls_connection_handshake()
tls_connection_handshake2()
All items filtered out
wpabuf_alloc_ext_data()
calloc()
All items filtered out
Data Use
from
examples
wpabuf_alloc_ext_data()
reads 1 variable and writes 4 variables:
wpabuf::flags
All items filtered out
wpabuf_alloc_ext_data()
wpabuf::size
wpabuf::used
wpabuf::buf
wpabuf::flags
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
wpabuf_alloc_ext_data()
frees 1 types:
All items filtered out
wpabuf_alloc_ext_data()
wpabuf
All items filtered out