/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 | 143 struct wpa_interface *ifaces, *iface; local 154 iface = ifaces = os_zalloc(sizeof(struct wpa_interface)); 155 if (ifaces == NULL) 266 iface = os_realloc_array(ifaces, iface_count, 270 ifaces = iface; 271 iface = &ifaces[iface_count - 1]; 295 if ((ifaces[i].confname == NULL && 296 ifaces[i].ctrl_interface == NULL) || 297 ifaces[i].ifname == NULL) { 305 wpa_s = wpa_supplicant_add_iface(global, &ifaces[i]) [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) {
|
offchannel.c | 31 iface = wpa_s->global->ifaces;
|
/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/libvpx/libvpx/ |
example_xma.c | 31 } ifaces[] = { variable in typeref:struct:__anon21147 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...] |
vpxdec.c | 43 } ifaces[] = { variable in typeref:struct:__anon21345 156 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++) 158 ifaces[i].name, 159 vpx_codec_iface_name(ifaces[i].iface())); 405 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++) 406 if (!vpx_codec_peek_stream_info(ifaces[i].iface(), 409 *fourcc = ifaces[i].fourcc; 717 for (j = 0; j < sizeof(ifaces) / sizeof(ifaces[0]); j++ [all...] |
/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/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 | 444 static int hostapd_global_run(struct hapd_interfaces *ifaces, int daemonize, 451 for (i = 0; !tnc && i < ifaces->count; i++) { 452 for (k = 0; k < ifaces->iface[i]->num_bss; k++) { 453 if (ifaces->iface[i]->bss[0]->conf->tnc) {
|
/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);
|
/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 | 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:
|
/external/wpa_supplicant_8/src/ap/ |
hostapd.h | 354 int hostapd_add_iface(struct hapd_interfaces *ifaces, char *buf); 355 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"));
|
/frameworks/base/core/java/android/net/ |
EthernetDataTracker.java | 219 final String[] ifaces = mNMService.listInterfaces(); local 220 for (String iface : ifaces) {
|
/external/tcpdump/ |
print-cnfp.c | 69 u_int32_t ifaces; /* src,dst ifaces */ member in struct:nfrec
|
/external/chromium_org/ppapi/generators/ |
idl_gen_wrapper.py | 226 ifaces = filenode.GetListOf('Interface') 227 for iface in ifaces:
|
/frameworks/base/services/java/com/android/server/connectivity/ |
Tethering.java | 102 private HashMap<String, TetherInterfaceSM> mIfaces; // all tethered/tetherable ifaces 393 Set ifaces = mIfaces.keySet(); local 394 for (Object iface : ifaces) { 528 String[] ifaces = new String[0]; local 530 ifaces = mNMService.listInterfaces(); 535 for (String iface : ifaces) { 551 String[] ifaces = new String[0]; local 553 ifaces = mNMService.listInterfaces(); 558 for (String iface : ifaces) { [all...] |
/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) {
|
/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...] |