HomeSort by relevance Sort by last modified time
    Searched refs:ifaces (Results 1 - 25 of 49) sorted by null

1 2

  /external/wpa_supplicant_8/wpa_supplicant/
main_winmain.c 25 struct wpa_interface *ifaces, *iface; local
38 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
39 if (ifaces == NULL)
55 if ((ifaces[i].confname == NULL &&
56 ifaces[i].ctrl_interface == NULL) ||
57 ifaces[i].ifname == NULL) {
64 if (wpa_supplicant_add_iface(global, &ifaces[i], NULL) == NULL)
73 os_free(ifaces);
main.c 158 struct wpa_interface *ifaces, *iface; local
169 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
170 if (ifaces == NULL)
286 iface = os_realloc_array(ifaces, iface_count,
290 ifaces = iface;
291 iface = &ifaces[iface_count - 1];
315 if ((ifaces[i].confname == NULL &&
316 ifaces[i].ctrl_interface == NULL) ||
317 ifaces[i].ifname == NULL) {
325 wpa_s = wpa_supplicant_add_iface(global, &ifaces[i], NULL)
    [all...]
p2p_supplicant.c 444 for (wpa_s = wpa_s->global->ifaces; wpa_s; wpa_s = wpa_s->next) {
500 for (wpa_s = wpa_s->global->ifaces; wpa_s; wpa_s = wpa_s->next) {
528 for (wpa_s = wpa_s->global->ifaces; wpa_s; wpa_s = wpa_s->next) {
555 for (wpa_s = wpa_s->global->ifaces; wpa_s; wpa_s = wpa_s->next) {
614 for (tmp_wpa_s = wpa_s->global->ifaces; tmp_wpa_s;
896 wpa_s = global->ifaces;
    [all...]
  /external/dhcpcd/
if-pref.c 81 if (!ifaces || !ifaces->next)
83 sorted = ifaces;
84 ifaces = ifaces->next;
86 for (ifp = ifaces; ifp && (ifn = ifp->next, 1); ifp = ifn) {
107 ifaces = sorted;
dhcpcd-run-hooks.in 38 local i= x= ifaces=
40 [ -e "$1/$i" ] && ifaces="$ifaces${ifaces:+ }$i"
50 [ -n "$x" ] && ifaces="$ifaces${ifaces:+ }${x##*/}"
52 echo "$ifaces"
dhcpcd.c 92 struct interface *ifaces = NULL; variable in typeref:struct:interface
187 while (ifaces) {
188 iface = ifaces;
189 ifaces = iface->next;
254 for (ifp = ifaces; ifp; ifp = ifp->next)
275 for (ifp = ifaces; ifp; ifp = ifp->next) {
283 ifaces = ifp->next;
909 for (iface = ifaces; iface; iface = iface->next)
    [all...]
dhcpcd.h 151 extern struct interface *ifaces;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
example_xma.c 31 } ifaces[] = { variable in typeref:struct:__anon24058
51 ifaces[0].name);
53 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++)
55 ifaces[i].name,
56 vpx_codec_iface_name(ifaces[i].iface));
78 vpx_codec_iface_t *iface = ifaces[0].iface;
96 for (j = 0; j < sizeof(ifaces) / sizeof(ifaces[0]); j++)
97 if (!strcmp(ifaces[j].name, argv[i])
    [all...]
  /external/libpcap/
sf-pcap-ng.c 223 struct pcap_ng_if *ifaces; /* array of interface information */ member in struct:pcap_ng_sf
541 if (ps->ifaces == NULL) {
546 ps->ifaces = malloc(sizeof (struct pcap_ng_if));
553 ps->ifaces = realloc(ps->ifaces, ps->ifaces_size * sizeof (struct pcap_ng_if));
555 if (ps->ifaces == NULL) {
580 ps->ifaces[ps->ifcount - 1].tsresol = tsresol;
581 ps->ifaces[ps->ifcount - 1].tsoffset = tsoffset;
595 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
602 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiInfo.java 48 ArrayList<String> ifaces = mClassToInterface.get(cl); local
49 if (ifaces == null) {
52 for (String iface : ifaces) {
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 236 struct dl_list ifaces; local
238 dl_list_init(&ifaces);
239 extract_interfaces(&ifaces, obj_dsc);
240 add_interfaces(&ifaces, xml);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new.py 28 ifaces = wpas_obj.Get(WPAS_DBUS_INTERFACE, 'Interfaces',
30 for path in ifaces:
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:
wpas-dbus-new-signals.py 29 ifaces = wpas_obj.Get(WPAS_DBUS_INTERFACE, 'Interfaces',
31 for path in ifaces:
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:
  /external/wpa_supplicant_8/hostapd/
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:
main.c 388 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize,
395 for (i = 0; !tnc && i < ifaces->count; i++) {
396 for (k = 0; k < ifaces->iface[i]->num_bss; k++) {
397 if (ifaces->iface[i]->bss[0]->conf->tnc) {
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 78 QString ifaces(buf);
79 QStringList lines = ifaces.split(QRegExp("\\n"));
  /external/toybox/toys/other/
ifconfig.c 269 struct string_list *ifaces = 0, *sl; local
298 sl->next = ifaces;
299 ifaces = sl;
325 for(sl = ifaces; sl; sl = sl->next)
334 llist_traverse(ifaces, free);
  /external/tcpdump/
print-cnfp.c 69 u_int32_t ifaces; /* src,dst ifaces */ member in struct:nfrec
  /external/wpa_supplicant_8/src/ap/
hostapd.h 432 int hostapd_add_iface(struct hapd_interfaces *ifaces, char *buf);
433 int hostapd_remove_iface(struct hapd_interfaces *ifaces, char *buf);
  /external/doclava/src/com/google/doclava/
MethodInfo.java 47 private static void addInterfaces(ArrayList<ClassInfo> ifaces, ArrayList<ClassInfo> queue) {
48 for (ClassInfo i : ifaces) {
51 for (ClassInfo i : ifaces) {
80 private static void addRealInterfaces(ArrayList<ClassInfo> ifaces, ArrayList<ClassInfo> queue) {
81 for (ClassInfo i : ifaces) {
87 for (ClassInfo i : ifaces) {
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 106 private HashMap<String, TetherInterfaceSM> mIfaces; // all tethered/tetherable ifaces
392 Set ifaces = mIfaces.keySet(); local
393 for (Object iface : ifaces) {
536 String[] ifaces = new String[0]; local
538 ifaces = mNMService.listInterfaces();
543 for (String iface : ifaces) {
559 String[] ifaces = new String[0]; local
561 ifaces = mNMService.listInterfaces();
566 for (String iface : ifaces) {
1470 Set ifaces = mIfaces.keySet(); local
    [all...]
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 381 final String[] ifaces = mNMService.listInterfaces(); local
382 for (String iface : ifaces) {
  /external/jdiff/src/jdiff/
RootDocToXML.java 456 * @param ifaces An array of ClassDoc objects
458 public void processInterfaces(Type[] ifaces) {
459 if (trace) System.out.println("PROCESSING INTERFACES, number=" + ifaces.length);
460 for (int i = 0; i < ifaces.length; i++) {
461 String ifaceName = buildEmittableTypeString(ifaces[i]);
    [all...]

Completed in 419 milliseconds

1 2