Searched defs:dl_list_for_each_safe (Results 1 - 11 of 11) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dlist.h81 #define dl_list_for_each_safe(item, n, list, type, member) \ macro
/external/wpa_supplicant_8/src/utils/
H A Dlist.h81 #define dl_list_for_each_safe(item, n, list, type, member) \ macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dlist.h81 #define dl_list_for_each_safe(item, n, list, type, member) \ macro
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c157 dl_list_for_each_safe(iface, n, list, struct interfaces, list) { function
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_unix.c624 dl_list_for_each_safe(dst, prev, &priv->ctrl_dst, struct wpa_ctrl_dst,
684 dl_list_for_each_safe(dst, next, ctrl_dst, struct wpa_ctrl_dst, list) { function
1088 dl_list_for_each_safe(dst, prev, &priv->ctrl_dst, struct wpa_ctrl_dst,
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp.c295 dl_list_for_each_safe(a, tmp, &s->addr_list, struct subscr_addr, list)
517 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
553 dl_list_for_each_safe(s, tmp, &sm->subscriptions,
943 dl_list_for_each_safe(a, tmp, head, struct advertisement_state_machine,
953 dl_list_for_each_safe(s, tmp, head, struct subscription, list) { function
H A Dwps_registrar.c52 dl_list_for_each_safe(token, prev, tokens, struct wps_nfc_pw_token, function
109 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list)
800 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
825 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
853 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c295 dl_list_for_each_safe(a, tmp, &s->addr_list, struct subscr_addr, list)
517 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
553 dl_list_for_each_safe(s, tmp, &sm->subscriptions,
943 dl_list_for_each_safe(a, tmp, head, struct advertisement_state_machine,
953 dl_list_for_each_safe(s, tmp, head, struct subscription, list) { function
H A Dwps_registrar.c52 dl_list_for_each_safe(token, prev, tokens, struct wps_nfc_pw_token, function
109 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list)
800 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
825 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
853 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp.c295 dl_list_for_each_safe(a, tmp, &s->addr_list, struct subscr_addr, list)
517 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
553 dl_list_for_each_safe(s, tmp, &sm->subscriptions,
943 dl_list_for_each_safe(a, tmp, head, struct advertisement_state_machine,
953 dl_list_for_each_safe(s, tmp, head, struct subscription, list) { function
H A Dwps_registrar.c52 dl_list_for_each_safe(token, prev, tokens, struct wps_nfc_pw_token, function
109 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list)
800 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
825 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
853 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)

Completed in 1445 milliseconds