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

  /external/wpa_supplicant_8/src/utils/
list.h 47 static inline int dl_list_empty(struct dl_list *list) function
69 (dl_list_empty((list)) ? NULL : \
73 (dl_list_empty((list)) ? NULL : \
eloop_win.c 540 (!dl_list_empty(&eloop.timeout) || eloop.reader_count > 0 ||
eloop.c 921 (!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 470 if (dl_list_empty(&sm->subscriptions)) {
719 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 251 if (dl_list_empty(&chan->survey_list))
332 if (dl_list_empty(&chan->survey_list))
448 if (dl_list_empty(&chan->survey_list))
drv_callbacks.c 851 if (dl_list_empty(&chan->survey_list))
868 if (dl_list_empty(&survey_results->survey_list)) {
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 305 if (!dl_list_empty(&priv->ctrl_dst)) {
577 if (!dl_list_empty(&priv->ctrl_dst)) {
656 if (sock < 0 || dl_list_empty(ctrl_dst))
bss.c 801 if (dl_list_empty(&wpa_s->bss))
p2p_supplicant.c     [all...]
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 791 return !dl_list_empty(&participant->live_peers);
852 return !dl_list_empty(&participant->potential_peers);
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 290 if (dl_list_empty(&sm->pmksa_candidates))
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 1073 if (!dl_list_empty(&w->bsss))
    [all...]

Completed in 135 milliseconds