Home
last modified time | relevance | path

Searched refs:BAND_2G (Results 1 – 16 of 16) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/power/wifi/
DPowerWiFiroamingTest.py49 network_main = copy.deepcopy(self.main_network)[hc.BAND_2G]
50 network_aux = copy.deepcopy(self.aux_network)[hc.BAND_2G]
70 network_main = copy.deepcopy(self.main_network)[hc.BAND_2G]
71 network_aux = copy.deepcopy(self.aux_network)[hc.BAND_2G]
73 network_main = self.main_network[hc.BAND_2G]
74 network_aux = self.aux_network[hc.BAND_2G]
124 network_main = copy.deepcopy(self.main_network)[hc.BAND_2G]
125 network_aux = copy.deepcopy(self.aux_network)[hc.BAND_2G]
127 network_main = self.main_network[hc.BAND_2G]
128 network_aux = self.aux_network[hc.BAND_2G]
[all …]
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiCountrySoftApAcsTest.py23 from acts.controllers.ap_lib.hostapd_constants import BAND_2G
122 if init_sta_band == BAND_2G:
123 connect = BAND_2G
137 self.ap1_2g = self.wpa_networks[0][BAND_2G]
143 if connect == BAND_2G:
180 if self.init_softap_band == BAND_2G:
251 if init_softap_band == BAND_2G:
252 if init_sta_band == BAND_2G:
270 if init_sta_band == BAND_2G:
DWifiMacRandomizationTest.py344 (self.pcap_procs[hostapd_constants.BAND_2G][1],
345 hostapd_constants.BAND_2G.upper())
530 hostapd_constants.BAND_2G, softap_channel)
541 (self.pcap_procs[hostapd_constants.BAND_2G][1],
542 hostapd_constants.BAND_2G.upper())
645 (self.pcap_procs[hostapd_constants.BAND_2G][1],
646 hostapd_constants.BAND_2G.upper())
DWifiBridgedApTest.py26 from acts.controllers.ap_lib.hostapd_constants import BAND_2G
302 self.sniffer_config[BAND_2G] = WifiEnums.freq_to_channel[
343 self.sniffer_config[BAND_2G] = channel1
347 self.sniffer_config[BAND_2G] = channel2
451 if band == BAND_2G:
745 wutils.connect_to_wifi_network(self.dut, self.wpa_networks[0][BAND_2G])
859 wutils.connect_to_wifi_network(self.dut, self.wpa_networks[0][BAND_2G])
1184 self.client_connects_to_a_bridgeap(self.client1, BAND_2G)
1282 self.client_connects_to_a_bridgeap(self.client1, BAND_2G)
DWifiChannelSwitchStressTest.py29 from acts.controllers.ap_lib.hostapd_constants import BAND_2G
181 self.conf_packet_capture(BAND_2G, channel_2g)
265 self.conf_packet_capture(BAND_2G, channel_2g)
DWifiCellCoexChannelAvoidTest.py191 if self.init_softap_band == BAND_2G:
/tools/test/connectivity/acts/framework/acts/controllers/
Dopenwrt_ap.py431 if hostapd_constants.BAND_2G in wifi_configs[i]:
432 config = wifi_configs[i][hostapd_constants.BAND_2G]
438 hostapd_constants.BAND_2G,
447 hostapd_constants.BAND_2G,
456 hostapd_constants.BAND_2G,
464 hostapd_constants.BAND_2G,
471 hostapd_constants.BAND_2G,
479 hostapd_constants.BAND_2G,
488 hostapd_constants.BAND_2G,
498 hostapd_constants.BAND_2G,
Daccess_point.py577 if band == hostapd_constants.BAND_2G:
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DChannelSwitchTest.py97 band in [hostapd_constants.BAND_2G, hostapd_constants.BAND_5G],
103 elif band == hostapd_constants.BAND_2G:
162 band=hostapd_constants.BAND_2G,
169 band=hostapd_constants.BAND_2G,
180 band=hostapd_constants.BAND_2G,
285 if band == hostapd_constants.BAND_2G:
DWlanRebootTest.py48 BAND_2G = '2g' variable
50 BANDS = [BAND_2G, BAND_5G]
77 BAND_2G: [BAND_2G],
79 ALL: [BAND_2G, BAND_5G]
191 if band == BAND_2G:
207 if band == BAND_2G:
224 if band == BAND_2G:
505 if band != BAND_2G and band != BAND_5G:
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/functional/
DWifiP2pSnifferTest.py28 from acts.controllers.ap_lib.hostapd_constants import BAND_2G
67 result = self.packet_capture.configure_monitor_mode(BAND_2G, 6)
76 pcap_fname = '%s_%s.pcap' % (self.pcap_procs[BAND_2G][1],
77 BAND_2G.upper())
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
DWifiBaseTest.py430 hostapd_constants.BAND_2G)
520 wpa1_dict[hostapd_constants.BAND_2G]["security"] = "psk"
522 wpa1_dict[hostapd_constants.BAND_2G]["ieee80211w"] = ieee80211w
533 wpa_dict[hostapd_constants.BAND_2G]["security"] = "psk2"
535 wpa_dict[hostapd_constants.BAND_2G]["ieee80211w"] = ieee80211w
576 owe_dict[hostapd_constants.BAND_2G]["security"] = "owe"
586 sae_dict[hostapd_constants.BAND_2G]["security"] = "sae"
595 hostapd_constants.BAND_2G]["security"] = "sae-mixed"
599 hostapd_constants.BAND_2G]["ieee80211w"] = ieee80211w
926 hostapd_constants.BAND_2G, channel_2g)
Dwifi_test_utils.py40 from acts.controllers.ap_lib.hostapd_constants import BAND_2G
2568 bands = [BAND_2G, BAND_5G]
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/
DMacRandomNoLeakageTest.py21 from acts.controllers.ap_lib.hostapd_constants import BAND_2G
68 pcap_fname = '%s_%s.pcap' % (pcap_procs[BAND_2G][1], BAND_2G.upper())
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dwireless_settings_applier.py89 if config.band == hostapd_constants.BAND_2G:
108 if config.band == hostapd_constants.BAND_2G:
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_constants.py21 BAND_2G = '2g' variable