Lines Matching refs:same_phy_as
468 def _get_wlanif(self, phytype, spatial_streams, frequency, same_phy_as): argument
482 if frequency and same_phy_as:
486 if not (frequency or same_phy_as):
499 if same_phy_as:
501 if net_dev.if_name == same_phy_as:
506 same_phy_as)
537 if same_phy_as:
538 self.clone_mac_address(src_dev=same_phy_as,
547 frequency=None, same_phy_as=None): argument
561 phytype, spatial_streams, frequency, same_phy_as)
570 elif same_phy_as or self._phy_in_use(net_dev.phy):
584 spatial_streams=None, same_phy_as=None): argument
599 phytype, spatial_streams, frequency, same_phy_as)