/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) 73 os_free(ifaces);
|
main.c | 140 struct wpa_interface *ifaces, *iface; local 151 iface = ifaces = os_zalloc(sizeof(struct wpa_interface)); 152 if (ifaces == NULL) 260 iface = os_realloc_array(ifaces, iface_count, 264 ifaces = iface; 265 iface = &ifaces[iface_count - 1]; 287 if ((ifaces[i].confname == NULL && 288 ifaces[i].ctrl_interface == NULL) || 289 ifaces[i].ifname == NULL) { 297 if (wpa_supplicant_add_iface(global, &ifaces[i]) == NULL [all...] |
notify.c | 386 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) 406 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
|
/external/libvpx/libvpx/ |
example_xma.c | 32 } ifaces[] = variable in typeref:struct:__anon10882 54 ifaces[0].name); 56 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++) 58 ifaces[i].name, 59 vpx_codec_iface_name(ifaces[i].iface)); 84 vpx_codec_iface_t *iface = ifaces[0].iface; 105 for (j = 0; j < sizeof(ifaces) / sizeof(ifaces[0]); j++) 106 if (!strcmp(ifaces[j].name, argv[i]) [all...] |
vpxdec.c | 58 } ifaces[] = variable in typeref:struct:__anon11018 166 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++) 168 ifaces[i].name, 169 vpx_codec_iface_name(ifaces[i].iface)); 463 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++) 464 if(!vpx_codec_peek_stream_info(ifaces[i].iface, 468 *fourcc = ifaces[i].fourcc; 750 for (j = 0; j < sizeof(ifaces) / sizeof(ifaces[0]); j++ [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;
|
/external/doclava/src/com/google/doclava/apicheck/ |
ApiInfo.java | 44 ArrayList<String> ifaces = mClassToInterface.get(cl); local 45 if (ifaces == null) { 48 for (String iface : ifaces) {
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_introspect.c | 231 struct dl_list ifaces; local 232 dl_list_init(&ifaces); 233 extract_interfaces(&ifaces, obj_dsc); 234 add_interfaces(&ifaces, xml);
|
/frameworks/base/core/java/android/net/ |
INetworkStatsService.aidl | 35 /** Return set of any ifaces associated with mobile networks since boot. */
|
NetworkStats.java | 392 final HashSet<String> ifaces = new HashSet<String>(); local 395 ifaces.add(iface); 398 return ifaces.toArray(new String[ifaces.size()]); 459 * null} to include all ifaces.
|
EthernetDataTracker.java | 224 final String[] ifaces = mNMService.listInterfaces(); local 225 for (String iface : ifaces) {
|
/external/wpa_supplicant_8/hostapd/ |
wps-ap-nfc.py | 26 ifaces = [] 29 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)] 34 if len(ifaces) < 1: 38 for ctrl in ifaces:
|
main.c | 436 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize, 443 for (i = 0; !tnc && i < ifaces->count; i++) { 444 for (k = 0; k < ifaces->iface[i]->num_bss; k++) { 445 if (ifaces->iface[i]->bss[0]->conf->tnc) {
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wps-nfc.py | 28 ifaces = [] 31 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)] 36 if len(ifaces) < 1: 40 for ctrl in ifaces:
|
wpas-dbus-new-signals.py | 29 ifaces = wpas_obj.Get(WPAS_DBUS_INTERFACE, 'Interfaces', 31 for path in ifaces:
|
wpas-dbus-new.py | 28 ifaces = wpas_obj.Get(WPAS_DBUS_INTERFACE, 'Interfaces', 30 for path in ifaces:
|
/external/wpa_supplicant_8/src/ap/ |
hostapd.h | 295 int hostapd_add_iface(struct hapd_interfaces *ifaces, char *buf); 296 int hostapd_remove_iface(struct hapd_interfaces *ifaces, char *buf);
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
addinterface.cpp | 78 QString ifaces(buf); 79 QStringList lines = ifaces.split(QRegExp("\\n"));
|
/external/tcpdump/ |
print-cnfp.c | 69 u_int32_t ifaces; /* src,dst ifaces */ member in struct:nfrec
|
/external/doclava/src/com/google/doclava/ |
MethodInfo.java | 46 private static void addInterfaces(ArrayList<ClassInfo> ifaces, ArrayList<ClassInfo> queue) { 47 for (ClassInfo i : ifaces) { 50 for (ClassInfo i : ifaces) { 79 private static void addRealInterfaces(ArrayList<ClassInfo> ifaces, ArrayList<ClassInfo> queue) { 80 for (ClassInfo i : ifaces) { 86 for (ClassInfo i : ifaces) {
|
/frameworks/base/services/java/com/android/server/connectivity/ |
Tethering.java | 105 private HashMap<String, TetherInterfaceSM> mIfaces; // all tethered/tetherable ifaces 394 Set ifaces = mIfaces.keySet(); local 395 for (Object iface : ifaces) { 529 String[] ifaces = new String[0]; local 531 ifaces = mNMService.listInterfaces(); 536 for (String iface : ifaces) { 552 String[] ifaces = new String[0]; local 554 ifaces = mNMService.listInterfaces(); 559 for (String iface : ifaces) { [all...] |
/frameworks/base/services/java/com/android/server/net/ |
NetworkPolicyManagerService.java | 253 /** Currently active network rules for ifaces. */ 261 /** Set of ifaces that are metered. */ 1022 final String[] ifaces = mNetworkRules.get(policy); local [all...] |