Home
last modified time | relevance | path

Searched refs:BAND_5G (Results 1 – 10 of 10) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanRebootTest.py45 BAND_5G = '5g' variable
46 BANDS = [BAND_2G, BAND_5G]
66 BAND_5G: [BAND_5G],
67 ALL: [BAND_2G, BAND_5G]
211 elif band == BAND_5G:
230 elif band == BAND_5G:
307 elif band == BAND_5G:
583 if band != BAND_2G and band != BAND_5G:
705 'band': BAND_5G,
723 'band': BAND_5G,
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/
Dopenwrt_ap.py390 if hostapd_constants.BAND_5G in wifi_configs[i]:
391 config = wifi_configs[i][hostapd_constants.BAND_5G]
397 hostapd_constants.BAND_5G,
405 hostapd_constants.BAND_5G,
413 hostapd_constants.BAND_5G,
421 hostapd_constants.BAND_5G,
428 hostapd_constants.BAND_5G,
436 hostapd_constants.BAND_5G,
446 hostapd_constants.BAND_5G,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
DWifiBaseTest.py380 hostapd_constants.BAND_5G)
472 wpa1_dict[hostapd_constants.BAND_5G]["security"] = "psk"
483 wpa_dict[hostapd_constants.BAND_5G]["security"] = "psk2"
524 owe_dict[hostapd_constants.BAND_5G]["security"] = "owe"
534 sae_dict[hostapd_constants.BAND_5G]["security"] = "sae"
864 hostapd_constants.BAND_5G, channel_5g)
Dwifi_test_utils.py37 from acts.controllers.ap_lib.hostapd_constants import BAND_5G
2526 bands = [BAND_2G, BAND_5G]
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/
DMacRandomNoLeakageTest.py22 from acts.controllers.ap_lib.hostapd_constants import BAND_5G
65 pcap_fname = '%s_%s.pcap' % (pcap_procs[BAND_5G][1], BAND_5G.upper())
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiBridgedApTest.py27 from acts.controllers.ap_lib.hostapd_constants import BAND_5G
362 self.wpa_networks[0][BAND_5G])
408 self.wpa_networks[0][BAND_5G])
492 self.wpa_networks[0][BAND_5G])
539 self.wpa_networks[0][BAND_5G])
DWifiMacRandomizationTest.py591 (self.pcap_procs[hostapd_constants.BAND_5G][1],
592 hostapd_constants.BAND_5G.upper())
603 (self.pcap_procs[hostapd_constants.BAND_5G][1],
604 hostapd_constants.BAND_5G.upper())
DWifiChannelSwitchStressTest.py30 from acts.controllers.ap_lib.hostapd_constants import BAND_5G
222 self.conf_packet_capture(BAND_5G, channel_5g)
293 self.conf_packet_capture(BAND_5G, channel_5g)
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dwireless_settings_applier.py88 elif config.band == hostapd_constants.BAND_5G:
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_constants.py20 BAND_5G = '5g' variable