Home
last modified time | relevance | path

Searched refs:dl_list_empty (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/wpa_supplicant/src/utils/
Dlist.h55 static inline int dl_list_empty(struct dl_list *list) in dl_list_empty() function
77 (dl_list_empty((list)) ? NULL : \
81 (dl_list_empty((list)) ? NULL : \
/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c207 if (dl_list_empty(&hapd->sae_commit_queue)) { in hostapd_cleanup()
/hal_espressif-3.7.0/components/wpa_supplicant/port/
Deloop.c329 while (!dl_list_empty(&eloop.timeout)) { in eloop_run()