Searched defs:dl_list_for_each (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dlist.h76 #define dl_list_for_each(item, list, type, member) \ macro
/external/wpa_supplicant_8/src/utils/
H A Dlist.h76 #define dl_list_for_each(item, list, type, member) \ macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dlist.h76 #define dl_list_for_each(item, list, type, member) \ macro
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_unix.c92 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) {
H A Dwpa_cli.c142 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
2933 dl_list_for_each(e, &p2p_groups, struct cli_txt_entry, list) {
2942 dl_list_for_each(e, &ifnames, struct cli_txt_entry, list) {
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c32 dl_list_for_each(iface, list, struct interfaces, list) { function
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_registrar.c62 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) {
3343 dl_list_for_each(s, &reg->wps->wps_upnp->subscriptions,
/external/wpa_supplicant_8/src/wps/
H A Dwps_registrar.c62 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) {
3343 dl_list_for_each(s, &reg->wps->wps_upnp->subscriptions,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_registrar.c62 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) {
3343 dl_list_for_each(s, &reg->wps->wps_upnp->subscriptions,

Completed in 1259 milliseconds