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.py53 ap_box = rf_switch_ap_box.APBox(self.mock_host)
67 rf_switch_ap_box.APBox(self.mock_host)
77 rf_switch_ap_box.APBox(self.mock_host)
88 ap_box = rf_switch_ap_box.APBox(self.mock_host)
Drf_switch_controller.py52 self.ap_boxes.append(rf_switch_ap_box.APBox(host))
Drf_switch_ap_box.py21 class APBox(object): class