Home
last modified time | relevance | path

Searched refs:ifaces (Results 1 – 25 of 74) sorted by relevance

123

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dmain_winmain.c25 struct wpa_interface *ifaces, *iface; in WinMain() local
38 iface = ifaces = os_zalloc(sizeof(struct wpa_interface)); in WinMain()
39 if (ifaces == NULL) in WinMain()
55 if ((ifaces[i].confname == NULL && in WinMain()
56 ifaces[i].ctrl_interface == NULL) || in WinMain()
57 ifaces[i].ifname == NULL) { in WinMain()
64 if (wpa_supplicant_add_iface(global, &ifaces[i], NULL) == NULL) in WinMain()
73 os_free(ifaces); in WinMain()
Dmain.c185 struct wpa_interface *ifaces, *iface; in wpa_main() local
199 iface = ifaces = os_zalloc(sizeof(struct wpa_interface)); in wpa_main()
200 if (ifaces == NULL) in wpa_main()
330 iface = os_realloc_array(ifaces, iface_count, in wpa_main()
334 ifaces = iface; in wpa_main()
335 iface = &ifaces[iface_count - 1]; in wpa_main()
370 if ((ifaces[i].confname == NULL && in wpa_main()
371 ifaces[i].ctrl_interface == NULL) || in wpa_main()
372 ifaces[i].ifname == NULL) { in wpa_main()
383 wpa_s = wpa_supplicant_add_iface(global, &ifaces[i], NULL); in wpa_main()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmain_winmain.c25 struct wpa_interface *ifaces, *iface; in WinMain() local
38 iface = ifaces = os_zalloc(sizeof(struct wpa_interface)); in WinMain()
39 if (ifaces == NULL) in WinMain()
55 if ((ifaces[i].confname == NULL && in WinMain()
56 ifaces[i].ctrl_interface == NULL) || in WinMain()
57 ifaces[i].ifname == NULL) { in WinMain()
64 if (wpa_supplicant_add_iface(global, &ifaces[i], NULL) == NULL) in WinMain()
73 os_free(ifaces); in WinMain()
Dmain.c185 struct wpa_interface *ifaces, *iface; in wpa_main() local
199 iface = ifaces = os_zalloc(sizeof(struct wpa_interface)); in wpa_main()
200 if (ifaces == NULL) in wpa_main()
330 iface = os_realloc_array(ifaces, iface_count, in wpa_main()
334 ifaces = iface; in wpa_main()
335 iface = &ifaces[iface_count - 1]; in wpa_main()
370 if ((ifaces[i].confname == NULL && in wpa_main()
371 ifaces[i].ctrl_interface == NULL) || in wpa_main()
372 ifaces[i].ifname == NULL) { in wpa_main()
383 wpa_s = wpa_supplicant_add_iface(global, &ifaces[i], NULL); in wpa_main()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
Dfst_group.h14 struct dl_list ifaces; member
23 dl_list_for_each((i), &(g)->ifaces, struct fst_iface, group_lentry)
34 return !dl_list_empty(&g->ifaces); in fst_group_has_ifaces()
39 return dl_list_first(&g->ifaces, struct fst_iface, group_lentry); in fst_group_first_iface()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
Dfst_group.h14 struct dl_list ifaces; member
23 dl_list_for_each((i), &(g)->ifaces, struct fst_iface, group_lentry)
34 return !dl_list_empty(&g->ifaces); in fst_group_has_ifaces()
39 return dl_list_first(&g->ifaces, struct fst_iface, group_lentry); in fst_group_first_iface()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Ddpp-qrcode.py23 ifaces = []
26 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)]
31 if len(ifaces) < 1:
35 for ctrl in ifaces:
Dwps-nfc.py45 ifaces = []
48 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)]
53 if len(ifaces) < 1:
57 for ctrl in ifaces:
Dwpas-dbus-new.py28 ifaces = wpas_obj.Get(WPAS_DBUS_INTERFACE, 'Interfaces',
30 for path in ifaces:
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Ddpp-qrcode.py23 ifaces = []
26 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)]
31 if len(ifaces) < 1:
35 for ctrl in ifaces:
Dwps-nfc.py45 ifaces = []
48 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)]
53 if len(ifaces) < 1:
57 for ctrl in ifaces:
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst-ptp-helper.c69 static gchar **ifaces = NULL; variable
75 {"interface", 'i', 0, G_OPTION_ARG_STRING_ARRAY, &ifaces,
250 if (!ifaces) { in setup_sockets()
277 ifaces = probed_ifaces; in setup_sockets()
300 ifaces = probed_ifaces = (gchar **) g_ptr_array_free (arr, FALSE); in setup_sockets()
314 if (ifaces) { in setup_sockets()
315 gchar **ptr = ifaces; in setup_sockets()
383 if (ifaces) { in setup_sockets()
384 gchar **p = ifaces; in setup_sockets()
435 if (ifaces) { in setup_sockets()
[all …]
/third_party/ffmpeg/libavdevice/
Ddshow_capture.h76 struct GUIDoffset ifaces[] = __VA_ARGS__; \
82 for (i = 0; i < sizeof(ifaces)/sizeof(ifaces[0]); i++) { \
83 if (IsEqualGUID(riid, ifaces[i].iid)) { \
84 void *obj = (void *) ((uint8_t *) this + ifaces[i].offset); \
86 dshowdebug("\tfound %d with offset %d\n", i, ifaces[i].offset); \
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_introspect.c236 struct dl_list ifaces; in add_wpas_interfaces() local
238 dl_list_init(&ifaces); in add_wpas_interfaces()
239 extract_interfaces(&ifaces, obj_dsc); in add_wpas_interfaces()
240 add_interfaces(&ifaces, xml); in add_wpas_interfaces()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_introspect.c236 struct dl_list ifaces; in add_wpas_interfaces() local
238 dl_list_init(&ifaces); in add_wpas_interfaces()
239 extract_interfaces(&ifaces, obj_dsc); in add_wpas_interfaces()
240 add_interfaces(&ifaces, xml); in add_wpas_interfaces()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Ddpp_hostapd.h35 void hostapd_dpp_init_global(struct hapd_interfaces *ifaces);
36 void hostapd_dpp_deinit_global(struct hapd_interfaces *ifaces);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dwps-ap-nfc.py41 ifaces = []
44 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)]
49 if len(ifaces) < 1:
53 for ctrl in ifaces:
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dwps-ap-nfc.py41 ifaces = []
44 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)]
49 if len(ifaces) < 1:
53 for ctrl in ifaces:
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Ddpp_hostapd.h41 void hostapd_dpp_init_global(struct hapd_interfaces *ifaces);
42 void hostapd_dpp_deinit_global(struct hapd_interfaces *ifaces);
/third_party/weston/libweston/
Dlauncher-util.c38 static const struct launcher_interface *ifaces[] = { variable
53 for (it = ifaces; *it != NULL; it++) { in weston_launcher_connect()
/third_party/gstreamer/gstplugins_good/gst/udp/
Dgstudpsrc.c1663 gchar **ifaces = multi_ifaces; in gst_udpsrc_open() local
1664 while (*ifaces) { in gst_udpsrc_open()
1665 g_strstrip (*ifaces); in gst_udpsrc_open()
1667 src->address, *ifaces); in gst_udpsrc_open()
1670 FALSE, *ifaces, &err)) { in gst_udpsrc_open()
1675 ifaces++; in gst_udpsrc_open()
1862 gchar **ifaces = multi_ifaces; in gst_udpsrc_close() local
1863 while (*ifaces) { in gst_udpsrc_close()
1864 g_strstrip (*ifaces); in gst_udpsrc_close()
1866 src->address, *ifaces); in gst_udpsrc_close()
[all …]
/third_party/toybox/porting/liteos_a/toys/net/
Difconfig.c301 struct string_list *ifaces = 0, *sl; in show_iface() local
330 sl->next = ifaces; in show_iface()
331 ifaces = sl; in show_iface()
357 for(sl = ifaces; sl; sl = sl->next) in show_iface()
366 llist_traverse(ifaces, free); in show_iface()
/third_party/toybox/toys/net/
Difconfig.c302 struct string_list *ifaces = 0, *sl; in show_iface() local
331 sl->next = ifaces; in show_iface()
332 ifaces = sl; in show_iface()
358 for(sl = ifaces; sl; sl = sl->next) in show_iface()
367 llist_traverse(ifaces, free); in show_iface()
/third_party/glib/gio/gdbus-2.0/codegen/
Dcodegen.py71 ifaces, argument
83 self.ifaces = ifaces
121 for i in self.ifaces:
666 for i in self.ifaces:
680 for i in self.ifaces:
837 for i in self.ifaces:
1018 ifaces, argument
1028 self.ifaces = ifaces
1066 for i in self.ifaces:
1096 ifaces, argument
[all …]
Dcodegen_docbook.py36 def __init__(self, ifaces): argument
37 self.ifaces = ifaces
355 for i in self.ifaces:
396 for i in self.ifaces:

123