/freebsd/contrib/wpa/src/wps/ |
H A D | wps_upnp_event.c | 136 if (!dl_list_empty(&s->event_queue)) in event_retry() 199 if (dl_list_empty(&s->addr_list)) { in event_addr_failure() 231 if (!dl_list_empty(&s->event_queue)) in event_http_cb() 280 if (dl_list_empty(&s->addr_list) || in event_send_start() 282 dl_list_empty(&s->event_queue)) in event_send_start() 324 !dl_list_empty(&s->event_queue) /* more to do */) { in event_send_all_later_handler()
|
H A D | wps_upnp.c | 494 if (dl_list_empty(&sm->subscriptions)) { in upnp_wps_device_send_event() 750 if (dl_list_empty(&s->addr_list)) { in subscription_start() 1158 if (dl_list_empty(&sm->interfaces)) { in upnp_wps_device_deinit() 1238 return !dl_list_empty(&sm->subscriptions); in upnp_wps_subscribers()
|
H A D | wps_er.c | 188 if (er->deinitializing && dl_list_empty(&er->ap_unsubscribing)) in wps_er_ap_unsubscribed() 1380 eloop_register_timeout(dl_list_empty(&er->ap_unsubscribing) ? 0 : 5, 0, in wps_er_deinit()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | list.h | 49 static inline int dl_list_empty(const struct dl_list *list) in dl_list_empty() function 71 (dl_list_empty((list)) ? NULL : \ 75 (dl_list_empty((list)) ? NULL : \
|
H A D | eloop_win.c | 540 (!dl_list_empty(&eloop.timeout) || eloop.reader_count > 0 || in eloop_run()
|
H A D | eloop.c | 1099 (!dl_list_empty(&eloop.timeout) || eloop.readers.count > 0 || in eloop_run()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ctrl_iface_unix.c | 320 while (gpriv && !dl_list_empty(&gpriv->msg_queue) && in wpas_ctrl_msg_send_pending_global() 344 while (priv && !dl_list_empty(&priv->msg_queue) && in wpas_ctrl_msg_send_pending_iface() 370 if (priv && !dl_list_empty(&priv->msg_queue)) in wpas_ctrl_msg_queue_timeout() 374 if (gpriv && !dl_list_empty(&gpriv->msg_queue)) in wpas_ctrl_msg_queue_timeout() 442 !dl_list_empty(&gpriv->ctrl_dst)) { in wpa_supplicant_ctrl_iface_msg_cb() 443 if (!dl_list_empty(&gpriv->msg_queue) || in wpa_supplicant_ctrl_iface_msg_cb() 474 if (!dl_list_empty(&priv->msg_queue) || in wpa_supplicant_ctrl_iface_msg_cb() 876 if (!dl_list_empty(&priv->ctrl_dst)) { in wpa_supplicant_ctrl_iface_deinit() 974 if (sock < 0 || dl_list_empty(ctrl_dst)) in wpa_supplicant_ctrl_iface_send()
|
H A D | p2p_supplicant_sd.c | 233 if (dl_list_empty(&wpa_s->global->p2p_srv_bonjour)) { in wpas_sd_all_bonjour() 298 if (dl_list_empty(&wpa_s->global->p2p_srv_bonjour)) { in wpas_sd_req_bonjour() 367 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp)) { in wpas_sd_all_upnp() 408 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp)) { in wpas_sd_req_upnp() 761 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp) && in wpas_sd_request() 762 dl_list_empty(&wpa_s->global->p2p_srv_bonjour) && in wpas_sd_request()
|
H A D | bss.c | 1018 if (dl_list_empty(&wpa_s->bss)) in wpa_bss_flush_by_age()
|
H A D | wpa_supplicant.c | 6953 if (!dl_list_empty(&radio->ifaces)) in radio_remove_interface() 6966 if (dl_list_empty(&radio->work)) in radio_work_check_next() 7033 was_empty = dl_list_empty(&wpa_s->radio->work); in radio_add_work()
|
H A D | ctrl_iface.c | 8962 if (!dl_list_empty(&wpa_s->bss)) { in wpa_supplicant_ctrl_iface_flush()
|
/freebsd/contrib/wpa/src/fst/ |
H A D | fst_group.h | 34 return !dl_list_empty(&g->ifaces); in fst_group_has_ifaces()
|
H A D | fst_group.c | 491 WPA_ASSERT(dl_list_empty(&group->ifaces)); in fst_group_delete()
|
H A D | fst_session.c | 106 WPA_ASSERT(dl_list_empty(&global_sessions_list)); in fst_session_global_deinit()
|
/freebsd/contrib/wpa/src/pae/ |
H A D | ieee802_1x_kay.c | 924 return !dl_list_empty(&participant->live_peers); in ieee802_1x_mka_live_peer_body_present() 984 return !dl_list_empty(&participant->potential_peers); in ieee802_1x_mka_potential_peer_body_present() 2151 if (dl_list_empty(&participant->live_peers)) { in ieee802_1x_kay_generate_new_sak() 2581 if (dl_list_empty(&participant->live_peers)) { in ieee802_1x_participant_timer() 2631 if (dl_list_empty(&participant->live_peers)) { in ieee802_1x_participant_timer() 3481 if (dl_list_empty(&kay->participant_list)) { in kay_l2_receive() 3627 while (!dl_list_empty(&kay->participant_list)) { in ieee802_1x_kay_deinit() 3861 while (!dl_list_empty(&participant->live_peers)) { in ieee802_1x_kay_delete_mka() 3869 while (!dl_list_empty(&participant->potential_peers)) { in ieee802_1x_kay_delete_mka() 3877 while (!dl_list_empty(&participant->sak_list)) { in ieee802_1x_kay_delete_mka() [all …]
|
/freebsd/contrib/wpa/src/ap/ |
H A D | eth_p_oui.c | 153 if (dl_list_empty(&iface->receiver)) { in eth_p_oui_unregister()
|
H A D | acs.c | 318 if (dl_list_empty(&chan->survey_list)) in acs_clean_chan_surveys() 410 if (dl_list_empty(&chan->survey_list) || in acs_survey_chan_interference_factor() 560 return !dl_list_empty(&chan->survey_list) && in acs_usable_chan()
|
H A D | gas_serv.c | 289 if (!dl_list_empty(&hapd->conf->fils_realms) || in anqp_add_capab_list() 1178 !dl_list_empty(&hapd->conf->fils_realms)) { in rx_anqp_query_list_id()
|
H A D | drv_callbacks.c | 2099 if (dl_list_empty(&chan->survey_list)) in hostapd_update_nf() 2152 if (dl_list_empty(&survey_results->survey_list)) { in hostapd_event_get_survey()
|
H A D | hostapd.c | 4902 if (dl_list_empty(&mld->links)) { in hostapd_mld_remove_link()
|
/freebsd/contrib/wpa/src/common/ |
H A D | ptksa_cache.c | 325 if (dl_list_empty(&entry->list)) in ptksa_cache_add()
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | preauth.c | 315 if (dl_list_empty(&sm->pmksa_candidates)) in rsn_preauth_candidate_process()
|
H A D | wpa.c | 1156 if (!dl_list_empty(&sm->pmksa_candidates)) in wpa_supplicant_key_neg_complete()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211.c | 1006 if (!dl_list_empty(&w->bsss)) in nl80211_put_wiphy_data_ap() 9962 if (!dl_list_empty(&global->interfaces)) { in nl80211_global_deinit() 10111 if (dl_list_empty(&survey_results->survey_list)) in clean_survey_results()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ctrl_iface.c | 5789 if (sock < 0 || dl_list_empty(ctrl_dst)) in hostapd_ctrl_iface_send_internal()
|