Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanRebootTest.py46 BAND_5G = '5g' variable
47 BANDS = [BAND_2G, BAND_5G]
67 BAND_5G: [BAND_5G],
68 ALL: [BAND_2G, BAND_5G]
214 elif band == BAND_5G:
233 elif band == BAND_5G:
310 elif band == BAND_5G:
586 if band != BAND_2G and band != BAND_5G:
708 'band': BAND_5G,
726 'band': BAND_5G,
[all …]
DChannelSwitchTest.py97 band in [hostapd_constants.BAND_2G, hostapd_constants.BAND_5G],
101 if band == hostapd_constants.BAND_5G:
189 band=hostapd_constants.BAND_5G,
197 band=hostapd_constants.BAND_5G,
208 band=hostapd_constants.BAND_5G,
225 band=hostapd_constants.BAND_5G,
240 band=hostapd_constants.BAND_5G,
257 band=hostapd_constants.BAND_5G,
272 band=hostapd_constants.BAND_5G,
287 elif band == hostapd_constants.BAND_5G:
/tools/test/connectivity/acts/framework/acts/controllers/
Dopenwrt_ap.py487 if hostapd_constants.BAND_5G in wifi_configs[i]:
488 config = wifi_configs[i][hostapd_constants.BAND_5G]
494 hostapd_constants.BAND_5G,
503 hostapd_constants.BAND_5G,
512 hostapd_constants.BAND_5G,
520 hostapd_constants.BAND_5G,
527 hostapd_constants.BAND_5G,
535 hostapd_constants.BAND_5G,
544 hostapd_constants.BAND_5G,
554 hostapd_constants.BAND_5G,
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiCountrySoftApAcsTest.py24 from acts.controllers.ap_lib.hostapd_constants import BAND_5G
126 elif init_sta_band == BAND_5G:
127 connect = BAND_5G
138 self.ap1_5g = self.wpa_networks[0][BAND_5G]
145 elif connect == BAND_5G:
182 elif self.init_softap_band == BAND_5G:
262 elif init_softap_band == BAND_5G:
DWifiBridgedApTest.py27 from acts.controllers.ap_lib.hostapd_constants import BAND_5G
298 self.sniffer_config[BAND_5G] = WifiEnums.freq_to_channel[
345 self.sniffer_config[BAND_5G] = channel1
349 self.sniffer_config[BAND_5G] = channel2
464 elif band == BAND_5G:
667 wutils.connect_to_wifi_network(self.dut, self.wpa_networks[0][BAND_5G])
709 wutils.connect_to_wifi_network(self.dut, self.wpa_networks[0][BAND_5G])
788 wutils.connect_to_wifi_network(self.dut, self.wpa_networks[0][BAND_5G])
828 wutils.connect_to_wifi_network(self.dut, self.wpa_networks[0][BAND_5G])
1144 self.client_connects_to_a_bridgeap(self.client1, BAND_5G)
[all …]
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)
DWifiCellCoexChannelAvoidTest.py190 if self.init_softap_band == BAND_5G:
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
DWifiBaseTest.py366 hostapd_constants.BAND_5G)
463 wpa1_dict[hostapd_constants.BAND_5G]["security"] = "psk"
465 wpa1_dict[hostapd_constants.BAND_5G]["ieee80211w"] = ieee80211w
476 wpa_dict[hostapd_constants.BAND_5G]["security"] = "psk2"
478 wpa_dict[hostapd_constants.BAND_5G]["ieee80211w"] = ieee80211w
519 owe_dict[hostapd_constants.BAND_5G]["security"] = "owe"
529 sae_dict[hostapd_constants.BAND_5G]["security"] = "sae"
539 saemixed_dict[hostapd_constants.BAND_5G]["security"] = "sae-mixed"
541 saemixed_dict[hostapd_constants.BAND_5G]["ieee80211w"] = ieee80211w
871 hostapd_constants.BAND_5G, channel_5g)
Dwifi_test_utils.py37 from acts.controllers.ap_lib.hostapd_constants import BAND_5G
2544 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/framework/acts/controllers/openwrt_lib/
Dwireless_settings_applier.py95 elif config.band == hostapd_constants.BAND_5G:
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_constants.py20 BAND_5G = '5g' variable