Home
last modified time | relevance | path

Searched defs:proc (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/tests/hwsim/
Dremotehost.py164 def proc_pending(self, proc, timeout=0): argument
189 def proc_wait_event(self, proc, events, timeout=10): argument
217 def proc_write(self, proc, cmd): argument
220 def proc_read(self, proc, timeout=0): argument
230 def proc_stop(self, proc): argument
240 def proc_dump(self, proc): argument
/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
DWpaCommandListActivity.java94 …Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", "wpa_cli " + cm… in run() local
DCommandListActivity.java112 Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", cmd}); in run() local
DMainActivity.java121 Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", cmd}); in run() local
DWpaCredActivity.java233 …Process proc = Runtime.getRuntime().exec(new String[]{"/system/bin/mksh-su", "-c", "wpa_cli " + cm… in run() local