Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanRebootTest.py44 BAND_2G = '2g' variable
46 BANDS = [BAND_2G, BAND_5G]
65 BAND_2G: [BAND_2G],
67 ALL: [BAND_2G, BAND_5G]
205 if band == BAND_2G:
227 if band == BAND_2G:
302 if band == BAND_2G:
583 if band != BAND_2G and band != BAND_5G:
696 'band': BAND_2G,
714 'band': BAND_2G,
[all …]
/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/framework/acts/controllers/
Dopenwrt_ap.py328 if hostapd_constants.BAND_2G in wifi_configs[i]:
329 config = wifi_configs[i][hostapd_constants.BAND_2G]
335 hostapd_constants.BAND_2G,
343 hostapd_constants.BAND_2G,
351 hostapd_constants.BAND_2G,
359 hostapd_constants.BAND_2G,
366 hostapd_constants.BAND_2G,
374 hostapd_constants.BAND_2G,
384 hostapd_constants.BAND_2G,
Daccess_point.py487 if band == hostapd_constants.BAND_2G:
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiMacRandomizationTest.py340 (self.pcap_procs[hostapd_constants.BAND_2G][1],
341 hostapd_constants.BAND_2G.upper())
519 hostapd_constants.BAND_2G, softap_channel)
530 (self.pcap_procs[hostapd_constants.BAND_2G][1],
531 hostapd_constants.BAND_2G.upper())
629 (self.pcap_procs[hostapd_constants.BAND_2G][1],
630 hostapd_constants.BAND_2G.upper())
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)
DWifiBridgedApTest.py26 from acts.controllers.ap_lib.hostapd_constants import BAND_2G
455 self.wpa_networks[0][BAND_2G])
587 self.wpa_networks[0][BAND_2G])
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/functional/
DWifiP2pSnifferTest.py29 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.py386 hostapd_constants.BAND_2G)
471 wpa1_dict[hostapd_constants.BAND_2G]["security"] = "psk"
482 wpa_dict[hostapd_constants.BAND_2G]["security"] = "psk2"
523 owe_dict[hostapd_constants.BAND_2G]["security"] = "owe"
533 sae_dict[hostapd_constants.BAND_2G]["security"] = "sae"
859 hostapd_constants.BAND_2G, channel_2g)
Dwifi_test_utils.py36 from acts.controllers.ap_lib.hostapd_constants import BAND_2G
2526 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.py80 if config.band == hostapd_constants.BAND_2G:
99 if config.band == hostapd_constants.BAND_2G:
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_constants.py19 BAND_2G = '2g' variable