Searched refs:BAND_5G (Results 1 – 10 of 10) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | WlanRebootTest.py | 45 BAND_5G = '5g' variable 46 BANDS = [BAND_2G, BAND_5G] 66 BAND_5G: [BAND_5G], 67 ALL: [BAND_2G, BAND_5G] 211 elif band == BAND_5G: 230 elif band == BAND_5G: 307 elif band == BAND_5G: 583 if band != BAND_2G and band != BAND_5G: 705 'band': BAND_5G, 723 'band': BAND_5G, [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | openwrt_ap.py | 390 if hostapd_constants.BAND_5G in wifi_configs[i]: 391 config = wifi_configs[i][hostapd_constants.BAND_5G] 397 hostapd_constants.BAND_5G, 405 hostapd_constants.BAND_5G, 413 hostapd_constants.BAND_5G, 421 hostapd_constants.BAND_5G, 428 hostapd_constants.BAND_5G, 436 hostapd_constants.BAND_5G, 446 hostapd_constants.BAND_5G,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | WifiBaseTest.py | 380 hostapd_constants.BAND_5G) 472 wpa1_dict[hostapd_constants.BAND_5G]["security"] = "psk" 483 wpa_dict[hostapd_constants.BAND_5G]["security"] = "psk2" 524 owe_dict[hostapd_constants.BAND_5G]["security"] = "owe" 534 sae_dict[hostapd_constants.BAND_5G]["security"] = "sae" 864 hostapd_constants.BAND_5G, channel_5g)
|
D | wifi_test_utils.py | 37 from acts.controllers.ap_lib.hostapd_constants import BAND_5G 2526 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_tests/tests/google/wifi/ |
D | WifiBridgedApTest.py | 27 from acts.controllers.ap_lib.hostapd_constants import BAND_5G 362 self.wpa_networks[0][BAND_5G]) 408 self.wpa_networks[0][BAND_5G]) 492 self.wpa_networks[0][BAND_5G]) 539 self.wpa_networks[0][BAND_5G])
|
D | WifiMacRandomizationTest.py | 591 (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())
|
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)
|
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/ |
D | wireless_settings_applier.py | 88 elif config.band == hostapd_constants.BAND_5G:
|
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | hostapd_constants.py | 20 BAND_5G = '5g' variable
|