Home
last modified time | relevance | path

Searched refs:ifaces (Results 1 – 25 of 62) 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.c186 struct wpa_interface *ifaces, *iface; in wpa_main() local
203 iface = ifaces = os_zalloc(sizeof(struct wpa_interface)); in wpa_main()
204 if (ifaces == NULL) in wpa_main()
334 iface = os_realloc_array(ifaces, iface_count, in wpa_main()
338 ifaces = iface; in wpa_main()
339 iface = &ifaces[iface_count - 1]; in wpa_main()
374 if ((ifaces[i].confname == NULL && in wpa_main()
375 ifaces[i].ctrl_interface == NULL) || in wpa_main()
376 ifaces[i].ifname == NULL) { in wpa_main()
387 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:
Dp2p-nfc.py52 ifaces = []
55 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)]
60 if len(ifaces) < 1:
64 for ctrl 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:
Dwpas-dbus-new.py28 ifaces = wpas_obj.Get(WPAS_DBUS_INTERFACE, 'Interfaces',
30 for path in ifaces:
Dp2p-nfc.py52 ifaces = []
55 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)]
60 if len(ifaces) < 1:
64 for ctrl in ifaces:
/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_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/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/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/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/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/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/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/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Daddinterface.cpp78 QString ifaces(buf); in addInterfaces() local
79 QStringList lines = ifaces.split(QRegExp("\\n")); in addInterfaces()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Daddinterface.cpp78 QString ifaces(buf); in addInterfaces() local
79 QStringList lines = ifaces.split(QRegExp("\\n")); in addInterfaces()

123