Home
last modified time | relevance | path

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

/hal_espressif-latest/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-latest/components/wpa_supplicant/port/
Deloop.c333 while (!dl_list_empty(&eloop.timeout)) { in eloop_run()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c215 if (dl_list_empty(&hapd->sae_commit_queue)) { in hostapd_cleanup()