Home
last modified time | relevance | path

Searched refs:dl_list_first (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/wpa/src/fst/
H A Dfst_group.h39 return dl_list_first(&g->ifaces, struct fst_iface, group_lentry); in fst_group_first_iface()
65 return dl_list_first(&fst_global_groups_list, struct fst_group, in fst_first_group()
H A Dfst.c126 while ((h = dl_list_first(&fst_global_ctrls_list, in fst_global_deinit()
H A Dfst_session.c1593 g = dl_list_first(&fst_global_groups_list, struct fst_group, in fst_test_req_get_local_mbies()
/freebsd/contrib/wpa/src/wps/
H A Dwps_upnp_web.c318 iface = dl_list_first(&sm->interfaces, in web_connection_parse_get()
431 iface = dl_list_first(&sm->interfaces, in web_process_get_device_info()
474 old = dl_list_first(&iface->peers, struct upnp_wps_peer, list); in web_process_get_device_info()
501 iface = dl_list_first(&sm->interfaces, in web_process_put_message()
549 peer = dl_list_first(&iface->peers, struct upnp_wps_peer, list); in web_process_put_message()
1296 sa = dl_list_first(&s->addr_list, struct subscr_addr, in web_connection_parse_unsubscribe()
H A Dwps_upnp_ssdp.c129 iface = dl_list_first(&sm->interfaces, in next_advertisement()
579 iface = dl_list_first( in ssdp_parse_msearch()
H A Dwps_upnp_event.c89 e = dl_list_first(&s->event_queue, struct wps_event_, list); in event_dequeue()
H A Dwps_upnp.c727 s = dl_list_first(&sm->subscriptions, struct subscription, in subscription_start()
1147 while ((peer = dl_list_first(&iface->peers, struct upnp_wps_peer, in upnp_wps_device_deinit()
/freebsd/contrib/wpa/src/utils/
H A Dlist.h70 #define dl_list_first(list, type, member) \ macro
H A Dedit.c230 dl_list_first(&history_list, struct edit_history, list)) { in history_prev()
254 dl_list_first(&history_list, struct edit_history, list)) { in history_next()
1150 while ((h = dl_list_first(&history_list, struct edit_history, list))) { in edit_deinit()
H A Deloop_win.c544 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout, in eloop_run()
585 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout, in eloop_run()
H A Deloop.c1116 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout, in eloop_run()
1196 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout, in eloop_run()
/freebsd/contrib/wpa/src/common/
H A Dcli.c63 while ((e = dl_list_first(list, struct cli_txt_entry, list))) in cli_txt_list_flush()
H A Dptksa_cache.c77 e = dl_list_first(&ptksa->ptksa, struct ptksa_cache_entry, list); in ptksa_cache_set_expiration()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_unix.c322 msg = dl_list_first(&gpriv->msg_queue, struct ctrl_iface_msg, in wpas_ctrl_msg_send_pending_global()
346 msg = dl_list_first(&priv->msg_queue, struct ctrl_iface_msg, in wpas_ctrl_msg_send_pending_iface()
419 msg = dl_list_first(queue, struct ctrl_iface_msg, list); in wpas_ctrl_msg_queue_limit()
H A Drobust_av.c930 while ((scs_elem = dl_list_first(&wpa_s->active_scs_ids, in wpas_clear_active_scs_ids()
H A Dbss.c166 while ((elem = dl_list_first(&anqp->anqp_elems, in wpa_bss_anqp_free()
H A Dwpa_supplicant.c494 while ((req = dl_list_first(&wpa_s->fils_hlp_req, struct fils_hlp_req, in wpas_flush_fils_hlp_req()
519 while ((dso = dl_list_first(&wpa_s->drv_signal_override, in wpas_clear_driver_signal_override()
6838 work = dl_list_first(&radio->work, struct wpa_radio_work, list); in radio_start_next_work()
6844 wpa_s = dl_list_first(&radio->ifaces, struct wpa_supplicant, in radio_start_next_work()
/freebsd/contrib/wpa/src/ap/
H A Dap_config.c742 while ((elem = dl_list_first(&conf->anqp_elem, struct anqp_element, in hostapd_config_free_anqp_elem()
756 while ((realm = dl_list_first(&conf->fils_realms, struct fils_realm, in hostapd_config_free_fils_realms()
H A Dhostapd.c591 while ((q = dl_list_first(&hapd->sae_commit_queue, in hostapd_free_hapd_data()
676 while ((info = dl_list_first(&iface->sta_seen, struct hostapd_sta_info, in sta_track_deinit()
H A Dbeacon.c1149 while ((info = dl_list_first(&iface->sta_seen, struct hostapd_sta_info, in sta_track_expire()
H A Dieee802_1x.c2634 while ((erp = dl_list_first(&hapd->erp_keys, struct eap_server_erp_key, in ieee802_1x_erp_flush()
H A Ddrv_callbacks.c2116 survey = dl_list_first(&survey_res->survey_list, struct freq_survey, in hostapd_single_channel_get_survey()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p.c4295 dev = dl_list_first(&p2p->devices, struct p2p_device, list); in p2p_get_peer_info()
4298 dev = dl_list_first(&dev->list, struct p2p_device, list); in p2p_get_peer_info()
5054 dev = dl_list_first(&dev->list, in p2p_get_peer_found()
5062 dev = dl_list_first(&p2p->devices, struct p2p_device, list); in p2p_get_peer_found()
5066 dev = dl_list_first(&dev->list, in p2p_get_peer_found()
/freebsd/contrib/wpa/src/radius/
H A Dradius_server.c2329 while ((erp = dl_list_first(&data->erp_keys, struct eap_server_erp_key, in radius_server_erp_flush()
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c1455 sa_key = dl_list_first(&participant->sak_list, struct data_key, list); in ieee802_1x_mka_decode_sak_use_body()

12