Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/fuchsia/wlan/
DBeaconLossTest.py75 self.ap.iwconfig.ap_iwconfig(self.in_use_interface, "txpower on")
103 self.ap.iwconfig.ap_iwconfig(self.in_use_interface, "txpower off")
112 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.py23 from acts.controllers.ap_lib import ap_iwconfig
143 self.iwconfig = ap_iwconfig.ApIwconfig(self)