Searched refs:dl_list_empty (Results 1 - 25 of 38) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dlist.h49 static inline int dl_list_empty(struct dl_list *list) function
71 (dl_list_empty((list)) ? NULL : \
75 (dl_list_empty((list)) ? NULL : \
H A Deloop_win.c540 (!dl_list_empty(&eloop.timeout) || eloop.reader_count > 0 ||
/external/wpa_supplicant_8/src/utils/
H A Dlist.h49 static inline int dl_list_empty(struct dl_list *list) function
71 (dl_list_empty((list)) ? NULL : \
75 (dl_list_empty((list)) ? NULL : \
H A Deloop_win.c540 (!dl_list_empty(&eloop.timeout) || eloop.reader_count > 0 ||
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dlist.h49 static inline int dl_list_empty(struct dl_list *list) function
71 (dl_list_empty((list)) ? NULL : \
75 (dl_list_empty((list)) ? NULL : \
H A Deloop_win.c540 (!dl_list_empty(&eloop.timeout) || eloop.reader_count > 0 ||
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_event.c136 if (!dl_list_empty(&s->event_queue))
198 if (dl_list_empty(&s->addr_list)) {
230 if (!dl_list_empty(&s->event_queue))
279 if (dl_list_empty(&s->addr_list))
283 if (dl_list_empty(&s->event_queue))
325 !dl_list_empty(&s->event_queue) /* more to do */) {
H A Dwps_upnp.c473 if (dl_list_empty(&sm->subscriptions)) {
727 if (dl_list_empty(&s->addr_list)) {
1108 if (dl_list_empty(&sm->interfaces)) {
1187 return !dl_list_empty(&sm->subscriptions);
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_event.c136 if (!dl_list_empty(&s->event_queue))
198 if (dl_list_empty(&s->addr_list)) {
230 if (!dl_list_empty(&s->event_queue))
279 if (dl_list_empty(&s->addr_list))
283 if (dl_list_empty(&s->event_queue))
325 !dl_list_empty(&s->event_queue) /* more to do */) {
H A Dwps_upnp.c473 if (dl_list_empty(&sm->subscriptions)) {
727 if (dl_list_empty(&s->addr_list)) {
1108 if (dl_list_empty(&sm->interfaces)) {
1187 return !dl_list_empty(&sm->subscriptions);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_event.c136 if (!dl_list_empty(&s->event_queue))
198 if (dl_list_empty(&s->addr_list)) {
230 if (!dl_list_empty(&s->event_queue))
279 if (dl_list_empty(&s->addr_list))
283 if (dl_list_empty(&s->event_queue))
325 !dl_list_empty(&s->event_queue) /* more to do */) {
H A Dwps_upnp.c473 if (dl_list_empty(&sm->subscriptions)) {
727 if (dl_list_empty(&s->addr_list)) {
1108 if (dl_list_empty(&sm->interfaces)) {
1187 return !dl_list_empty(&sm->subscriptions);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_unix.c375 while (gpriv && !dl_list_empty(&gpriv->msg_queue) &&
399 while (priv && !dl_list_empty(&priv->msg_queue) &&
425 if (priv && !dl_list_empty(&priv->msg_queue))
429 if (gpriv && !dl_list_empty(&gpriv->msg_queue))
497 !dl_list_empty(&gpriv->ctrl_dst)) {
498 if (!dl_list_empty(&gpriv->msg_queue) ||
529 if (!dl_list_empty(&priv->msg_queue) ||
824 if (!dl_list_empty(&priv->ctrl_dst)) {
919 if (sock < 0 || dl_list_empty(ctrl_dst))
H A Dp2p_supplicant_sd.c233 if (dl_list_empty(&wpa_s->global->p2p_srv_bonjour)) {
298 if (dl_list_empty(&wpa_s->global->p2p_srv_bonjour)) {
367 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp)) {
408 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp)) {
761 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp) &&
762 dl_list_empty(&wpa_s->global->p2p_srv_bonjour) &&
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dacs.c252 if (dl_list_empty(&chan->survey_list))
334 if (dl_list_empty(&chan->survey_list))
469 if (dl_list_empty(&chan->survey_list))
H A Ddrv_callbacks.c945 if (dl_list_empty(&chan->survey_list))
998 if (dl_list_empty(&survey_results->survey_list)) {
/external/wpa_supplicant_8/src/ap/
H A Dacs.c252 if (dl_list_empty(&chan->survey_list))
334 if (dl_list_empty(&chan->survey_list))
469 if (dl_list_empty(&chan->survey_list))
H A Ddrv_callbacks.c945 if (dl_list_empty(&chan->survey_list))
998 if (dl_list_empty(&survey_results->survey_list)) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dacs.c252 if (dl_list_empty(&chan->survey_list))
334 if (dl_list_empty(&chan->survey_list))
469 if (dl_list_empty(&chan->survey_list))
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.c792 return !dl_list_empty(&participant->live_peers);
853 return !dl_list_empty(&participant->potential_peers);
1959 if (dl_list_empty(&participant->live_peers)) {
1971 * && (!dl_list_empty(&participant->potential_peers))) {
2375 if (dl_list_empty(&participant->live_peers)) {
2414 if (dl_list_empty(&participant->live_peers)) {
3114 if (dl_list_empty(&kay->participant_list)) {
3232 while (!dl_list_empty(&kay->participant_list)) {
3428 while (!dl_list_empty(&participant->live_peers)) {
3436 while (!dl_list_empty(
[all...]
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.c792 return !dl_list_empty(&participant->live_peers);
853 return !dl_list_empty(&participant->potential_peers);
1959 if (dl_list_empty(&participant->live_peers)) {
1971 * && (!dl_list_empty(&participant->potential_peers))) {
2375 if (dl_list_empty(&participant->live_peers)) {
2414 if (dl_list_empty(&participant->live_peers)) {
3114 if (dl_list_empty(&kay->participant_list)) {
3232 while (!dl_list_empty(&kay->participant_list)) {
3428 while (!dl_list_empty(&participant->live_peers)) {
3436 while (!dl_list_empty(
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.c792 return !dl_list_empty(&participant->live_peers);
853 return !dl_list_empty(&participant->potential_peers);
1959 if (dl_list_empty(&participant->live_peers)) {
1971 * && (!dl_list_empty(&participant->potential_peers))) {
2375 if (dl_list_empty(&participant->live_peers)) {
2414 if (dl_list_empty(&participant->live_peers)) {
3114 if (dl_list_empty(&kay->participant_list)) {
3232 while (!dl_list_empty(&kay->participant_list)) {
3428 while (!dl_list_empty(&participant->live_peers)) {
3436 while (!dl_list_empty(
[all...]
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpreauth.c304 if (dl_list_empty(&sm->pmksa_candidates))
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpreauth.c304 if (dl_list_empty(&sm->pmksa_candidates))
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpreauth.c304 if (dl_list_empty(&sm->pmksa_candidates))

Completed in 271 milliseconds

12