Searched refs:cert_path (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 161 if cert_path: 162 cmd += ['-C', cert_path] 670 with SigmaDut(ifname, cert_path=logdir) as dut: 746 with SigmaDut(ifname, cert_path=logdir) as dut: 777 with SigmaDut(ifname, cert_path=logdir) as dut: 1420 run_sigma_dut_dpp_qr_resp(dev, apdev, 11, cert_path=logdir) 1450 enrollee_role="STA", cert_path=None, argument [all …]
|