Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/buffet_PrivetSetupFlow/
Dbuffet_PrivetSetupFlow.py86 devs = dut_iw_runner.list_interfaces(desired_if_type='AP')
143 if not dut_iw_runner.list_interfaces(desired_if_type='AP'):
151 if dut_iw_runner.list_interfaces(desired_if_type='managed'):
158 devs = dut_iw_runner.list_interfaces(desired_if_type='managed')
/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
284 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.py343 devs = self.iw_runner.list_interfaces(desired_if_type='managed')
/external/autotest/server/site_tests/brillo_WifiInterfaceTest/
Dbrillo_WifiInterfaceTest.py60 for iface_tuple in iw.list_interfaces()]
/external/dhcpcd-6.8.2/dhcpcd-hooks/
D50-ntp.conf41 interfaces=$(list_interfaces "$ntp_conf_dir")
D20-resolv.conf19 interfaces=$(list_interfaces "$resolv_conf_dir")
/external/dhcpcd-6.8.2/
Ddhcpcd-run-hooks.in44 list_interfaces()
/external/autotest/client/common_lib/cros/network/
Diw_runner.py234 matching_interfaces = [iw_if for iw_if in self.list_interfaces()
310 def list_interfaces(self, desired_if_type=None): member in IwRunner
/external/autotest/server/
Dsite_linux_system.py97 for interface in self.iw_runner.list_interfaces():