ESP-IDF
dl_list_add()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dl_list_add()
dl_list_add() function
Syntax
Show:
Summary
Declaration
from
list.h:34
static
inline
void
dl_list_add
(
struct
dl_list
*
list
,
struct
dl_list
*
item
)
;
Arguments
Argument
list
item
Related Functions
Found 6 other functions taking a
dl_list
argument:
Function
dl_list_del()
dl_list_init()
dl_list_empty()
dl_list_add_tail()
dl_list_len()
wps_free_pins()
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
dl_list_add
(
struct
dl_list
*
list
,
struct
dl_list
*
item
)
list.h:34
dl_list_add
(
prev
,
&
bss
->
list_id
)
;
bss.c:267
wpa_bss_update()
dl_list_add
(
&
dpp
->
bootstrap
,
&
bi
->
list
)
;
dpp.c:4963
dpp_add_qr_code()
dl_list_add
(
&
dpp
->
bootstrap
,
&
bi
->
list
)
;
dpp.c:4981
dpp_add_nfc_uri()
dl_list_add
(
&
dpp
->
bootstrap
,
&
bi
->
list
)
;
dpp.c:5033
dpp_bootstrap_gen()
dl_list_add
(
&
dpp
->
configurator
,
&
conf
->
list
)
;
dpp.c:5184
dpp_configurator_add()
dl_list_add
(
tmp
->
list
.
prev
,
&
timeout
->
list
)
;
eloop.c:130
eloop_register_timeout()
dl_list_add
(
&
q2
->
list
,
&
q
->
list
)
;
ieee802_11.c:715
auth_sae_queue()
dl_list_add
(
list
->
prev
,
item
)
;
list.h:44
dl_list_add_tail()
dl_list_add
(
&
wpa_s
->
bss_tmp_disallowed
,
&
bss
->
list
)
;
mbo.c:560
wpa_bss_tmp_disallow()
dl_list_add
(
&
reg
->
pins
,
&
p
->
list
)
;
wps_registrar.c:820
wps_registrar_add_pin()
Call Tree
from
examples
dl_list_add()
is called by 10 functions:
dl_list_add_tail()
eloop_register_timeout()
auth_sae_queue()
wpa_bss_update()
wpa_bss_tmp_disallow()
dpp_add_qr_code()
dpp_add_nfc_uri()
dpp_bootstrap_gen()
dpp_configurator_add()
wps_registrar_add_pin()
All items filtered out
dl_list_add()
All items filtered out
Data Use
from
examples
dl_list_add()
reads 1 variable and writes 2 variables:
dl_list::next
All items filtered out
dl_list_add()
dl_list::next
dl_list::prev
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