D | iw_runner.py | 257 def add_interface(self, phy, interface, interface_type): argument 267 (self._command_iw, phy, interface, interface_type)) 270 def disconnect_station(self, interface): argument 277 self._run('%s dev %s disconnect' % (self._command_iw, interface)) 313 def get_link_value(self, interface, iw_link_key): argument 324 result = self._run('%s dev %s link' % (self._command_iw, interface), 340 def get_station_dump(self, interface): argument 356 (self._command_iw, interface)) 368 interface_name=interface, 378 def get_operating_mode(self, interface): argument [all …]
|