Home
last modified time | relevance | path

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

/hostap-3.6.0/tests/hwsim/
Dhostapd.py50 def cmd_execute(self, cmd_array, shell=False): argument
53 cmd = ' '.join(cmd_array)
55 cmd = cmd_array
62 return self.host.execute(cmd_array)
160 def cmd_execute(self, cmd_array, shell=False): argument
163 cmd = ' '.join(cmd_array)
165 cmd = cmd_array
172 return self.host.execute(cmd_array)
Dwpasupplicant.py138 def cmd_execute(self, cmd_array, shell=False): argument
141 cmd = ' '.join(cmd_array)
143 cmd = cmd_array
150 return self.host.execute(cmd_array)