Searched refs:ignore_error (Results 1 – 2 of 2) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | hostapd.py | 98 def add_bss(self, phy, confname, ignore_error=False): argument 101 if not ignore_error: 686 def add_bss(apdev, ifname, confname, ignore_error=False): argument 699 hapd_global.add_bss(phy, confname, ignore_error)
|
D | test_ap_dynamic.py | 201 hostapd.add_bss(apdev[0], ifname3, 'bss-3.conf', ignore_error=True)
|