Searched refs:BAND_5G (Results 1 – 13 of 13) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | ChannelSwitchTest.py | 97 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:
|
D | WlanRebootTest.py | 49 BAND_5G = '5g' variable 50 BANDS = [BAND_2G, BAND_5G] 78 BAND_5G: [BAND_5G], 79 ALL: [BAND_2G, BAND_5G] 197 elif band == BAND_5G: 210 elif band == BAND_5G: 229 elif band == BAND_5G: 505 if band != BAND_2G and band != BAND_5G:
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiCountrySoftApAcsTest.py | 24 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:
|
D | WifiBridgedApTest.py | 27 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: 662 wutils.connect_to_wifi_network(self.dut, self.wpa_networks[0][BAND_5G]) 703 wutils.connect_to_wifi_network(self.dut, self.wpa_networks[0][BAND_5G]) 780 wutils.connect_to_wifi_network(self.dut, self.wpa_networks[0][BAND_5G]) 819 wutils.connect_to_wifi_network(self.dut, self.wpa_networks[0][BAND_5G]) 1140 self.client_connects_to_a_bridgeap(self.client1, BAND_5G) [all …]
|
D | WifiChannelSwitchStressTest.py | 30 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)
|
D | WifiMacRandomizationTest.py | 607 (self.pcap_procs[hostapd_constants.BAND_5G][1], 608 hostapd_constants.BAND_5G.upper()) 619 (self.pcap_procs[hostapd_constants.BAND_5G][1], 620 hostapd_constants.BAND_5G.upper())
|
D | WifiCellCoexChannelAvoidTest.py | 193 if self.init_softap_band == BAND_5G:
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | openwrt_ap.py | 504 if hostapd_constants.BAND_5G in wifi_configs[i]: 505 config = wifi_configs[i][hostapd_constants.BAND_5G] 511 hostapd_constants.BAND_5G, 520 hostapd_constants.BAND_5G, 529 hostapd_constants.BAND_5G, 537 hostapd_constants.BAND_5G, 544 hostapd_constants.BAND_5G, 552 hostapd_constants.BAND_5G, 561 hostapd_constants.BAND_5G, 571 hostapd_constants.BAND_5G,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | WifiBaseTest.py | 424 hostapd_constants.BAND_5G) 521 wpa1_dict[hostapd_constants.BAND_5G]["security"] = "psk" 523 wpa1_dict[hostapd_constants.BAND_5G]["ieee80211w"] = ieee80211w 534 wpa_dict[hostapd_constants.BAND_5G]["security"] = "psk2" 536 wpa_dict[hostapd_constants.BAND_5G]["ieee80211w"] = ieee80211w 577 owe_dict[hostapd_constants.BAND_5G]["security"] = "owe" 587 sae_dict[hostapd_constants.BAND_5G]["security"] = "sae" 597 hostapd_constants.BAND_5G]["security"] = "sae-mixed" 601 hostapd_constants.BAND_5G]["ieee80211w"] = ieee80211w 931 hostapd_constants.BAND_5G, channel_5g)
|
D | wifi_test_utils.py | 41 from acts.controllers.ap_lib.hostapd_constants import BAND_5G 2568 bands = [BAND_2G, BAND_5G]
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/ |
D | MacRandomNoLeakageTest.py | 22 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/ |
D | wireless_settings_applier.py | 97 elif config.band == hostapd_constants.BAND_5G:
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | hostapd_constants.py | 22 BAND_5G = '5g' variable
|