HomeSort by relevance Sort by last modified time
    Searched refs:dl_list_for_each (Results 1 - 25 of 36) sorted by null

1 2

  /external/wpa_supplicant_8/src/utils/
list.h 76 #define dl_list_for_each(item, list, type, member) \ macro
eloop_none.c 147 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) {
220 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) {
trace.c 314 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) {
edit.c 184 dl_list_for_each(h, &history_list, struct edit_history, list) {
876 dl_list_for_each(h, &history_list, struct edit_history, list) {
eloop_win.c 273 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) {
346 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) {
os_unix.c 298 dl_list_for_each(a, &alloc_list, struct os_alloc_trace, list) {
eloop.c 516 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) {
591 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) {
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_learn.c 93 dl_list_for_each(bss, &data->bss, struct bgscan_learn_bss, list) {
177 dl_list_for_each(bss, &data->bss, struct bgscan_learn_bss, list) {
182 dl_list_for_each(bss, &data->bss, struct bgscan_learn_bss, list) {
219 dl_list_for_each(bss, &data->bss, struct bgscan_learn_bss, list) {
bss.c 217 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
290 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
315 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
916 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
939 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
gas_query.c 120 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) {
439 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) {
interworking.c     [all...]
ctrl_iface_unix.c 92 dl_list_for_each(dst, ctrl_dst, struct wpa_ctrl_dst, list) { function
119 dl_list_for_each(dst, &priv->ctrl_dst, struct wpa_ctrl_dst, list) {
wpa_cli.c 142 dl_list_for_each(e, txt_list, struct cli_txt_entry, list) { function
247 dl_list_for_each(e, txt_list, struct cli_txt_entry, list) { function
    [all...]
wps_supplicant.c 965 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_er.c 63 dl_list_for_each(sta, &ap->sta, struct wps_er_sta, list) {
104 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
119 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
284 dl_list_for_each(s, &er->ap_settings, struct wps_er_ap_settings, list)
679 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
    [all...]
wps_upnp.c 557 dl_list_for_each(iface, &s->sm->interfaces,
586 dl_list_for_each(s, &sm->subscriptions, struct subscription, list) {
    [all...]
wps_upnp_event.c 290 dl_list_for_each(e->addr, &s->addr_list, struct subscr_addr, list)
wps_upnp_web.c 581 dl_list_for_each(iface, &sm->interfaces,
607 dl_list_for_each(a, &s->addr_list, struct subscr_addr, list) {
619 dl_list_for_each(s, &sm->subscriptions, struct subscription, list)
648 dl_list_for_each(iface, &sm->interfaces,
    [all...]
wps_registrar.c 62 dl_list_for_each(token, tokens, struct wps_nfc_pw_token, list) { function
710 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
882 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
893 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
938 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
acs.c 338 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list)
412 dl_list_for_each(survey, &chan->survey_list,
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 367 dl_list_for_each(pos, &sm->pmksa_candidates,
389 dl_list_for_each(pos, &sm->pmksa_candidates,
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 32 dl_list_for_each(iface, list, struct interfaces, list) { function
  /external/wpa_supplicant_8/src/p2p/
p2p_pd.c 460 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) {
p2p.c 361 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list)
375 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) {
393 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) {
420 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) {
479 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) {
    [all...]
p2p_sd.c 873 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list)

Completed in 133 milliseconds

1 2