Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/fst/
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()
Dfst.c126 while ((h = dl_list_first(&fst_global_ctrls_list, in fst_global_deinit()
Dfst_session.c1595 g = dl_list_first(&fst_global_groups_list, struct fst_group, in fst_test_req_get_local_mbies()
/external/wpa_supplicant_8/src/wps/
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()
Dwps_upnp_ssdp.c129 iface = dl_list_first(&sm->interfaces, in next_advertisement()
579 iface = dl_list_first( in ssdp_parse_msearch()
Dwps_upnp_event.c89 e = dl_list_first(&s->event_queue, struct wps_event_, list); in event_dequeue()
Dwps_upnp.c705 s = dl_list_first(&sm->subscriptions, struct subscription, in subscription_start()
1106 while ((peer = dl_list_first(&iface->peers, struct upnp_wps_peer, in upnp_wps_device_deinit()
Dwps_registrar.c3458 sa = dl_list_first(&s->addr_list, struct subscr_addr, list); in wps_registrar_sel_reg_union()
/external/wpa_supplicant_8/src/utils/
Dlist.h70 #define dl_list_first(list, type, member) \ macro
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()
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()
Deloop.c1101 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout, in eloop_run()
1181 timeout = dl_list_first(&eloop.timeout, struct eloop_timeout, in eloop_run()
/external/wpa_supplicant_8/src/common/
Dcli.c63 while ((e = dl_list_first(list, struct cli_txt_entry, list))) in cli_txt_list_flush()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_unix.c309 msg = dl_list_first(&gpriv->msg_queue, struct ctrl_iface_msg, in wpas_ctrl_msg_send_pending_global()
333 msg = dl_list_first(&priv->msg_queue, struct ctrl_iface_msg, in wpas_ctrl_msg_send_pending_iface()
406 msg = dl_list_first(queue, struct ctrl_iface_msg, list); in wpas_ctrl_msg_queue_limit()
Dbss.c174 while ((elem = dl_list_first(&anqp->anqp_elems, in wpa_bss_anqp_free()
Dwpa_supplicant.c428 while ((req = dl_list_first(&wpa_s->fils_hlp_req, struct fils_hlp_req, in wpas_flush_fils_hlp_req()
4485 work = dl_list_first(&radio->work, struct wpa_radio_work, list); in radio_start_next_work()
4491 wpa_s = dl_list_first(&radio->ifaces, struct wpa_supplicant, in radio_start_next_work()
Dconfig.c2326 while ((psk = dl_list_first(&ssid->psk_list, struct psk_list_entry, in wpa_config_free_ssid()
Dctrl_iface.c4701 bss = dl_list_first(&wpa_s->bss_id, struct wpa_bss, in wpa_supplicant_ctrl_iface_bss()
4747 bss = dl_list_first(&wpa_s->bss_id, struct wpa_bss, list_id); in wpa_supplicant_ctrl_iface_bss()
/external/wpa_supplicant_8/src/ap/
Dap_config.c432 while ((elem = dl_list_first(&conf->anqp_elem, struct anqp_element, in hostapd_config_free_anqp_elem()
446 while ((realm = dl_list_first(&conf->fils_realms, struct fils_realm, in hostapd_config_free_fils_realms()
Ddrv_callbacks.c1033 survey = dl_list_first(&survey_res->survey_list, struct freq_survey, in hostapd_single_channel_get_survey()
Dbeacon.c609 while ((info = dl_list_first(&iface->sta_seen, struct hostapd_sta_info, in sta_track_expire()
Dieee802_1x.c2302 while ((erp = dl_list_first(&hapd->erp_keys, struct eap_server_erp_key, in ieee802_1x_erp_flush()
Dhostapd.c380 while ((info = dl_list_first(&iface->sta_seen, struct hostapd_sta_info, in sta_track_deinit()
/external/wpa_supplicant_8/src/p2p/
Dp2p.c4242 dev = dl_list_first(&p2p->devices, struct p2p_device, list); in p2p_get_peer_info()
4245 dev = dl_list_first(&dev->list, struct p2p_device, list); in p2p_get_peer_info()
5008 dev = dl_list_first(&dev->list, in p2p_get_peer_found()
5016 dev = dl_list_first(&p2p->devices, struct p2p_device, list); in p2p_get_peer_found()
5020 dev = dl_list_first(&dev->list, in p2p_get_peer_found()
/external/wpa_supplicant_8/src/radius/
Dradius_server.c1843 while ((erp = dl_list_first(&data->erp_keys, struct eap_server_erp_key, in radius_server_erp_flush()