Home
last modified time | relevance | path

Searched refs:country_code (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/tests/hwsim/
Dtest_wnm.py39 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 …]
Dtest_mbo.py19 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])
Dtest_ap_open.py894 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,
Dtest_ap_csa.py269 country_code='FI',