Home
last modified time | relevance | path

Searched refs:_command (Results 1 – 2 of 2) sorted by relevance

/hostap-3.7.0/tests/hwsim/
Dremotehost.py109 _command = [filename] + command
112 _command = command
115 cmd = _command
117 cmd = ["ssh", self.user + "@" + self.host, ' '.join(_command)]
174 _command = [filename] + command
177 cmd = ["ssh", self.user + "@" + self.host, ' '.join(_command)]
179 cmd = _command
/hostap-3.7.0/wpadebug/src/w1/fi/wpadebug/
DCommandListActivity.java35 public CmdList(String _title, String _command) in CmdList() argument
38 command = _command; in CmdList()