Home
last modified time | relevance | path

Searched refs:snprintf (Results 1 – 25 of 722) sorted by relevance

12345678910>>...29

/external/libnfc-nxp/inc/
DphDbgTrace.h54 snprintf(phOsalNfc_DbgTraceBuffer,MAX_TRACE_BUFFER, \
57 snprintf(phOsalNfc_DbgTraceBuffer, MAX_TRACE_BUFFER, \
63 snprintf(phOsalNfc_DbgTraceBuffer, MAX_TRACE_BUFFER, \
66 snprintf(phOsalNfc_DbgTraceBuffer, MAX_TRACE_BUFFER, \
78 snprintf(phOsalNfc_DbgTraceBuffer, MAX_TRACE_BUFFER, \
81 snprintf(phOsalNfc_DbgTraceBuffer, MAX_TRACE_BUFFER, \
87 snprintf(phOsalNfc_DbgTraceBuffer, MAX_TRACE_BUFFER, \
90 snprintf(phOsalNfc_DbgTraceBuffer, MAX_TRACE_BUFFER, \
96 snprintf(phOsalNfc_DbgTraceBuffer, MAX_TRACE_BUFFER, \
109 snprintf(phOsalNfc_DbgTraceBuffer, MAX_TRACE_BUFFER, \
[all …]
/external/skia/src/core/
DSkPictureFlat.cpp49 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dump()
55 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dump()
59 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dump()
63 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dump()
67 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dump()
71 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dump()
75 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dump()
79 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dump()
83 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dump()
124 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dump()
[all …]
DSkPicturePlayback.cpp937 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dumpBitmap()
939 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dumpBitmap()
941 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dumpBitmap()
943 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dumpBitmap()
954 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dumpMatrix()
958 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dumpMatrix()
962 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dumpMatrix()
966 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dumpMatrix()
970 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dumpMatrix()
974 bufferPtr += snprintf(bufferPtr, DUMP_BUFFER_SIZE - (bufferPtr - pBuffer), in dumpMatrix()
[all …]
/external/libpcap/
Dpcap-bpf.c130 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "BIOCGSTATS: %s", in pcap_stats_bpf()
219 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "read: %s", in pcap_read_bpf()
349 (void)snprintf(p->errbuf, PCAP_ERRBUF_SIZE, in pcap_inject_bpf()
362 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "send: %s", in pcap_inject_bpf()
378 snprintf(errbuf, PCAP_ERRBUF_SIZE, in bpf_odminit()
387 snprintf(errbuf, PCAP_ERRBUF_SIZE, in bpf_odminit()
404 snprintf(errbuf, PCAP_ERRBUF_SIZE, in bpf_odmcleanup()
413 snprintf(errbuf, PCAP_ERRBUF_SIZE, in bpf_odmcleanup()
446 snprintf(errbuf, PCAP_ERRBUF_SIZE, in bpf_load()
455 snprintf(errbuf, PCAP_ERRBUF_SIZE, in bpf_load()
[all …]
Dpcap-win32.c96 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "PacketGetStats error: %s", pcap_win32strerror()); in pcap_stats_win32()
127 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "read error: PacketReceivePacket failed"); in pcap_read_win32_npf()
208 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "read error: PacketReceivePacket failed"); in pcap_read_win32_dag()
357 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "send error: PacketAllocatePacket failed"); in pcap_inject_win32()
363 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "send error: PacketSendPacket failed"); in pcap_inject_win32()
405 snprintf(ebuf, PCAP_ERRBUF_SIZE, "malloc: %s", pcap_strerror(errno)); in pcap_open_live()
417 snprintf(ebuf, PCAP_ERRBUF_SIZE, "Error opening adapter: %s", pcap_win32strerror()); in pcap_open_live()
424 snprintf(ebuf, PCAP_ERRBUF_SIZE, "Cannot determine the network type: %s", pcap_win32strerror()); in pcap_open_live()
513 snprintf(ebuf, PCAP_ERRBUF_SIZE, "failed to set hardware filter to promiscuous mode"); in pcap_open_live()
521 snprintf(ebuf, PCAP_ERRBUF_SIZE, "failed to set hardware filter to non-promiscuous mode"); in pcap_open_live()
[all …]
Dpcap-dlpi.c383 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "send: %s", in pcap_inject_dlpi()
389 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, in pcap_inject_dlpi()
395 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "send: %s", in pcap_inject_dlpi()
524 snprintf(ebuf, PCAP_ERRBUF_SIZE, in pcap_open_live()
561 snprintf(dname, sizeof(dname), "%s/%s", PCAP_DEV_PREFIX, in pcap_open_live()
582 snprintf(ebuf, PCAP_ERRBUF_SIZE, "%s: %s", dname, in pcap_open_live()
605 snprintf(ebuf, PCAP_ERRBUF_SIZE, in pcap_open_live()
608 snprintf(ebuf, PCAP_ERRBUF_SIZE, "%s: %s", in pcap_open_live()
705 snprintf(ebuf, PCAP_ERRBUF_SIZE, "A_PROMISCON_REQ: %s", in pcap_open_live()
836 snprintf(ebuf, PCAP_ERRBUF_SIZE, "unknown mac type %lu", in pcap_open_live()
[all …]
Dpcap-snoop.c94 snprintf(p->errbuf, sizeof(p->errbuf), in pcap_read_snoop()
149 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "send: %s", in pcap_inject_snoop()
165 snprintf(p->errbuf, sizeof(p->errbuf), in pcap_stats_snoop()
212 snprintf(ebuf, PCAP_ERRBUF_SIZE, "malloc: %s", in pcap_open_live()
219 snprintf(ebuf, PCAP_ERRBUF_SIZE, "snoop socket: %s", in pcap_open_live()
228 snprintf(ebuf, PCAP_ERRBUF_SIZE, "snoop bind: %s", in pcap_open_live()
234 snprintf(ebuf, PCAP_ERRBUF_SIZE, "SIOCADDSNOOP: %s", in pcap_open_live()
307 snprintf(ebuf, PCAP_ERRBUF_SIZE, in pcap_open_live()
320 snprintf(ebuf, PCAP_ERRBUF_SIZE, "SIOCGIFMTU: %s", in pcap_open_live()
354 snprintf(ebuf, PCAP_ERRBUF_SIZE, "SIOCSNOOPLEN: %s", in pcap_open_live()
[all …]
Dpcap-dag.c512 snprintf(ebuf, PCAP_ERRBUF_SIZE, "device is NULL: %s", pcap_strerror(errno)); in dag_open_live()
519 snprintf(ebuf, PCAP_ERRBUF_SIZE, "malloc %s: %s", device, pcap_strerror(errno)); in dag_open_live()
530snprintf(ebuf, PCAP_ERRBUF_SIZE, "Can't allocate string for device name: %s\n", pcap_strerror(errn… in dag_open_live()
536 snprintf(ebuf, PCAP_ERRBUF_SIZE, "dag_parse_name: %s\n", pcap_strerror(errno)); in dag_open_live()
542snprintf(ebuf, PCAP_ERRBUF_SIZE, "dag_parse_name: tx (even numbered) streams not supported for cap… in dag_open_live()
549snprintf(ebuf, PCAP_ERRBUF_SIZE, "Can't allocate string for device name: %s\n", pcap_strerror(errn… in dag_open_live()
560 snprintf(ebuf, PCAP_ERRBUF_SIZE, "dag_open %s: %s", device, pcap_strerror(errno)); in dag_open_live()
567 snprintf(ebuf, PCAP_ERRBUF_SIZE, "dag_attach_stream: %s\n", pcap_strerror(errno)); in dag_open_live()
576 snprintf(ebuf, PCAP_ERRBUF_SIZE, "dag_get_stream_poll: %s\n", pcap_strerror(errno)); in dag_open_live()
594 snprintf(ebuf, PCAP_ERRBUF_SIZE, "dag_set_stream_poll: %s\n", pcap_strerror(errno)); in dag_open_live()
[all …]
Dpcap-pf.c120 snprintf(pc->errbuf, sizeof(pc->errbuf), "pf read: %s", in pcap_read_pf()
155 snprintf(pc->errbuf, sizeof(pc->errbuf), in pcap_read_pf()
167 snprintf(pc->errbuf, sizeof(pc->errbuf), in pcap_read_pf()
234 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "send: %s", in pcap_inject_pf()
307 snprintf(ebuf, PCAP_ERRBUF_SIZE, in pcap_open_live()
335 snprintf(ebuf, PCAP_ERRBUF_SIZE, "pf open: %s: %s\n\ in pcap_open_live()
345 snprintf(ebuf, PCAP_ERRBUF_SIZE, "EIOCMBIS: %s", in pcap_open_live()
356 snprintf(ebuf, PCAP_ERRBUF_SIZE, "EIOCSETW: %s", in pcap_open_live()
362 snprintf(ebuf, PCAP_ERRBUF_SIZE, "EIOCDEVP: %s", in pcap_open_live()
444 snprintf(ebuf, PCAP_ERRBUF_SIZE, "unknown data-link type %u", in pcap_open_live()
[all …]
Dfad-win32.c65 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in add_addr_to_list()
74 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in add_addr_to_list()
85 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in add_addr_to_list()
96 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in add_addr_to_list()
107 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in add_addr_to_list()
234 snprintf(errbuf, PCAP_ERRBUF_SIZE, in pcap_findalldevs()
250 snprintf(errbuf, PCAP_ERRBUF_SIZE, "Cannot allocate enough memory to list the adapters."); in pcap_findalldevs()
255 snprintf(errbuf, PCAP_ERRBUF_SIZE, in pcap_findalldevs()
Dpcap-linux.c262 snprintf(ebuf, PCAP_ERRBUF_SIZE, "malloc: %s", in pcap_open_live()
283 snprintf(ebuf, PCAP_ERRBUF_SIZE, in pcap_open_live()
291 snprintf(ebuf, PCAP_ERRBUF_SIZE, "strdup: %s", in pcap_open_live()
414 snprintf(ebuf, PCAP_ERRBUF_SIZE, in pcap_open_live()
521 snprintf(handle->errbuf, sizeof(handle->errbuf), in pcap_read_packet()
684 snprintf(handle->errbuf, sizeof(handle->errbuf), in pcap_read_packet()
778 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "send: %s", in pcap_inject_linux()
867 snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, in pcap_stats_linux()
1075 snprintf(handle->errbuf, sizeof(handle->errbuf), in pcap_setdirection_linux()
1410 snprintf(ebuf, PCAP_ERRBUF_SIZE, "socket: %s", in live_open_new()
[all …]
Dfad-glifc.c105 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in pcap_findalldevs()
115 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in pcap_findalldevs()
128 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in pcap_findalldevs()
141 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in pcap_findalldevs()
157 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in pcap_findalldevs()
219 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in pcap_findalldevs()
244 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in pcap_findalldevs()
272 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in pcap_findalldevs()
307 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in pcap_findalldevs()
Dinet.c189 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in add_or_find_if()
216 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in add_or_find_if()
227 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in add_or_find_if()
238 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in add_or_find_if()
392 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in add_addr_to_iflist()
401 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in add_addr_to_iflist()
412 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in add_addr_to_iflist()
425 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in add_addr_to_iflist()
440 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, in add_addr_to_iflist()
618 (void)snprintf(errbuf, PCAP_ERRBUF_SIZE, "socket: %s",
[all …]
/external/webkit/Source/WebCore/platform/text/
DTextStream.cpp46 snprintf(buffer, sizeof(buffer) - 1, "%d", i); in operator <<()
53 snprintf(buffer, sizeof(buffer) - 1, "%u", i); in operator <<()
60 snprintf(buffer, sizeof(buffer) - 1, "%ld", i); in operator <<()
67 snprintf(buffer, sizeof(buffer) - 1, "%lu", i); in operator <<()
74 snprintf(buffer, sizeof(buffer) - 1, "%.2f", f); in operator <<()
81 snprintf(buffer, sizeof(buffer) - 1, "%.2f", d); in operator <<()
100 snprintf(buffer, sizeof(buffer) - 1, "%p", p); in operator <<()
119 snprintf(buffer, sizeof(buffer) - 1, "%I64i", i); in operator <<()
125 snprintf(buffer, sizeof(buffer) - 1, "%I64u", i); in operator <<()
/external/tcpdump/
Dprint-icmp.c329 snprintf(buf, sizeof(buf), "%02u:%02u:%02u.%03u",hrs,min,sec,msec); in icmp_tstamp_print()
361 (void)snprintf(buf, sizeof(buf), "echo %s, id %u, seq %u", in icmp_print()
374 (void)snprintf(buf, sizeof(buf), in icmp_print()
390 (void)snprintf(buf, sizeof(buf), in icmp_print()
397 (void)snprintf(buf, sizeof(buf), in icmp_print()
404 (void)snprintf(buf, sizeof(buf), in icmp_print()
418 (void)snprintf(buf, sizeof(buf), in icmp_print()
422 (void)snprintf(buf, sizeof(buf), in icmp_print()
432 (void)snprintf(buf, sizeof(buf), fmt, in icmp_print()
442 (void)snprintf(buf, sizeof(buf), fmt, in icmp_print()
[all …]
/external/iproute2/tc/
Dtc_util.c102 snprintf(buf, len, "none"); in print_tc_classid()
104 snprintf(buf, len, ":%x", TC_H_MIN(h)); in print_tc_classid()
106 snprintf(buf, len, "%x:", TC_H_MAJ(h)>>16); in print_tc_classid()
108 snprintf(buf, len, "%x:%x", TC_H_MAJ(h)>>16, TC_H_MIN(h)); in print_tc_classid()
206 snprintf(buf, len, "%.0fMibit", tmp/1024.0*1024.0); in print_rate()
208 snprintf(buf, len, "%.0fKibit", tmp/1024); in print_rate()
210 snprintf(buf, len, "%.0fbit", tmp); in print_rate()
213 snprintf(buf, len, "%.0fMbit", tmp/1000000.0); in print_rate()
215 snprintf(buf, len, "%.0fKbit", tmp/1000.0); in print_rate()
217 snprintf(buf, len, "%.0fbit", tmp); in print_rate()
[all …]
/external/astl/src/
Dostream.cpp65 int size = snprintf(buf, kNumSize, fmt, val); in operator <<()
72 int size = snprintf(buf, kNumSize, fmt, val); in operator <<()
79 int size = snprintf(buf, kNumSize, fmt, val); in operator <<()
86 int size = snprintf(buf, kNumSize, fmt, val); in operator <<()
93 int size = snprintf(buf, kNumSize, fmt, val); in operator <<()
100 int size = snprintf(buf, kNumSize, fmt, val); in operator <<()
108 int size = snprintf(buf, kNumSize, fmt, precision(), val); in operator <<()
115 int size = snprintf(buf, kNumSize, fmt, precision(), val); in operator <<()
122 int size = snprintf(buf, kNumSize, fmt, p); in operator <<()
/external/genext2fs/m4/
Dac_func_snprintf.m45 dnl Checks for a fully C99 compliant snprintf, in particular checks
7 dnl length; does the same check for vsnprintf. If no working snprintf
19 [AC_CHECK_FUNCS(snprintf vsnprintf)
20 AC_MSG_CHECKING(for working snprintf)
30 i = snprintf (bufs, 2, "%s", "111");
33 i = snprintf (bufd, 2, "%d", 111);
70 AC_LIBOBJ(snprintf)
71 AC_MSG_WARN([Will use fallback (v)snprintf() implementation.])
72 …AC_DEFINE(PREFER_PORTABLE_SNPRINTF, 1, "enable replacement (v)snprintf if system (v)snprintf is br…
/external/webkit/Source/JavaScriptCore/runtime/
DJSValue.cpp116 snprintf(description, size, "<JSValue()>"); in description()
118 snprintf(description, size, "Int32: %d", asInt32()); in description()
120 snprintf(description, size, "Double: %lf", asDouble()); in description()
122 snprintf(description, size, "Cell: %p", asCell()); in description()
124 snprintf(description, size, "True"); in description()
126 snprintf(description, size, "False"); in description()
128 snprintf(description, size, "Null"); in description()
130 snprintf(description, size, "Undefined"); in description()
132 snprintf(description, size, "INVALID"); in description()
/external/elfutils/libcpu/
Di386_data.h185 n = snprintf (tmpbuf, sizeof (tmpbuf), "0x%" PRIx16, disp); in general_mod$r_m()
190 n = snprintf (tmpbuf, sizeof (tmpbuf), "%s0x%" PRIx16, in general_mod$r_m()
194 n += snprintf (tmpbuf + n, sizeof (tmpbuf) - n, "(%%b%c,%%%ci)", in general_mod$r_m()
197 n += snprintf (tmpbuf + n, sizeof (tmpbuf) - n, "(%%%s)", in general_mod$r_m()
228 n = snprintf (tmpbuf, sizeof (tmpbuf), "(%%%s)", in general_mod$r_m()
246 n = snprintf (tmpbuf, sizeof (tmpbuf), "%s0x%" PRIx32 "(%%%n%s)", in general_mod$r_m()
265 n = snprintf (tmpbuf, sizeof (tmpbuf), "%s0x%" PRIx32 "(%%rip)", in general_mod$r_m()
271 n = snprintf (tmpbuf, sizeof (tmpbuf), "0x%" PRIx32, disp); in general_mod$r_m()
309 n = snprintf (cp, sizeof (tmpbuf), "%s0x%" PRIx32, in general_mod$r_m()
365 n = snprintf (cp, sizeof (tmpbuf), "0x%" PRIx64, in general_mod$r_m()
[all …]
/external/elfutils/libebl/
Deblsectionname.c93 snprintf (buf, len, "%d", idx);
101 snprintf (buf, len, "%s: %d", "XINDEX", xsection);
103 snprintf (buf, len, "LOOS+%x", section - SHN_LOOS);
106 snprintf (buf, len, "LOPROC+%x", section - SHN_LOPROC);
108 snprintf (buf, len, "LORESERVE+%x", section - SHN_LORESERVE);
110 snprintf (buf, len, "%s: %d", gettext ("<unknown>"), section);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp315 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
320 snprintf(phase2, sizeof(phase2), "autheap=%s", in addNetwork()
324 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
329 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
335 snprintf(phase2, sizeof(phase2), in addNetwork()
344 snprintf(blob, sizeof(blob), in addNetwork()
403 snprintf(cmd, sizeof(cmd), "ENABLE_NETWORK %d", id); in addNetwork()
431 snprintf(cmd, sizeof(cmd), "SET_NETWORK %d %s %s%s%s", in setNetworkParam()
490 snprintf(buf, sizeof(buf), "wep_key%d", id); in writeWepKey()
511 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d ssid", network_id); in paramsFromConfig()
[all …]
/external/libnfc-nxp/Linux_x86/
DphOsalNfc.c120 snprintf(buf, 10, "%02X ", data[i]); in phOsalNfc_DbgTrace()
173 snprintf(&print_buffer[i*3], 4, " %02X", pBuffer[i]); in phOsalNfc_PrintData()
190 snprintf(&llc[0], sizeof(llc), "I %d (%d)", ns, nr); in phOsalNfc_PrintData()
203 snprintf(&llc[0], sizeof(llc), "S %s (%d)", type, nr); in phOsalNfc_PrintData()
206 snprintf(&llc[0], sizeof(llc), "U"); in phOsalNfc_PrintData()
208 snprintf(&llc[0], sizeof(llc), "???"); in phOsalNfc_PrintData()
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp302 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
307 snprintf(phase2, sizeof(phase2), "autheap=%s", in addNetwork()
311 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
316 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
322 snprintf(phase2, sizeof(phase2), in addNetwork()
331 snprintf(blob, sizeof(blob), in addNetwork()
390 snprintf(cmd, sizeof(cmd), "ENABLE_NETWORK %d", id); in addNetwork()
417 snprintf(cmd, sizeof(cmd), "SET_NETWORK %d %s %s%s%s", in setNetworkParam()
477 snprintf(buf, sizeof(buf), "wep_key%d", id); in writeWepKey()
498 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d ssid", network_id); in paramsFromConfig()
[all …]
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
Dnetworkconfig.ui.h207 snprintf(cmd, sizeof(cmd), "ENABLE_NETWORK %d", id); in addNetwork()
232 snprintf(cmd, sizeof(cmd), "SET_NETWORK %d %s %s%s%s", in setNetworkParam()
291 snprintf(buf, sizeof(buf), "wep_key%d", id); in writeWepKey()
312 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d ssid", network_id); in paramsFromConfig()
323 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d id_str", network_id); in paramsFromConfig()
334 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d proto", network_id); in paramsFromConfig()
346 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d key_mgmt", network_id); in paramsFromConfig()
360 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d pairwise", network_id); in paramsFromConfig()
374 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d psk", network_id); in paramsFromConfig()
387 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d identity", network_id); in paramsFromConfig()
[all …]

12345678910>>...29