Searched defs:dl_list_for_each_safe (Results 1 - 10 of 10) 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/hostapd/src/wps/
H A Dwps_upnp.c293 dl_list_for_each_safe(a, tmp, &s->addr_list, struct subscr_addr, list)
534 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
570 dl_list_for_each_safe(s, tmp, &sm->subscriptions,
957 dl_list_for_each_safe(a, tmp, head, struct advertisement_state_machine,
967 dl_list_for_each_safe(s, tmp, head, struct subscription, list) { function
H A Dwps_registrar.c50 dl_list_for_each_safe(token, prev, tokens, struct wps_nfc_pw_token, function
107 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list)
783 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
808 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
836 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c293 dl_list_for_each_safe(a, tmp, &s->addr_list, struct subscr_addr, list)
534 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
570 dl_list_for_each_safe(s, tmp, &sm->subscriptions,
957 dl_list_for_each_safe(a, tmp, head, struct advertisement_state_machine,
967 dl_list_for_each_safe(s, tmp, head, struct subscription, list) { function
H A Dwps_registrar.c50 dl_list_for_each_safe(token, prev, tokens, struct wps_nfc_pw_token, function
107 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list)
783 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
808 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
836 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.c293 dl_list_for_each_safe(a, tmp, &s->addr_list, struct subscr_addr, list)
534 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription,
570 dl_list_for_each_safe(s, tmp, &sm->subscriptions,
957 dl_list_for_each_safe(a, tmp, head, struct advertisement_state_machine,
967 dl_list_for_each_safe(s, tmp, head, struct subscription, list) { function
H A Dwps_registrar.c50 dl_list_for_each_safe(token, prev, tokens, struct wps_nfc_pw_token, function
107 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list)
783 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
808 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
836 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)

Completed in 129 milliseconds