HomeSort by relevance Sort by last modified time
    Searched refs:phy_name (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/
site_linux_system.py 130 def _phy_by_name(self, phy_name):
131 """@return IwPhy for PHY with name |phy_name|, or None."""
133 if phy.name == phy_name:
226 def _phy_in_use(self, phy_name):
232 if net_dev.phy == phy_name:
381 for phy_name in self.phys_for_frequency[frequency]:
382 phy_obj = self._phy_by_name(phy_name)
389 'Allowing use of %s, which reports zero antennas', phy_name)
394 phy_name, num_antennas)
  /external/wpa_supplicant_8/src/ap/
hostapd.c 2555 const char *conf_file = NULL, *phy_name = NULL; local
    [all...]

Completed in 56 milliseconds