Searched refs:country_code (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_wnm.py | 39 hw_mode=None, channel=None, country_code=None, country3=None, argument 76 if country_code: 77 params["country_code"] = country_code 907 hapd = start_wnm_ap(apdev[0], country_code="FI") 912 hapd2 = start_wnm_ap(apdev[1], country_code="FI", hw_mode="a", 1120 hapd = start_wnm_ap(apdev[0], country_code="FI", hw_mode="g", 1122 hapd2 = start_wnm_ap(apdev[1], country_code="FI", hw_mode=hwmode, 1159 hapd = start_wnm_ap(apdev[0], country_code="FI", hw_mode="g", 1161 hapd2 = start_wnm_ap(apdev[1], country_code="FI", hw_mode="a", 1202 hapd = start_wnm_ap(apdev[0], country_code="FI", country3="0x04", [all …]
|
D | test_mbo.py | 19 def set_reg(country_code, apdev0=None, apdev1=None, dev0=None): argument 21 hostapd.cmd_execute(apdev0, ['iw', 'reg', 'set', country_code]) 23 hostapd.cmd_execute(apdev1, ['iw', 'reg', 'set', country_code]) 25 dev0.cmd_execute(['iw', 'reg', 'set', country_code])
|
D | test_ap_open.py | 894 def _test_ap_open_country(dev, apdev, country_code, country3): argument 897 hapd = run_ap_open_country(dev, apdev, country_code, country3) 901 def run_ap_open_country(dev, apdev, country_code, country3): argument 903 "country_code": country_code,
|
D | test_ap_csa.py | 269 country_code='FI',
|