Lines Matching refs:cmd_execute
92 if dev[0].cmd_execute(["ls", testfile])[0] != 0:
109 dev[0].cmd_execute(["echo", "-n", apdev[0]['bssid'], ">", testfile],
116 dev[0].cmd_execute(["echo", "-n", "ff:ff:ff:ff:ff:ff", ">", testfile],
131 if dev[0].cmd_execute(["ls", testfile])[0] != 0:
148 dev[0].cmd_execute(["echo", "-n", apdev[0]['bssid'], ">", testfile],
154 dev[0].cmd_execute(["echo", "-n", "ff:ff:ff:ff:ff:ff", ">", testfile],
187 if hapd.cmd_execute(["ls", testfile])[0] != 0:
194 hapd.cmd_execute(["echo", "-n", dev[0].own_addr(), ">", testfile],
200 hapd.cmd_execute(["echo", "-n", "ff:ff:ff:ff:ff:ff", ">", testfile],
223 if hapd.cmd_execute(["ls", testfile])[0] != 0:
233 hapd.cmd_execute(["echo", "-n", "ff:ff:ff:ff:ff:ff", ">", testfile],