Home
last modified time | relevance | path

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

123

/external/wpa_supplicant_8/src/fst/
Dfst_group.h23 dl_list_for_each((i), &(g)->ifaces, struct fst_iface, group_lentry)
60 dl_list_for_each((g), &fst_global_groups_list, \
Dfst_internal.h43 dl_list_for_each(__fst_ctrl_h, &fst_global_ctrls_list, \
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c252 dl_list_for_each(participant, &kay->participant_list, in ieee802_1x_kay_get_participant()
273 dl_list_for_each(participant, &kay->participant_list, in ieee802_1x_kay_get_principal_participant()
289 dl_list_for_each(peer, peers, struct ieee802_1x_kay_peer, list) { in get_peer_mi()
409 dl_list_for_each(peer, &participant->live_peers, in ieee802_1x_kay_get_peer_sci()
415 dl_list_for_each(peer, &participant->potential_peers, in ieee802_1x_kay_get_peer_sci()
842 dl_list_for_each(peer, &participant->live_peers, in ieee802_1x_mka_get_live_peer_length()
869 dl_list_for_each(peer, &participant->live_peers, in ieee802_1x_mka_encode_live_peer_body()
902 dl_list_for_each(peer, &participant->potential_peers, in ieee802_1x_mka_get_potential_peer_length()
929 dl_list_for_each(peer, &participant->potential_peers, in ieee802_1x_mka_encode_potential_peer_body()
1143 dl_list_for_each(rxsc, &principal->rxsc_list, struct receive_sc, list) { in ieee802_1x_mka_get_lpn()
[all …]
/external/wpa_supplicant_8/src/common/
Dctrl_iface_common.c139 dl_list_for_each(dst, ctrl_dst, struct wpa_ctrl_dst, list) { in ctrl_iface_detach()
161 dl_list_for_each(dst, ctrl_dst, struct wpa_ctrl_dst, list) { in ctrl_iface_level()
Dcli.c73 dl_list_for_each(e, txt_list, struct cli_txt_entry, list) { in cli_txt_list_get()
182 dl_list_for_each(e, txt_list, struct cli_txt_entry, list) { in cli_txt_list_array()
/external/wpa_supplicant_8/wpa_supplicant/
Dbgscan_learn.c93 dl_list_for_each(bss, &data->bss, struct bgscan_learn_bss, list) { in bgscan_learn_get_bss()
177 dl_list_for_each(bss, &data->bss, struct bgscan_learn_bss, list) { in bgscan_learn_save()
182 dl_list_for_each(bss, &data->bss, struct bgscan_learn_bss, list) { in bgscan_learn_save()
219 dl_list_for_each(bss, &data->bss, struct bgscan_learn_bss, list) { in bgscan_learn_get_freqs()
Dp2p_supplicant_sd.c156 dl_list_for_each(bsrv, &wpa_s->global->p2p_srv_bonjour, in wpas_p2p_service_get_bonjour()
173 dl_list_for_each(usrv, &wpa_s->global->p2p_srv_upnp, in wpas_p2p_service_get_upnp()
238 dl_list_for_each(bsrv, &wpa_s->global->p2p_srv_bonjour, in wpas_sd_all_bonjour()
310 dl_list_for_each(bsrv, &wpa_s->global->p2p_srv_bonjour, in wpas_sd_req_bonjour()
372 dl_list_for_each(usrv, &wpa_s->global->p2p_srv_upnp, in wpas_sd_all_upnp()
435 dl_list_for_each(usrv, &wpa_s->global->p2p_srv_upnp, in wpas_sd_req_upnp()
Dbss.c262 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_bss_get()
387 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_bss_remove_oldest_unknown()
413 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_bss_remove_oldest()
1061 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in wpa_bss_get_id()
1084 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) { in wpa_bss_get_id_range()
Dinterworking.c2256 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in interworking_find_network_match()
2343 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in pick_best_roaming_partner()
2393 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in interworking_select_network()
2546 dl_list_for_each(other, &wpa_s->bss, struct wpa_bss, list) { in interworking_match_anqp_info()
2600 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in interworking_next_anqp_fetch()
2658 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) in interworking_start_fetch_anqp()
2774 dl_list_for_each(tmp, &anqp->anqp_elems, struct wpa_bss_anqp_elem, in anqp_add_extra()
Dhs20_supplicant.c288 dl_list_for_each(icon, &wpa_s->icon_head, struct icon_entry, list) { in hs20_find_icon()
430 dl_list_for_each(icon, &wpa_s->icon_head, struct icon_entry, list) { in hs20_process_icon_binary_file()
1006 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) { in hs20_osu_icon_fetch()
Dgas_query.c196 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_get_pending()
658 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_dialog_token_available()
/external/wpa_supplicant_8/src/utils/
Deloop_win.c273 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) { in eloop_register_timeout()
346 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) { in eloop_is_timeout_registered()
364 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) { in eloop_deplete_timeout()
396 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) { in eloop_replenish_timeout()
Dlist.h78 #define dl_list_for_each(item, list, type, member) \ macro
Deloop.c801 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) { in eloop_register_timeout()
876 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) { in eloop_is_timeout_registered()
894 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) { in eloop_deplete_timeout()
926 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) { in eloop_replenish_timeout()
Dedit.c184 dl_list_for_each(h, &history_list, struct edit_history, list) { in history_add()
876 dl_list_for_each(h, &history_list, struct edit_history, list) { in search_find()
Dtrace.c360 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) { in wpa_trace_check_ref()
/external/wpa_supplicant_8/src/wps/
Dwps_er.c63 dl_list_for_each(sta, &ap->sta, struct wps_er_sta, list) { in wps_er_sta_get()
104 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) { in wps_er_ap_get()
119 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) { in wps_er_ap_get_id()
282 dl_list_for_each(s, &er->ap_settings, struct wps_er_ap_settings, list) in wps_er_ap_get_settings()
680 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) { in wps_er_ap_remove()
1336 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) { in wps_er_refresh()
1338 dl_list_for_each(sta, &ap->sta, struct wps_er_sta, list) in wps_er_refresh()
1546 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) { in wps_er_set_sel_reg()
1581 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) { in wps_er_pbc()
1631 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) { in wps_er_get_sta_uuid()
Dwps_upnp_web.c525 dl_list_for_each(tmp, &iface->peers, struct upnp_wps_peer, list) { in web_process_put_message()
653 dl_list_for_each(iface, &sm->interfaces, in web_process_put_wlan_response()
679 dl_list_for_each(a, &s->addr_list, struct subscr_addr, list) { in find_er_addr()
691 dl_list_for_each(s, &sm->subscriptions, struct subscription, list) in find_er()
720 dl_list_for_each(iface, &sm->interfaces, in web_process_set_selected_registrar()
Dwps_upnp.c545 dl_list_for_each(iface, &s->sm->interfaces, in subscription_destroy()
574 dl_list_for_each(s, &sm->subscriptions, struct subscription, list) { in subscription_find()
1068 dl_list_for_each(iface, &sm->interfaces, in upnp_wps_get_iface()
1207 dl_list_for_each(iface, &sm->interfaces, in upnp_wps_set_ap_pin()
Dwps_upnp_event.c288 dl_list_for_each(e->addr, &s->addr_list, struct subscr_addr, list) in event_send_start()
/external/wpa_supplicant_8/src/ap/
Dneighbor_db.c23 dl_list_for_each(nr, &hapd->nr_db, struct hostapd_neighbor_entry, in hostapd_neighbor_get()
Dndisc_snoop.c73 dl_list_for_each(ip6addr, &sta->ip6addr, struct ip6addr, list) { in sta_has_ip6addr()
Dacs.c342 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list) in acs_survey_chan_interference_factor()
423 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list) in acs_survey_list_is_sufficient()
/external/wpa_supplicant_8/src/rsn_supp/
Dpreauth.c385 dl_list_for_each(pos, &sm->pmksa_candidates, in pmksa_candidate_add()
407 dl_list_for_each(pos, &sm->pmksa_candidates, in pmksa_candidate_add()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_introspect.c32 dl_list_for_each(iface, list, struct interfaces, list) { in add_interface()

123