ESP-IDF
wpabuf::used
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpabuf::used
wpabuf::used field
Syntax
Show:
Summary
Declaration
from
wpabuf.h:28
size_t
used
;
Examples
References
from
examples
Code
Location
Referrer
size_t
used
;
/* length of data in the buffer */
wpabuf.h:28
buf
->
used
--
;
dpp_crypto.c:594
dpp_get_pubkey_point()
esp_wifi_set_appie_internal
(
WIFI_APPIE_WPS_PR
,
(
uint8_t
*
)
wpabuf_head
(
extra_ie
)
,
extra_ie
->
used
,
0
)
;
esp_wps.c:313
wps_build_ic_appie_wps_pr()
esp_wifi_set_appie_internal
(
WIFI_APPIE_WPS_AR
,
(
uint8_t
*
)
wpabuf_head
(
buf
)
,
buf
->
used
,
0
)
;
esp_wps.c:325
wps_build_ic_appie_wps_ar()
if
(
buf
->
used
+
add_len
>
buf
->
size
)
{
wpabuf.c:73
wpabuf_resize()
nbuf
=
os_realloc
(
buf
->
buf
,
buf
->
used
+
add_len
)
;
wpabuf.c:76
wpabuf_resize()
memset
(
nbuf
+
buf
->
used
,
0
,
add_len
)
;
wpabuf.c:79
wpabuf_resize()
buf
->
used
+
add_len
)
;
wpabuf.c:95
wpabuf_resize()
memset
(
nbuf
+
sizeof
(
struct
wpabuf
)
+
buf
->
used
,
0
,
wpabuf.c:99
wpabuf_resize()
buf
->
size
=
buf
->
used
+
add_len
;
wpabuf.c:105
wpabuf_resize()
buf
->
used
=
len
;
wpabuf.c:155
wpabuf_alloc_ext_data()
buf
->
used
+=
len
;
wpabuf.c:222
wpabuf_put()
if
(
buf
->
used
>
buf
->
size
)
{
wpabuf.c:223
wpabuf_put()
res
=
vsnprintf
(
tmp
,
buf
->
size
-
buf
->
used
,
fmt
,
ap
)
;
wpabuf.c:308
wpabuf_printf()
if
(
res
<
0
||
(
size_t
)
res
>=
buf
->
size
-
buf
->
used
)
wpabuf.c:310
wpabuf_printf()
buf
->
used
+=
res
;
wpabuf.c:312
wpabuf_printf()
return
buf
->
used
;
wpabuf.h:65
wpabuf_len()
return
buf
->
size
-
buf
->
used
;
wpabuf.h:75
wpabuf_tailroom()
buf
->
size
=
buf
->
used
=
len
;
wpabuf.h:161
wpabuf_set()
decrypted
->
used
-=
pad
;
wps_common.c:207
wps_decrypt_encr_settings()
(
uint8_t
*
)
wpabuf_head
(
beacon_ie
)
,
beacon_ie
->
used
,
0
)
;
wps_hostapd.c:41
hostapd_wps_set_ie_cb()
(
uint8_t
*
)
wpabuf_head
(
probe_resp_ie
)
,
probe_resp_ie
->
used
,
0
)
;
wps_hostapd.c:48
hostapd_wps_set_ie_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpabuf::used
is written by 6 functions and is read by 10 functions:
wpabuf_set()
wpabuf_alloc_ext_data()
wpabuf_put()
wpabuf_printf()
wps_decrypt_encr_settings()
dpp_get_pubkey_point()
All items filtered out
wpabuf::used
wpabuf_len()
wpabuf_tailroom()
wpabuf_resize()
wpabuf_put()
wpabuf_printf()
wps_decrypt_encr_settings()
wps_build_ic_appie_wps_pr()
wps_build_ic_appie_wps_ar()
dpp_get_pubkey_point()
hostapd_wps_set_ie_cb()
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