Home
last modified time | relevance | path

Searched refs:proc (Results 1 – 13 of 13) sorted by relevance

/hostap-latest/tests/hwsim/
Dremotehost.py164 def proc_pending(self, proc, timeout=0): argument
165 [r, w, e] = select.select([proc.stdout], [], [], timeout)
184 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=err,
186 proc.reaper_file = filename
187 return proc
189 def proc_wait_event(self, proc, events, timeout=10): argument
197 while self.proc_pending(proc):
198 line = proc.stdout.readline()
210 if not self.proc_pending(proc, timeout=remaining):
217 def proc_write(self, proc, cmd): argument
[all …]
Dstop.sh17 if grep -q hwsim0 /proc/net/dev; then
73 if grep -q mac80211_hwsim /proc/modules 2>/dev/null ; then
Dhostapd.py56 proc = subprocess.Popen(cmd, stderr=subprocess.STDOUT,
58 out = proc.communicate()[0]
59 ret = proc.returncode
173 proc = subprocess.Popen(cmd, stderr=subprocess.STDOUT,
175 out = proc.communicate()[0]
176 ret = proc.returncode
Dwpasupplicant.py144 proc = subprocess.Popen(cmd, stderr=subprocess.STDOUT,
146 out = proc.communicate()[0]
147 ret = proc.returncode
/hostap-latest/tests/hwsim/vm/
Dinside.sh13 mount proc -t proc /proc
51 ln -s /proc/self/fd/0 /dev/stdin
52 ln -s /proc/self/fd/1 /dev/stdout
53 ln -s /proc/self/fd/2 /dev/stderr
110 if grep -q rootfstype=hostfs /proc/cmdline; then
128 echo hwsimvm > /proc/sys/kernel/hostname
129 echo 8 8 8 8 > /proc/sys/kernel/printk
Duevent.sh3 EPATH=$(sed 's/.*EPATH=\([^ ]*\) .*/\1/' /proc/cmdline)
/hostap-latest/wpadebug/src/w1/fi/wpadebug/
DWpaNfcActivity.java59 …Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", "wpa_cli " + cm… in wpaCmd() local
60 BufferedReader reader = new BufferedReader(new InputStreamReader(proc.getInputStream())); in wpaCmd()
67 proc.waitFor(); in wpaCmd()
69 proc.exitValue()); in wpaCmd()
DMainActivity.java121 Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", cmd}); in run() local
122 BufferedReader reader = new BufferedReader(new InputStreamReader(proc.getInputStream())); in run()
129 proc.waitFor(); in run()
131 proc.exitValue()); in run()
DWpaCommandListActivity.java94 …Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", "wpa_cli " + cm… in run() local
95 BufferedReader reader = new BufferedReader(new InputStreamReader(proc.getInputStream())); in run()
102 proc.waitFor(); in run()
DCommandListActivity.java112 Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", cmd}); in run() local
113 BufferedReader reader = new BufferedReader(new InputStreamReader(proc.getInputStream())); in run()
120 proc.waitFor(); in run()
DWpaCredActivity.java233 …Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", "wpa_cli " + cm… in run() local
234 BufferedReader reader = new BufferedReader(new InputStreamReader(proc.getInputStream())); in run()
241 proc.waitFor(); in run()
/hostap-latest/wpadebug/res/raw/
Dshell_commands.txt2 version@cat /proc/version
/hostap-latest/wpadebug/
DREADME65 version@cat /proc/version