Searched refs:phy_name (Results 1 – 2 of 2) sorted by relevance
128 def _phy_by_name(self, phy_name): argument131 if phy.name == phy_name:224 def _phy_in_use(self, phy_name): argument230 if net_dev.phy == phy_name:379 for phy_name in self.phys_for_frequency[frequency]:380 phy_obj = self._phy_by_name(phy_name)387 'Allowing use of %s, which reports zero antennas', phy_name)392 phy_name, num_antennas)
2394 const char *conf_file = NULL, *phy_name = NULL; in hostapd_add_iface() local2398 phy_name = buf + 11; in hostapd_add_iface()2399 pos = os_strchr(phy_name, ':'); in hostapd_add_iface()2407 hapd_iface = hostapd_interface_init_bss(interfaces, phy_name, in hostapd_add_iface()