HomeSort by relevance Sort by last modified time
    Searched refs:dl_list_empty (Results 1 - 16 of 16) 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 923 (!dl_list_empty(&eloop.timeout) || eloop.readers.count > 0 ||
  /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))
283 if (dl_list_empty(&s->event_queue))
325 !dl_list_empty(&s->event_queue) /* more to do */) {
wps_upnp.c 473 if (dl_list_empty(&sm->subscriptions)) {
727 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/ap/
acs.c 252 if (dl_list_empty(&chan->survey_list))
334 if (dl_list_empty(&chan->survey_list))
469 if (dl_list_empty(&chan->survey_list))
drv_callbacks.c 945 if (dl_list_empty(&chan->survey_list))
998 if (dl_list_empty(&survey_results->survey_list)) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
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) &&
ctrl_iface_unix.c 316 if (!dl_list_empty(&priv->ctrl_dst)) {
599 if (!dl_list_empty(&priv->ctrl_dst)) {
678 if (sock < 0 || dl_list_empty(ctrl_dst))
bss.c 813 if (dl_list_empty(&wpa_s->bss))
    [all...]
wpa_supplicant.c     [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 792 return !dl_list_empty(&participant->live_peers);
853 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 749 if (!dl_list_empty(&w->bsss))
    [all...]

Completed in 835 milliseconds