ESP-IDF
dl_list_del()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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_del()
dl_list_del() function
Syntax
Show:
Summary
Declaration
from
list.h:47
static
inline
void
dl_list_del
(
struct
dl_list
*
item
)
;
Arguments
Argument
item
Related Functions
Found 6 other functions taking a
dl_list
argument:
Function
dl_list_add()
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_del
(
struct
dl_list
*
item
)
list.h:47
dl_list_del
(
&
bss
->
list
)
;
bss.c:41
wpa_bss_remove()
dl_list_del
(
&
bss
->
list_id
)
;
bss.c:42
wpa_bss_remove()
dl_list_del
(
&
bss
->
list
)
;
bss.c:239
wpa_bss_update()
dl_list_del
(
&
bss
->
list_id
)
;
bss.c:248
wpa_bss_update()
dl_list_del
(
&
bi
->
list
)
;
dpp.c:4940
dpp_bootstrap_del()
dl_list_del
(
&
conf
->
list
)
;
dpp.c:5208
dpp_configurator_del()
dl_list_del
(
&
timeout
->
list
)
;
eloop.c:186
eloop_remove_timeout()
dl_list_del
(
&
q
->
list
)
;
esp_hostap.c:230
hostapd_cleanup()
dl_list_del
(
&
frm
->
list
)
;
esp_wpa3.c:464
wpa3_process_rx_commit()
dl_list_del
(
&
q2
->
list
)
;
ieee802_11.c:716
auth_sae_queue()
dl_list_del
(
&
tmp
->
list
)
;
mbo.c:534
wpa_bss_tmp_disallow_timeout()
dl_list_del
(
&
pin
->
list
)
;
wps_registrar.c:100
wps_remove_pin()
Call Tree
from
examples
dl_list_del()
is called by 10 functions:
eloop_remove_timeout()
auth_sae_queue()
wpa3_process_rx_commit()
hostapd_cleanup()
wpa_bss_remove()
wpa_bss_update()
wpa_bss_tmp_disallow_timeout()
dpp_bootstrap_del()
dpp_configurator_del()
wps_remove_pin()
All items filtered out
dl_list_del()
All items filtered out
Data Use
from
examples
dl_list_del()
reads 2 variables and writes 2 variables:
dl_list::next
dl_list::prev
All items filtered out
dl_list_del()
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