Lines Matching refs:same_phy_as
466 def _get_wlanif(self, phytype, spatial_streams, frequency, same_phy_as): argument
480 if frequency and same_phy_as:
484 if not (frequency or same_phy_as):
497 if same_phy_as:
499 if net_dev.if_name == same_phy_as:
504 same_phy_as)
535 if same_phy_as:
536 self.clone_mac_address(src_dev=same_phy_as,
545 frequency=None, same_phy_as=None): argument
559 phytype, spatial_streams, frequency, same_phy_as)
568 elif same_phy_as or self._phy_in_use(net_dev.phy):
582 spatial_streams=None, same_phy_as=None): argument
597 phytype, spatial_streams, frequency, same_phy_as)