/hostap-3.7.0/src/fst/ |
D | fst_group.h | 39 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()
|
D | fst.c | 126 while ((h = dl_list_first(&fst_global_ctrls_list, in fst_global_deinit()
|
D | fst_session.c | 1595 g = dl_list_first(&fst_global_groups_list, struct fst_group, in fst_test_req_get_local_mbies()
|
/hostap-3.7.0/src/wps/ |
D | wps_upnp_web.c | 318 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()
|
D | wps_upnp_ssdp.c | 129 iface = dl_list_first(&sm->interfaces, in next_advertisement() 579 iface = dl_list_first( in ssdp_parse_msearch()
|
D | wps_upnp_event.c | 89 e = dl_list_first(&s->event_queue, struct wps_event_, list); in event_dequeue()
|
D | wps_upnp.c | 727 s = dl_list_first(&sm->subscriptions, struct subscription, in subscription_start() 1146 while ((peer = dl_list_first(&iface->peers, struct upnp_wps_peer, in upnp_wps_device_deinit()
|
/hostap-3.7.0/src/utils/ |
D | edit.c | 230 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()
|
D | list.h | 70 #define dl_list_first(list, type, member) \ macro
|
D | eloop_win.c | 544 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()
|
D | eloop.c | 1116 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()
|
/hostap-3.7.0/src/common/ |
D | cli.c | 63 while ((e = dl_list_first(list, struct cli_txt_entry, list))) in cli_txt_list_flush()
|
D | ptksa_cache.c | 72 e = dl_list_first(&ptksa->ptksa, struct ptksa_cache_entry, list); in ptksa_cache_set_expiration()
|
/hostap-3.7.0/wpa_supplicant/ |
D | ctrl_iface_unix.c | 319 msg = dl_list_first(&gpriv->msg_queue, struct ctrl_iface_msg, in wpas_ctrl_msg_send_pending_global() 343 msg = dl_list_first(&priv->msg_queue, struct ctrl_iface_msg, in wpas_ctrl_msg_send_pending_iface() 416 msg = dl_list_first(queue, struct ctrl_iface_msg, list); in wpas_ctrl_msg_queue_limit()
|
D | robust_av.c | 689 while ((scs_elem = dl_list_first(&wpa_s->active_scs_ids, in wpas_clear_active_scs_ids()
|
D | bss.c | 164 while ((elem = dl_list_first(&anqp->anqp_elems, in wpa_bss_anqp_free()
|
D | wpa_supplicant.c | 490 while ((req = dl_list_first(&wpa_s->fils_hlp_req, struct fils_hlp_req, in wpas_flush_fils_hlp_req() 515 while ((dso = dl_list_first(&wpa_s->drv_signal_override, in wpas_clear_driver_signal_override() 6222 work = dl_list_first(&radio->work, struct wpa_radio_work, list); in radio_start_next_work() 6228 wpa_s = dl_list_first(&radio->ifaces, struct wpa_supplicant, in radio_start_next_work()
|
/hostap-3.7.0/src/ap/ |
D | ap_config.c | 696 while ((elem = dl_list_first(&conf->anqp_elem, struct anqp_element, in hostapd_config_free_anqp_elem() 710 while ((realm = dl_list_first(&conf->fils_realms, struct fils_realm, in hostapd_config_free_fils_realms()
|
D | hostapd.c | 456 while ((q = dl_list_first(&hapd->sae_commit_queue, in hostapd_free_hapd_data() 496 while ((info = dl_list_first(&iface->sta_seen, struct hostapd_sta_info, in sta_track_deinit()
|
D | beacon.c | 732 while ((info = dl_list_first(&iface->sta_seen, struct hostapd_sta_info, in sta_track_expire()
|
D | drv_callbacks.c | 1615 survey = dl_list_first(&survey_res->survey_list, struct freq_survey, in hostapd_single_channel_get_survey()
|
D | ieee802_1x.c | 2508 while ((erp = dl_list_first(&hapd->erp_keys, struct eap_server_erp_key, in ieee802_1x_erp_flush()
|
/hostap-3.7.0/src/p2p/ |
D | p2p.c | 4259 dev = dl_list_first(&p2p->devices, struct p2p_device, list); in p2p_get_peer_info() 4262 dev = dl_list_first(&dev->list, struct p2p_device, list); in p2p_get_peer_info() 5018 dev = dl_list_first(&dev->list, in p2p_get_peer_found() 5026 dev = dl_list_first(&p2p->devices, struct p2p_device, list); in p2p_get_peer_found() 5030 dev = dl_list_first(&dev->list, in p2p_get_peer_found()
|
/hostap-3.7.0/src/radius/ |
D | radius_server.c | 2314 while ((erp = dl_list_first(&data->erp_keys, struct eap_server_erp_key, in radius_server_erp_flush()
|
/hostap-3.7.0/src/pae/ |
D | ieee802_1x_kay.c | 1455 sa_key = dl_list_first(&participant->sak_list, struct data_key, list); in ieee802_1x_mka_decode_sak_use_body()
|