Searched refs:get_wlan0_link (Results 1 – 5 of 5) sorted by relevance
113 def get_wlan0_link(self, dut): member in WifiChannelSwitchStressTest189 client_frequency = int(self.get_wlan0_link(self.dut_client)["freq"])230 client_frequency = int(self.get_wlan0_link(self.dut_client)["freq"])272 client_frequency = int(self.get_wlan0_link(self.dut_client)["freq"])300 client_frequency = int(self.get_wlan0_link(self.dut_client)["freq"])
156 wlan0_freq = wutils.get_wlan0_link(ad)["freq"]263 client1_bssid = wutils.get_wlan0_link(265 client2_bssid = wutils.get_wlan0_link(
83 result = wutils.get_wlan0_link(self.dut)
77 result = wutils.get_wlan0_link(self.dut)
2810 def get_wlan0_link(dut): function