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

1 2

  /external/wpa_supplicant/
main_winmain.c 31 struct wpa_interface *ifaces, *iface; local
44 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
45 if (ifaces == NULL)
61 if ((ifaces[i].confname == NULL &&
62 ifaces[i].ctrl_interface == NULL) ||
63 ifaces[i].ifname == NULL) {
70 if (wpa_supplicant_add_iface(global, &ifaces[i]) == NULL)
79 os_free(ifaces);
main.c 131 struct wpa_interface *ifaces, *iface; local
142 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
143 if (ifaces == NULL)
231 iface = os_realloc(ifaces, iface_count *
235 ifaces = iface;
236 iface = &ifaces[iface_count - 1];
255 if ((ifaces[i].confname == NULL &&
256 ifaces[i].ctrl_interface == NULL) ||
257 ifaces[i].ifname == NULL) {
265 if (wpa_supplicant_add_iface(global, &ifaces[i]) == NULL
    [all...]
wpa_supplicant.c 884 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
976 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
    [all...]
wpa_supplicant_i.h 173 struct wpa_supplicant *ifaces; member in struct:wpa_global
ctrl_iface_dbus.c 1025 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
  /external/wpa_supplicant_6/wpa_supplicant/
main_winmain.c 31 struct wpa_interface *ifaces, *iface; local
44 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
45 if (ifaces == NULL)
61 if ((ifaces[i].confname == NULL &&
62 ifaces[i].ctrl_interface == NULL) ||
63 ifaces[i].ifname == NULL) {
70 if (wpa_supplicant_add_iface(global, &ifaces[i]) == NULL)
79 os_free(ifaces);
main.c 117 struct wpa_interface *ifaces, *iface; local
128 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
129 if (ifaces == NULL)
214 iface = os_realloc(ifaces, iface_count *
218 ifaces = iface;
219 iface = &ifaces[iface_count - 1];
238 if ((ifaces[i].confname == NULL &&
239 ifaces[i].ctrl_interface == NULL) ||
240 ifaces[i].ifname == NULL) {
248 if (wpa_supplicant_add_iface(global, &ifaces[i]) == NULL
    [all...]
wpa_supplicant.c 535 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
627 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
    [all...]
ctrl_iface_dbus.c     [all...]
wpa_supplicant_i.h 168 struct wpa_supplicant *ifaces; member in struct:wpa_global
  /build/tools/droiddoc/src/
MethodInfo.java 46 private static void addInterfaces(ClassInfo[] ifaces, ArrayList<ClassInfo> queue)
48 for (ClassInfo i: ifaces) {
51 for (ClassInfo i: ifaces) {
83 private static void addRealInterfaces(ClassInfo[] ifaces, ArrayList<ClassInfo> queue)
85 for (ClassInfo i: ifaces) {
91 for (ClassInfo i: ifaces) {
ClassInfo.java 391 ClassInfo[] ifaces = interfaces(); local
392 for (ClassInfo iface: ifaces) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 84 QString ifaces(buf);
85 QStringList lines = ifaces.split(QRegExp("\\n"));
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 82 private HashMap<String, TetherInterfaceSM> mIfaces; // all tethered/tetherable ifaces
326 Set ifaces = mIfaces.keySet(); local
327 for (Object iface : ifaces) {
452 String[] ifaces = new String[0]; local
454 ifaces = service.listInterfaces();
459 for (String iface : ifaces) {
503 String[] ifaces = new String[0]; local
505 ifaces = service.listInterfaces();
510 for (String iface : ifaces) {
1167 String[] ifaces = new String[0]; local
    [all...]
  /device/htc/dream-sapphire/overlay/frameworks/base/core/res/res/values/
config.xml 58 <!-- Regex array of allowable upstream ifaces for tethering - for example if you want
  /external/tcpdump/
print-cnfp.c 69 u_int32_t ifaces; /* src,dst ifaces */ member in struct:nfrec
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 312 private String findIface(String[] ifaces, String[] regexes) {
313 for (String iface : ifaces) {
  /device/htc/passion-common/overlay/frameworks/base/core/res/res/values/
config.xml 128 <!-- Regex array of allowable upstream ifaces for tethering - for example if you want
  /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...]
  /external/bluetooth/glib/gobject/
gtype.c 527 IFaceEntry *ifaces = CLASSED_NODE_IFACES_ENTRIES (node) - 1; local
537 check = ifaces + i;
543 ifaces = check;
3316 GType *ifaces; local
    [all...]
gsignal.c 315 GType *ifaces, type = itype; local
337 ifaces = g_type_interfaces (itype, &n_ifaces);
342 key.itype = ifaces[n_ifaces];
347 g_free (ifaces);
351 g_free (ifaces);
    [all...]
gobject.c 592 GType *ifaces; local
597 ifaces = g_type_interfaces (G_OBJECT_CLASS_TYPE (oclass), &n_ifaces);
602 ifaces[n_ifaces],
606 g_free (ifaces);
    [all...]
  /frameworks/base/core/res/res/values/
config.xml 89 <!-- Regex array of allowable upstream ifaces for tethering - for example if you want
  /dalvik/vm/oo/
Array.c 474 dvmThrowException("Ljava/lang/InternalError;", "missing array ifaces");
  /external/bluetooth/bluez/audio/
gateway.c 1145 * ifaces (alsa, gstreamer, etc.) */

Completed in 1477 milliseconds

1 2