HomeSort by relevance Sort by last modified time
    Searched refs:dl_list_empty (Results 1 - 22 of 22) sorted by null

  /external/wpa_supplicant_8/src/utils/
list.h 49 static inline int dl_list_empty(struct dl_list *list) function
71 (dl_list_empty((list)) ? NULL : \
75 (dl_list_empty((list)) ? NULL : \
eloop_win.c 540 (!dl_list_empty(&eloop.timeout) || eloop.reader_count > 0 ||
eloop.c 1084 (!dl_list_empty(&eloop.timeout) || eloop.readers.count > 0 ||
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_event.c 136 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) ||
281 dl_list_empty(&s->event_queue))
323 !dl_list_empty(&s->event_queue) /* more to do */) {
wps_upnp.c 473 if (dl_list_empty(&sm->subscriptions)) {
728 if (dl_list_empty(&s->addr_list)) {
    [all...]
wps_er.c 188 if (er->deinitializing && dl_list_empty(&er->ap_unsubscribing))
    [all...]
  /external/wpa_supplicant_8/src/fst/
fst_group.h 34 return !dl_list_empty(&g->ifaces);
fst_group.c 487 WPA_ASSERT(dl_list_empty(&group->ifaces));
fst_session.c 106 WPA_ASSERT(dl_list_empty(&global_sessions_list));
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 307 while (gpriv && !dl_list_empty(&gpriv->msg_queue) &&
331 while (priv && !dl_list_empty(&priv->msg_queue) &&
357 if (priv && !dl_list_empty(&priv->msg_queue))
361 if (gpriv && !dl_list_empty(&gpriv->msg_queue))
429 !dl_list_empty(&gpriv->ctrl_dst)) {
430 if (!dl_list_empty(&gpriv->msg_queue) ||
461 if (!dl_list_empty(&priv->msg_queue) ||
803 if (!dl_list_empty(&priv->ctrl_dst)) {
900 if (sock < 0 || dl_list_empty(ctrl_dst))
    [all...]
p2p_supplicant_sd.c 233 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) &&
bss.c 916 if (dl_list_empty(&wpa_s->bss))
    [all...]
wpa_supplicant.c     [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/ap/
acs.c 252 if (dl_list_empty(&chan->survey_list))
334 if (dl_list_empty(&chan->survey_list) ||
462 return !dl_list_empty(&chan->survey_list) &&
eth_p_oui.c 153 if (dl_list_empty(&iface->receiver)) {
drv_callbacks.c     [all...]
gas_serv.c 285 if (!dl_list_empty(&hapd->conf->fils_realms) ||
1080 !dl_list_empty(&hapd->conf->fils_realms)) {
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 831 return !dl_list_empty(&participant->live_peers);
891 return !dl_list_empty(&participant->potential_peers);
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 304 if (dl_list_empty(&sm->pmksa_candidates))
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 771 if (!dl_list_empty(&w->bsss))
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c     [all...]

Completed in 593 milliseconds