Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 83) sorted by relevance

1234

/hostap-latest/wpa_supplicant/examples/
Dp2p-action.sh26 kill_daemon dhclient /var/run/dhclient-$GIFNAME.pid
27 rm /var/run/dhclient.leases-$GIFNAME
28 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAME
30 if ! dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \
35 dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \
41 kill_daemon dhclient /var/run/dhclient-$GIFNAME.pid
42 rm /var/run/dhclient.leases-$GIFNAME
43 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAME
57 dhclient -pf /var/run/dhclient-$GIFNAME.pid \
58 -lf /var/run/dhclient.leases-$GIFNAME \
[all …]
Dp2p-action-udhcp.sh26 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
31 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
32 kill_daemon udhcpd /var/run/udhcpd-$GIFNAME.pid
33 udhcpc -i $GIFNAME -p /var/run/udhcpc-$GIFNAME.pid \
41 kill_daemon udhcpd /var/run/udhcpd-$GIFNAME.pid
45 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
/hostap-latest/tests/hwsim/
DREADME4 This directory contains testing infrastructure and test cases to run
28 These test cases are run automatically against the hostap.git commits
53 Alternatively, the build.sh script here can be used to run these steps
76 control interface, but the run-tests.py script adds the (relative)
95 scripts are currently using sudo to achieve this. To be able to run the
116 run-tests.py to allow other names to be used.
132 Simplest way to run a full set of the test cases is by running
133 run-all.sh in tests/hwsim directory. This will use start.sh to load the
135 test tools. run-tests.sh is then used to run through all the defined
139 run-all.sh can be used to run the same test cases under different
[all …]
Dmulti-bss.conf8 ctrl_interface=/var/run/hostapd
15 ctrl_interface=/var/run/hostapd
20 ctrl_interface=/var/run/hostapd
Dmulti-bss-acs.conf8 ctrl_interface=/var/run/hostapd
14 ctrl_interface=/var/run/hostapd
23 ctrl_interface=/var/run/hostapd
Dexample-setup.txt10 The steps here describe how to run a full Linux installation in a
109 Setup is now ready for testing. You can run a quick test to confirm that
115 # run a single test case ap_open
116 sudo ./run-tests.py ap_open
139 To run all available test cases (about thousand or so), you can run following:
141 ./run-all.sh
143 This will take about half an hour to hour to run (if that sounds long, see
145 up; e.g., a 4-core i7-4770K can run these in under 10 minutes with 7
163 - D-Bus (requires kvm-based test run, see vm/README)
Dmulti-bss-iface.conf8 ctrl_interface=/var/run/hostapd
26 ctrl_interface=/var/run/hostapd
Dmulti-bss-iface-per_sta_vif.conf8 ctrl_interface=/var/run/hostapd
27 ctrl_interface=/var/run/hostapd
Drun-tests.py83 def add_log_file(conn, test, run, type, path): argument
92 params = (test, run, type, sqlite3.Binary(contents))
100 def report(conn, prefill, build, commit, run, test, result, duration, logdir, argument
108 … conn.execute('DELETE FROM results WHERE test=? AND run=? AND result=?', (test, run, 'NOTRUN'))
110 params = (test, result, run, time.time(), duration, build, commit)
122 add_log_file(conn, test, run, log,
256 run = None
339 run = int(time.time())
455 report(conn, False, args.build, args.commit, run, name, 'NOTRUN', 0,
721 report(conn, args.prefill, args.build, args.commit, run, name, result,
Dstart.sh124 if [ $i = "0" ] && ([ -r /var/run/dbus/pid ] || [ -r /var/run/dbus/system_bus_socket ]); then
134 sudo $VALGRIND_HAPD $HAPD -ddKt$TRACE -g /var/run/hostapd-global -G $GROUP -f $LOGDIR/hostapd &
187 if $WPACLI -g /var/run/hostapd-global ping | grep -q PONG; then
Drun-all.sh126 echo "Could not start test environment" > $LOGDIR/run
137 ${SUDO} env VM=$VM ./run-tests.py -D --logdir "$LOGDIR" $TRACE_ARGS -q $DB $RUN_TEST_ARGS || errors…
/hostap-latest/tests/hwsim/vm/
DREADME1 These scripts allow you to run the hwsim tests inside a KVM virtual machine or
19 test efficiency (~3200 tests can be run in under 5 minutes using parallel-vm.py
29 vm-run.sh script). If you want valgrind, also increase the memory size.
31 Now you can run the vm-run.sh script and it will execute the tests using
33 give it are passed through to run-all.sh, see there.
35 To speed up testing, it is possible to run multiple VMs concurrently and
38 cycle. For example, a 4 core system with 4 GB of RAM can easily run 8
40 requirements). This can be run with:
50 test run with following command line:
52 ./vm-run.sh --codecov [other arguments..]
[all …]
Dexample-vm-setup.txt10 The steps here describe how to run a guest VM for testing on a Linux
88 Setup is now ready for testing. You can run a quick test to confirm that
92 ./vm-run ap_open
96 Starting test run in a virtual machine
97 ./run-all.sh: passing the following args to run-tests.py: ap_open
103 Test run completed
110 To run all available test cases in 7 parallel VMs, you can run
Dinside.sh12 mount tmpfs -t tmpfs /var/run
82 messagebus:x:102:106::/var/run/dbus:/bin/false
168 mkdir -p /var/run/dbus
169 touch /var/run/dbus/hwsim-test
170 chown messagebus.messagebus /var/run/dbus
174 ./run-all.sh --vm $(cat /tmp/host$ARGS) </dev/ttyS0 >/dev/ttyS0 2>&1
Ddbus.conf9 <pidfile>/var/run/dbus/pid</pidfile>
11 <listen>unix:path=/var/run/dbus/system_bus_socket</listen>
Dlinux.gdb9 p = subprocess.run([f'./linux', '--version'], capture_output=True)
67 echo Now enter 'run' to start the run.\n\n
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_priv.sgml33 to be run with root privileges.</para>
38 can be run as non-root user. Privilege separation restricts the effects
43 <para><command>wpa_priv</command> needs to be run with network admin
47 configuration. After this, <command>wpa_supplicant</command> can be run as
63 <para>Create /var/run/wpa_priv directory for UNIX domain sockets and
68 mkdir /var/run/wpa_priv
69 chown root:wpapriv /var/run/wpa_priv
70 chmod 0750 /var/run/wpa_priv
78 wpa_priv -B -c /var/run/wpa_priv -P /var/run/wpa_priv.pid wext:wlan0
96 (Default: /var/run/wpa_priv/).</para></listitem>
[all …]
Dwpa_supplicant.conf.sgml28 run in the background.</para>
53 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
86 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
108 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
130 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
155 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
185 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
/hostap-latest/wpadebug/src/w1/fi/wpadebug/
DWpaCredActivity.java97 String res = run("LIST_CREDS"); in onCreate()
149 String res = run("ADD_CRED"); in onActivityResult()
177 run("REMOVE_CRED " + id); in onActivityResult()
211 String res = run("REMOVE_CRED " + cred.id); in onContextItemSelected()
230 private String run(String cmd) in run() method in WpaCredActivity
254 String res = run("SET_CRED " + id + " " + field + " " + value); in set_cred()
DInputUri.java72 public void run() { in onResume()
77 public void run() { in onResume()
/hostap-latest/wpa_supplicant/
DREADME-DPP57 ctrl_interface=DIR=/var/run/wpa_supplicant
68 ctrl_interface=/var/run/hostapd
151 Once the values are set in run-time (if not set in run-time, but saved
176 ctrl_interface=/var/run/hostapd
192 ctrl_interface=DIR=/var/run/wpa_supplicant
DREADME418 -B = run daemon in the background
482 If the interfaces on which wpa_supplicant is to run are not known or do
529 ctrl_interface=/var/run/wpa_supplicant
559 ctrl_interface=/var/run/wpa_supplicant
577 ctrl_interface=/var/run/wpa_supplicant
595 ctrl_interface=/var/run/wpa_supplicant
616 ctrl_interface=/var/run/wpa_supplicant
643 ctrl_interface=/var/run/wpa_supplicant
701 file). This makes it possible to run wpa_cli with a normal user
758 set = set variables (shows list of variables when run without arguments)
[all …]
/hostap-latest/tests/remote/
Dtest_example.py71 monitor.run(sta, setup_params)
72 monitor.run(ap, setup_params)
73 monitor.run(mon, setup_params)
/hostap-latest/wpa_supplicant/examples/p2p/
Dp2p_connect.py207 def run(self): member in P2P_Connect
218 gobject.MainLoop().run()
297 p2p_connect_test.run()
/hostap-latest/wpadebug/
DREADME31 - run: mvn install -DskipTests
39 - run: ant debug
54 please do not run them.

1234