/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | main_winmain.c | 25 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()
|
D | main.c | 186 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/ |
D | main_winmain.c | 25 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()
|
D | main.c | 185 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/ |
D | fst_group.h | 14 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/ |
D | fst_group.h | 14 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/ |
D | dpp-qrcode.py | 23 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:
|
D | wps-nfc.py | 45 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:
|
D | wpas-dbus-new.py | 28 ifaces = wpas_obj.Get(WPAS_DBUS_INTERFACE, 'Interfaces', 30 for path in ifaces:
|
D | p2p-nfc.py | 52 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/ |
D | dpp-qrcode.py | 23 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:
|
D | wps-nfc.py | 45 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:
|
D | wpas-dbus-new.py | 28 ifaces = wpas_obj.Get(WPAS_DBUS_INTERFACE, 'Interfaces', 30 for path in ifaces:
|
D | p2p-nfc.py | 52 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/ |
D | dshow_capture.h | 76 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/ |
D | dbus_new_introspect.c | 236 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/ |
D | dbus_new_introspect.c | 236 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/ |
D | wps-ap-nfc.py | 41 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/ |
D | wps-ap-nfc.py | 41 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/ |
D | dpp_hostapd.h | 35 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/ |
D | dpp_hostapd.h | 41 void hostapd_dpp_init_global(struct hapd_interfaces *ifaces); 42 void hostapd_dpp_deinit_global(struct hapd_interfaces *ifaces);
|
/third_party/toybox/toys/net/ |
D | ifconfig.c | 302 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/ |
D | ifconfig.c | 301 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/ |
D | addinterface.cpp | 78 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/ |
D | addinterface.cpp | 78 QString ifaces(buf); in addInterfaces() local 79 QStringList lines = ifaces.split(QRegExp("\\n")); in addInterfaces()
|