• Home
  • Raw
  • Download

Lines Matching refs:router

135     def router(self):  member in LinuxRouter
300 self.router.run("cat <<EOF >%s\n%s\nEOF\n" %
307 self.router.run('rm %s' % log_file, ignore_status=True)
308 self.router.run('stop wpasupplicant', ignore_status=True)
311 pid = int(self.router.run(start_command).stdout.strip())
343 success = self.router.run(
351 bad_config = self.router.run(
359 early_exit = self.router.run('kill -0 %d' % pid,
442 self.router.get_file(remote_file, local_file)
551 self.router.run('%s link set %s up' % (self.cmd_ip, interface))
603 self.router)
686 self.router.run('%s addr flush %s' %
688 self.router.run('%s addr add %s' %
690 self.router.run('%s link set %s up' %
696 self.router.run("ifconfig %s %s" %
708 self.router.run("%s addr del %s" %
738 self.router.run('cat <<EOF >%s\n%s\nEOF\n' %
740 self.router.run('dnsmasq --conf-file=%s' % dhcpd_conf_file)
897 self.router.run('%s link set %s down' %
936 result = self.router.run('grep -q "%s" %s' % (pmksa_match, log_file),
967 self.router.run('%s -p%s deauthenticate %s' %
983 ret = self.router.run(command).stdout
1016 self.router.run("%s link set %s up" % (self.cmd_ip, interface))
1017 self.router.run('%s -i %s -t %s -c %d' %
1062 pid = int(self.router.run(command).stdout)
1077 result = self.router.run("grep -qi '%s' %s" % (deauth_msg, log_file),
1095 result = self.router.run("grep -qi '%s' %s" % (coex_msg, log_file),
1130 self.router.run('echo 2 > /proc/sys/net/ipv4/conf/%s/rp_filter' %
1136 self.router.run('echo 1 > /proc/sys/net/ipv4/conf/%s/arp_ignore' %
1138 self.router.run('echo 1 > /proc/sys/net/ipv4/conf/%s/arp_ignore' %
1166 self.router.run('cat <<EOF >%s\n%s\nEOF\n' %
1170 self.router.run('%s link set %s up' % (self.cmd_ip, interface))
1175 self.router.run(start_command)
1179 self.router.run('%s addr add %s/24 dev %s' %
1215 if self.router.run('test -e %s' % footer_file,