Searched refs:hostapd_logdir (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_sigma_dut.py | 45 def __init__(self, ifname=None, hostapd_logdir=None, cert_path=None, argument 56 self.start(hostapd_logdir, cert_path, bridge, sae_h2e, 147 def start(self, hostapd_logdir=None, cert_path=None, argument 159 if hostapd_logdir: 160 cmd += ['-H', hostapd_logdir] 588 SigmaDut(iface, hostapd_logdir=logdir) as dut: 602 SigmaDut(iface, hostapd_logdir=logdir) as dut: 616 SigmaDut(iface, hostapd_logdir=logdir) as dut: 811 SigmaDut(iface, hostapd_logdir=logdir) as dut: 875 SigmaDut(iface, hostapd_logdir=logdir) as dut: [all …]
|