Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DBeaconLossTest.py84 self.ap.iwconfig.ap_iwconfig(self.in_use_interface, "txpower on")
114 self.ap.iwconfig.ap_iwconfig(self.in_use_interface, "txpower off")
123 self.ap.iwconfig.ap_iwconfig(self.in_use_interface, "txpower on")
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dap_iwconfig.py40 def ap_iwconfig(self, interface, arguments=None): member in ApIwconfig
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py27 from acts.controllers.ap_lib import ap_iwconfig
216 self.iwconfig = ap_iwconfig.ApIwconfig(self)