Home
last modified time | relevance | path

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

/external/autotest/server/cros/network/
Drf_switch_ap_box_test.py51 ap_box = rf_switch_ap_box.APBox(self.mock_host)
65 rf_switch_ap_box.APBox(self.mock_host)
75 rf_switch_ap_box.APBox(self.mock_host)
86 ap_box = rf_switch_ap_box.APBox(self.mock_host)
Drf_switch_controller.py53 self.ap_boxes.append(rf_switch_ap_box.APBox(host))
Drf_switch_ap_box.py22 class APBox(object): class