Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 36) sorted by relevance

12

/hostap-latest/tests/hwsim/vm/
Dbisect-run.sh32 output=$(mktemp)
37 rm -f $output
41 "$path/vm-run.sh" $test 2>&1 | tee $output
43 grep -q 'ALL-PASSED' $output && exit 0 || exit 1
Dcombine-codecov.sh32 …ostapd combined for hwsim test run $(date +%s)" combined.info.filtered --output-directory $ODIR > …
/hostap-latest/tests/remote/
Dtest_monitor.py19 output = "\n\tPCAP files:\n"
41 output = output + "\t" + local_log_dir + "/" + tail + "\n"
43 return output
/hostap-latest/tests/hwsim/
Dtshark.py51 output = cmd.communicate()
52 out = output[0].decode(errors='ignore')
53 out1 = output[1].decode()
121 output = cmd.communicate()
122 out = output[0].decode()
Drun-all.sh155 lcov -q --capture --directory ../../wpa_supplicant --output-file $LOGDIR/wpas_lcov.info
156 genhtml -q $LOGDIR/wpas_lcov.info --output-directory $LOGDIR/wpas_lcov
157 lcov -q --capture --directory ../../hostapd --output-file $LOGDIR/hostapd_lcov.info
158 genhtml -q $LOGDIR/hostapd_lcov.info --output-directory $LOGDIR/hostapd_lcov
Drun-tests.py135 output = os.path.abspath(os.path.join(self._logdir, '%s.dat' % (self._testname, )))
136 …self._trace_cmd = subprocess.Popen(['trace-cmd', 'record', '-o', output, '-T', '-e', 'skb', '-e', …
149 output = os.path.abspath(os.path.join(self._logdir, '%s.dbus' % (self._testname, )))
151 stdout=open(output, 'w'),
165 output = os.path.join(self._logdir, '%s.kmemleak' % (self._testname, ))
167 while os.path.exists(output):
168 output = os.path.join(self._logdir, '%s.kmemleak-%d' % (self._testname, num))
187 with open(output, 'w') as out:
194 output = os.path.join(self._logdir, '%s.dmesg' % (self._testname, ))
196 while os.path.exists(output):
[all …]
Dwlantest.py248 def __init__(self, ifname, output, netns=None): argument
256 args = [bin, '-e', '-i', ifname, '-w', output]
DREADME171 cases. run-tests.py output verbosity can be controlled with -d (more
172 verbose debug output) and -q (less verbose output) on the command
/hostap-latest/wpadebug/src/w1/fi/wpadebug/
DWpaCommandListActivity.java96 StringBuffer output = new StringBuffer(); in run() local
100 output.append(buffer, 0, read); in run()
103 return output.toString(); in run()
DCommandListActivity.java114 StringBuffer output = new StringBuffer(); in run() local
118 output.append(buffer, 0, read); in run()
121 return output.toString(); in run()
DWpaNfcActivity.java61 StringBuffer output = new StringBuffer(); in wpaCmd() local
65 output.append(buffer, 0, read); in wpaCmd()
70 return output.toString(); in wpaCmd()
DMainActivity.java123 StringBuffer output = new StringBuffer(); in run() local
127 output.append(buffer, 0, read); in run()
132 return output.toString(); in run()
DWpaCredActivity.java235 StringBuffer output = new StringBuffer(); in run() local
239 output.append(buffer, 0, read); in run()
242 return output.toString(); in run()
/hostap-latest/port/mbedtls/
Dsupp_psa_api.c90 uint8_t *output, in supp_psa_cipher_operation() argument
104 … status = psa_cipher_update(operation, input + bytes_written, bytes_to_write, output + *output_len, in supp_psa_cipher_operation()
112 status = psa_cipher_finish(operation, output + *output_len, output_size - *output_len, &len); in supp_psa_cipher_operation()
417 unsigned char *output) in pbkdf2_sha1_psa() argument
455 status = psa_key_derivation_output_bytes(&operation, output, key_length); in pbkdf2_sha1_psa()
Dsupp_psa_api.h59 unsigned char *output);
/hostap-latest/hs20/server/www/
Dspp.php144 $last = exec("$osu_root/spp/hs20_spp_server -r$osu_root -f/tmp/hs20_spp_server.log", $output, $ret);
166 echo implode($output);
/hostap-latest/src/eap_common/
Deap_pax_common.c33 size_t output_len, u8 *output) in eap_pax_kdf() argument
56 pos = output; in eap_pax_kdf()
Deap_pax_common.h83 size_t output_len, u8 *output);
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_supplicant.sgml24 <arg>-f<replaceable>output file</replaceable></arg>
249 your system, refer to the help output of wpa_supplicant
390 <term>-f output file</term>
392 <para>Log output to specified file instead of stdout. (This
410 <para>Include keys (passwords, etc.) in debug output.</para>
469 <para>Log output to syslog instead of stdout. (This is only
479 <para>Log output to Linux tracing in addition to any other
/hostap-latest/doc/
Dctrl_iface.doxygen70 Request a list of MIB variables (dot1x, dot11). The output is a text
117 Request current WPA/EAPOL/EAP status information. The output is a text
247 \c LIST_NETWORKS command output.
324 \c LIST_NETWORKS command output.
330 \c LIST_NETWORKS command output. Special network id \c all can be
337 \c LIST_NETWORKS command output. Special network id \c all can be
352 \c LIST_NETWORKS command output. Special network id \c all can be
359 \c LIST_NETWORKS command output.
375 \c LIST_NETWORKS command output.
Deap.doxygen82 be desirable to replace the debug output code in \ref src/utils/wpa_debug.c
/hostap-latest/src/crypto/
Dtls_wolfssl.c78 struct tls_out_data output; member
353 wolfSSL_SetIOWriteCtx(conn->ssl, &conn->output); in tls_connection_init()
1660 wolfssl_reset_out_data(&conn->output); in wolfssl_handshake()
1703 return conn->output.out_data; in wolfssl_handshake()
1802 wolfssl_reset_out_data(&conn->output); in tls_connection_encrypt()
1815 return conn->output.out_data; in tls_connection_encrypt()
/hostap-latest/radius_example/
DREADME17 be desirable to replace the debug output code in src/utils/wpa_debug.c
/hostap-latest/eap_example/
DREADME39 be desirable to replace the debug output code in src/utils/wpa_debug.c
/hostap-latest/wpa_supplicant/
DREADME-WPS334 interface (AP or P2P GO). The output value from this command is a
364 handover. The first argument selects the format of the output data and
371 Message. The first argument selects the format of the output data and
387 wpa_supplicant is operating as a WPS ER. The output value from this

12