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

1 2

  /external/wpa_supplicant_8/src/utils/
list.h 82 #define dl_list_for_each(item, list, type, member) \ macro
trace.c 320 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) {
edit.c 187 dl_list_for_each(h, &history_list, struct edit_history, list) {
865 dl_list_for_each(h, &history_list, struct edit_history, list) {
eloop.c 337 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) {
385 dl_list_for_each(tmp, &eloop.timeout, struct eloop_timeout, list) {
os_unix.c 277 dl_list_for_each(a, &alloc_list, struct os_alloc_trace, list) {
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_learn.c 99 dl_list_for_each(bss, &data->bss, struct bgscan_learn_bss, list) {
183 dl_list_for_each(bss, &data->bss, struct bgscan_learn_bss, list) {
188 dl_list_for_each(bss, &data->bss, struct bgscan_learn_bss, list) {
225 dl_list_for_each(bss, &data->bss, struct bgscan_learn_bss, list) {
bss.c 61 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
491 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
ctrl_iface_unix.c 88 dl_list_for_each(dst, &priv->ctrl_dst, struct wpa_ctrl_dst, list) {
115 dl_list_for_each(dst, &priv->ctrl_dst, struct wpa_ctrl_dst, list) {
wps_supplicant.c 755 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
    [all...]
wpas_glue.c 328 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
p2p_supplicant.c     [all...]
events.c 805 dl_list_for_each(bss, &wpa_s->bss, struct wpa_bss, list) {
    [all...]
ctrl_iface.c     [all...]
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/wps/
wps_er.c 69 dl_list_for_each(sta, &ap->sta, struct wps_er_sta, list) {
109 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
122 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) {
287 dl_list_for_each(s, &er->ap_settings, struct wps_er_ap_settings, list)
637 dl_list_for_each(ap, &er->ap, struct wps_er_ap, 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_upnp.c 583 dl_list_for_each(s, &sm->subscriptions, struct subscription, list) {
    [all...]
wps_registrar.c 801 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
812 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
856 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) {
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 374 dl_list_for_each(pos, &sm->pmksa_candidates,
396 dl_list_for_each(pos, &sm->pmksa_candidates,
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 38 dl_list_for_each(iface, list, struct interfaces, list) { function
dbus_old_handlers.c 372 dl_list_for_each(bss, &wpa_s->bss_id, struct wpa_bss, list_id) {
    [all...]
dbus_new_handlers.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c 250 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list)
264 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) {
282 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) {
309 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) {
365 dl_list_for_each(dev, &p2p->devices, struct p2p_device, list) {
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 568 dl_list_for_each(bss, &drv->bss, struct test_driver_bss, list) {
647 dl_list_for_each(tmp, &drv->bss, struct test_driver_bss, list) {
1039 dl_list_for_each(bss, &drv->bss, struct test_driver_bss, list) {
    [all...]

Completed in 441 milliseconds

1 2