Home
last modified time | relevance | path

Searched refs:wlanGetCountry (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/facade/
DWlanFacadeTest.py52 result = wlan_lib.wlanGetCountry(phy_id)
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/
Dwlan_controller.py159 get_country_response = self.device.wlan_lib.wlanGetCountry(id)
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dwlan_lib.py154 def wlanGetCountry(self, phy_id): member in FuchsiaWlanLib
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DChannelSweepTest.py206 get_country_response = self.dut.device.wlan_lib.wlanGetCountry(
/tools/test/connectivity/acts/framework/acts/controllers/
Dfuchsia_device.py1149 ascii_cc = self.wlan_lib.wlanGetCountry(0).get('result')