Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DWlanRebootTest.py44 BAND_5G = '5g' variable
45 BANDS = [BAND_2G, BAND_5G]
189 elif band == BAND_5G:
207 elif band == BAND_5G:
315 elif band == BAND_5G:
570 if band != BAND_2G and band != BAND_5G:
/tools/test/connectivity/acts/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/google/wifi/
DWifiMacRandomizationTest.py531 (self.pcap_procs[hostapd_constants.BAND_5G][1],
532 hostapd_constants.BAND_5G.upper())
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
DWifiBaseTest.py290 hostapd_constants.BAND_5G)
609 hostapd_constants.BAND_5G, channel_5g)
Dwifi_test_utils.py34 from acts.controllers.ap_lib.hostapd_constants import BAND_5G
2130 bands = [BAND_2G, BAND_5G]
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_constants.py20 BAND_5G = '5g' variable