Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_upnp_event.c136 if (!dl_list_empty(&s->event_queue)) in event_retry()
198 if (dl_list_empty(&s->addr_list)) { in event_addr_failure()
230 if (!dl_list_empty(&s->event_queue)) in event_http_cb()
279 if (dl_list_empty(&s->addr_list)) in event_send_start()
283 if (dl_list_empty(&s->event_queue)) in event_send_start()
325 !dl_list_empty(&s->event_queue) /* more to do */) { in event_send_all_later_handler()
Dwps_upnp.c485 if (dl_list_empty(&sm->subscriptions)) { in upnp_wps_device_send_event()
731 if (dl_list_empty(&s->addr_list)) { in subscription_start()
1112 if (dl_list_empty(&sm->interfaces)) { in upnp_wps_device_deinit()
1191 return !dl_list_empty(&sm->subscriptions); in upnp_wps_subscribers()
Dwps_er.c185 if (er->deinitializing && dl_list_empty(&er->ap_unsubscribing)) { in wps_er_ap_unsubscribed()
1372 eloop_register_timeout(dl_list_empty(&er->ap_unsubscribing) ? 0 : 5, 0, in wps_er_deinit()
/external/wpa_supplicant_8/src/utils/
Dlist.h47 static inline int dl_list_empty(struct dl_list *list) in dl_list_empty() function
69 (dl_list_empty((list)) ? NULL : \
73 (dl_list_empty((list)) ? NULL : \
Deloop.c702 (!dl_list_empty(&eloop.timeout) || eloop.readers.count > 0 || in eloop_run()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_unix.c465 if (!dl_list_empty(&priv->ctrl_dst)) { in wpa_supplicant_ctrl_iface_deinit()
535 if (priv->sock < 0 || dl_list_empty(&priv->ctrl_dst)) in wpa_supplicant_ctrl_iface_send()
Dp2p_supplicant.c1202 if (dl_list_empty(&wpa_s->global->p2p_srv_bonjour)) {
1240 if (dl_list_empty(&wpa_s->global->p2p_srv_bonjour)) {
1296 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp)) {
1337 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp)) {
1476 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp) &&
1477 dl_list_empty(&wpa_s->global->p2p_srv_bonjour)) {
Dbss.c463 if (dl_list_empty(&wpa_s->bss)) in wpa_bss_flush_by_age()
/external/wpa_supplicant_8/src/rsn_supp/
Dpreauth.c288 if (dl_list_empty(&sm->pmksa_candidates)) in rsn_preauth_candidate_process()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c748 if (!dl_list_empty(&w->bsss)) in nl80211_put_wiphy_data_ap()
8515 if (!dl_list_empty(&global->interfaces)) { in nl80211_global_deinit()