Searched refs:AP (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | WlanRebootTest.py | 41 AP = 'ap' variable 63 CUSTOM_TEST_REBOOT_DEVICES = {AP: [AP], DUT: [DUT], ALL: [AP, DUT]} 582 if reboot_device != DUT and reboot_device != AP: 641 elif reboot_device == AP: 812 'reboot_device': AP, 821 'reboot_device': AP, 830 'reboot_device': AP, 839 'reboot_device': AP, 848 'reboot_device': AP, 858 'reboot_device': AP, [all …]
|
/tools/test/connectivity/acts_tests/tests/google/wifi/rtt/ |
D | README.md | 26 * Device Under Test + AP which supports IEEE 802.11mc 31 * Device Under Test + AP which does **not** support IEEE 802.11mc 50 LCR were received from the AP. These are empty by default and should be configured to match the 51 configuration of the AP used in the test. 53 AP or between the two test devices (for Aware ranging tests).
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_test_utils.py | 2758 def turn_ap_off(test, AP): argument 2764 hostapd_2g = test.access_points[AP - 1]._aps['wlan0'].hostapd 2767 logging.debug('Turned WLAN0 AP%d off' % AP) 2768 hostapd_5g = test.access_points[AP - 1]._aps['wlan1'].hostapd 2771 logging.debug('Turned WLAN1 AP%d off' % AP) 2774 def turn_ap_on(test, AP): argument 2780 hostapd_2g = test.access_points[AP - 1]._aps['wlan0'].hostapd 2783 logging.debug('Turned WLAN0 AP%d on' % AP) 2784 hostapd_5g = test.access_points[AP - 1]._aps['wlan1'].hostapd 2787 logging.debug('Turned WLAN1 AP%d on' % AP)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiScannerTests.config | 3 "AP": [{"index": 0,
|