ESP-IDF
dl_list_empty()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_empty()
dl_list_empty() function
Syntax
Show:
Summary
Declaration
from
list.h:55
static
inline
int
dl_list_empty
(
struct
dl_list
*
list
)
;
Arguments
Argument
list
Related Functions
Found 6 other functions taking a
dl_list
argument:
Function
dl_list_del()
dl_list_add()
dl_list_init()
dl_list_add_tail()
dl_list_len()
wps_free_pins()
Examples
References
from
examples
Code
Location
Referrer
static
inline
int
dl_list_empty
(
struct
dl_list
*
list
)
list.h:55
return
dl_list_first
(
&
wpa_s
->
bss
,
struct
wpa_bss
,
list
)
;
bss.c:453
wpa_bss_get_next_bss()
while
(
!
dl_list_empty
(
&
eloop
.
timeout
)
)
{
eloop.c:333
eloop_run()
timeout
=
dl_list_first
(
&
eloop
.
timeout
,
struct
eloop_timeout
,
eloop.c:336
eloop_run()
timeout
=
dl_list_first
(
&
eloop
.
timeout
,
struct
eloop_timeout
,
eloop.c:354
eloop_run()
if
(
dl_list_empty
(
&
hapd
->
sae_commit_queue
)
)
{
esp_hostap.c:227
hostapd_cleanup()
frm
=
dl_list_first
(
&
hapd
->
sae_commit_queue
,
esp_wpa3.c:458
wpa3_process_rx_commit()
Call Tree
from
examples
dl_list_empty()
is called by 4 functions:
eloop_run()
wpa3_process_rx_commit()
hostapd_cleanup()
wpa_bss_get_next_bss()
All items filtered out
dl_list_empty()
All items filtered out
Data Use
from
examples
dl_list_empty()
reads 1 variable:
dl_list::next
All items filtered out
dl_list_empty()
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