Home
last modified time | relevance | path

Searched refs:wlanScanForBSSInfo (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dwlan_lib.py51 def wlanScanForBSSInfo(self): member in FuchsiaWlanLib
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanScanTest.py198 bss_scan_response = fd.wlan_lib.wlanScanForBSSInfo().get('result')
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwlan_device.py371 bss_scan_response = self.device.wlan_lib.wlanScanForBSSInfo()