Home
last modified time | relevance | path

Searched refs:phy_name (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/
Dsite_linux_system.py169 def _phy_by_name(self, phy_name): argument
172 if phy.name == phy_name:
265 def _phy_in_use(self, phy_name): argument
271 if net_dev.phy == phy_name:
434 for phy_name in self.phys_for_frequency[frequency]:
435 phy_obj = self._phy_by_name(phy_name)
442 'Allowing use of %s, which reports zero antennas', phy_name)
447 phy_name, num_antennas)
Dsite_linux_router.py284 phy_name = self.iw_runner.get_interface(interface).phy
306 interface, phy_name, configuration.channel)
334 threshold = self.iw_runner.get_fragmentation_threshold(phy_name)
/external/autotest/server/site_tests/network_WiFi_Reset/
Dnetwork_WiFi_Reset.py92 phy_name = self.context.client.wifi_phy_name
93 return self._ATH10K_RESET_PATH % phy_name
/external/wpa_supplicant_8/src/ap/
Dhostapd.c2926 const char *conf_file = NULL, *phy_name = NULL; in hostapd_add_iface() local
2930 phy_name = buf + 11; in hostapd_add_iface()
2931 pos = os_strchr(phy_name, ':'); in hostapd_add_iface()
2939 hapd_iface = hostapd_interface_init_bss(interfaces, phy_name, in hostapd_add_iface()