Lines Matching refs:apdev

19 def test_he_open(dev, apdev):  argument
26 hapd = hostapd.add_ap(apdev[0], params)
34 def test_he_disabled_on_sta(dev, apdev): argument
41 hapd = hostapd.add_ap(apdev[0], params)
47 def test_he_params(dev, apdev): argument
96 hapd = hostapd.add_ap(apdev[0], params)
101 def test_he_spr_params(dev, apdev): argument
114 hapd = hostapd.add_ap(apdev[0], params)
126 def test_he80(dev, apdev): argument
143 hapd = hostapd.add_ap(apdev[0], params)
144 bssid = apdev[0]['bssid']
198 def _test_he_wifi_generation(dev, apdev, conf, scan_freq): argument
206 hapd = hostapd.add_ap(apdev[0], params)
207 bssid = apdev[0]['bssid']
237 def test_he_wifi_generation(dev, apdev): argument
250 _test_he_wifi_generation(dev, apdev, conf, "5180")
252 def test_he_wifi_generation_24(dev, apdev): argument
258 _test_he_wifi_generation(dev, apdev, conf, "2412")
260 def he80_test(apdev, dev, channel, ht_capab): argument
261 clear_scan_cache(apdev)
276 hapd = hostapd.add_ap(apdev, params)
277 bssid = apdev['bssid']
290 def test_he80b(dev, apdev): argument
292 he80_test(apdev[0], dev, 40, "[HT40-]")
294 def test_he80c(dev, apdev): argument
296 he80_test(apdev[0], dev, 44, "[HT40+]")
298 def test_he80d(dev, apdev): argument
300 he80_test(apdev[0], dev, 48, "[HT40-]")
302 def test_he80_params(dev, apdev): argument
327 hapd = hostapd.add_ap(apdev[0], params)
366 def test_he80_invalid(dev, apdev): argument
386 hapd = hostapd.add_ap(apdev[0], params, wait_enabled=False)
399 def test_he80_invalid2(dev, apdev): argument
417 hapd = hostapd.add_ap(apdev[0], params, wait_enabled=False)
487 def test_he160(dev, apdev): argument
506 hapd = hostapd.add_ap(apdev[0], params, wait_enabled=False)
507 bssid = apdev[0]['bssid']
563 def test_he160b(dev, apdev): argument
583 hapd = hostapd.add_ap(apdev[1], params, wait_enabled=False)
639 def test_he160_no_dfs_100_plus(dev, apdev): argument
641 run_ap_he160_no_dfs(dev, apdev, "100", "[HT40+]")
643 def test_he160_no_dfs(dev, apdev): argument
645 run_ap_he160_no_dfs(dev, apdev, "104", "[HT40-]")
647 def test_he160_no_dfs_108_plus(dev, apdev): argument
649 run_ap_he160_no_dfs(dev, apdev, "108", "[HT40+]")
651 def test_he160_no_dfs_112_minus(dev, apdev): argument
653 run_ap_he160_no_dfs(dev, apdev, "112", "[HT40-]")
655 def test_he160_no_dfs_116_plus(dev, apdev): argument
657 run_ap_he160_no_dfs(dev, apdev, "116", "[HT40+]")
659 def test_he160_no_dfs_120_minus(dev, apdev): argument
661 run_ap_he160_no_dfs(dev, apdev, "120", "[HT40-]")
663 def test_he160_no_dfs_124_plus(dev, apdev): argument
665 run_ap_he160_no_dfs(dev, apdev, "124", "[HT40+]")
667 def test_he160_no_dfs_128_minus(dev, apdev): argument
669 run_ap_he160_no_dfs(dev, apdev, "128", "[HT40-]")
671 def run_ap_he160_no_dfs(dev, apdev, channel, ht_capab): argument
689 hapd = hostapd.add_ap(apdev[0], params, wait_enabled=False)
716 def test_he160_no_ht40(dev, apdev): argument
734 hapd = hostapd.add_ap(apdev[0], params, wait_enabled=False)
754 def test_he80plus80(dev, apdev): argument
776 hapd = hostapd.add_ap(apdev[0], params, wait_enabled=False)
796 hapd2 = hostapd.add_ap(apdev[1], params, wait_enabled=False)
836 def test_he80plus80_invalid(dev, apdev): argument
856 hapd = hostapd.add_ap(apdev[0], params, wait_enabled=False)
869 def test_he80_csa(dev, apdev): argument
886 hapd = hostapd.add_ap(apdev[0], params)
932 def test_he_on_24ghz(dev, apdev): argument
944 hapd = hostapd.add_ap(apdev[0], params)
962 def test_he80_pwr_constraint(dev, apdev): argument
980 hapd = hostapd.add_ap(apdev[0], params)
997 def test_he_use_sta_nsts(dev, apdev): argument
1014 hapd = hostapd.add_ap(apdev[0], params)
1015 bssid = apdev[0]['bssid']
1027 def test_he_tkip(dev, apdev): argument
1048 hapd = hostapd.add_ap(apdev[0], params)
1049 bssid = apdev[0]['bssid']
1106 def test_he80_to_24g_he(dev, apdev): argument
1123 hapd = hostapd.add_ap(apdev[0], params)
1124 bssid = apdev[0]['bssid']
1148 def test_he_twt(dev, apdev): argument
1154 hapd = hostapd.add_ap(apdev[0], params)
1166 def test_he_6ghz(dev, apdev): argument
1184 hapd = hostapd.add_ap(apdev[0], params, set_channel=False)
1185 bssid = apdev[0]['bssid']
1225 def test_he_6ghz_auto_security(dev, apdev): argument
1240 hapd = hostapd.add_ap(apdev[0], params, set_channel=False)
1241 bssid = apdev[0]['bssid']
1266 hapd = hostapd.add_ap(apdev[1], params)
1267 bssid = apdev[1]['bssid']
1279 def he_6ghz_acs(dev, apdev, op_class, bw): argument
1297 hapd = hostapd.add_ap(apdev[0], params, wait_enabled=False)
1299 bssid = apdev[0]['bssid']
1330 def test_he_6ghz_acs_20mhz(dev, apdev): argument
1332 he_6ghz_acs(dev, apdev, 131, 20)
1334 def test_he_6ghz_acs_40mhz(dev, apdev): argument
1336 he_6ghz_acs(dev, apdev, 132, 40)
1338 def test_he_6ghz_acs_80mhz(dev, apdev): argument
1340 he_6ghz_acs(dev, apdev, 133, 80)
1342 def test_he_6ghz_acs_160mhz(dev, apdev): argument
1344 he_6ghz_acs(dev, apdev, 134, 160)
1346 def test_he_6ghz_security(dev, apdev): argument
1352 hapd = hostapd.add_ap(apdev[0], params, no_enable=True)
1386 def test_he_prefer_he20(dev, apdev): argument
1392 hapd = hostapd.add_ap(apdev[0], params)
1393 bssid = apdev[0]['bssid']
1398 hapd2 = hostapd.add_ap(apdev[1], params)
1399 bssid2 = apdev[1]['bssid']
1415 def test_he_capab_parsing(dev, apdev): argument
1422 hapd = hostapd.add_ap(apdev[0], params)
1541 def test_he_cw_change_notification(dev, apdev): argument
1557 hapd = hostapd.add_ap(apdev[0], params)
1558 bssid = apdev[0]['bssid']
1647 def test_he_6ghz_reg(dev, apdev): argument
1680 hapd = hostapd.add_ap(apdev[0], params, set_channel=False)
1732 def test_he_downgrade_40mhz_to_20mhz(dev, apdev): argument
1747 run_he_downgrade_to_20_mhz(dev, apdev, params)
1749 def test_he_downgrade_40mhz_plus_minus_to_20mhz(dev, apdev): argument
1764 run_he_downgrade_to_20_mhz(dev, apdev, params)
1766 def test_he_downgrade_80mhz_to_20mhz(dev, apdev): argument
1783 run_he_downgrade_to_20_mhz(dev, apdev, params)
1785 def run_he_downgrade_to_20_mhz(dev, apdev, params): argument
1788 hapd = hostapd.add_ap(apdev[0], params)
1801 def test_he_bss_color_change(dev, apdev): argument
1808 hapd = hostapd.add_ap(apdev[0], params)