Searched refs:BAND_2G (Results 1 – 13 of 13) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | WlanRebootTest.py | 44 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/ |
D | PowerWiFiroamingTest.py | 49 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/ |
D | openwrt_ap.py | 328 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,
|
D | access_point.py | 487 if band == hostapd_constants.BAND_2G:
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiMacRandomizationTest.py | 340 (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())
|
D | WifiChannelSwitchStressTest.py | 29 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)
|
D | WifiBridgedApTest.py | 26 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/ |
D | WifiP2pSnifferTest.py | 29 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/ |
D | WifiBaseTest.py | 386 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)
|
D | wifi_test_utils.py | 36 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/ |
D | MacRandomNoLeakageTest.py | 21 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/ |
D | wireless_settings_applier.py | 80 if config.band == hostapd_constants.BAND_2G: 99 if config.band == hostapd_constants.BAND_2G:
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | hostapd_constants.py | 19 BAND_2G = '2g' variable
|