Home
last modified time | relevance | path

Searched refs:list_interfaces (Results 1 – 8 of 8) sorted by relevance

/external/libpcap/
Dpcap-libdlpi.c57 static boolean_t list_interfaces(const char *, void *);
74 list_interfaces(const char *linkname, void *arg) in list_interfaces() function
343 dlpi_walk(list_interfaces, &lw, 0); in pcap_platform_finddevs()
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dwpas-dbus-new.py27 def list_interfaces(wpas_obj): function
103 list_interfaces(wpas_obj)
Dwpas-dbus-new-signals.py28 def list_interfaces(wpas_obj): function
133 list_interfaces(wpas_obj)
/external/autotest/server/cros/network/
Dconnection_worker.py56 devs = iw.list_interfaces(desired_if_type='managed')
64 logging.debug('Interfaces in work client %s', iw.list_interfaces())
Dwifi_client.py331 devs = self.iw_runner.list_interfaces(desired_if_type='managed')
/external/autotest/server/site_tests/brillo_WifiInterfaceTest/
Dbrillo_WifiInterfaceTest.py73 for iface_tuple in iw.list_interfaces()]
/external/autotest/client/common_lib/cros/network/
Diw_runner.py307 matching_interfaces = [iw_if for iw_if in self.list_interfaces()
478 def list_interfaces(self, desired_if_type=None): member in IwRunner
/external/autotest/server/
Dsite_linux_system.py103 for interface in self.iw_runner.list_interfaces():