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

  /external/autotest/server/
site_linux_system.py 413 def _get_wlanif(self, phytype, spatial_streams, frequency, same_phy_as):
423 @param same_phy_as string create the interface on the same phy as this.
427 if frequency and same_phy_as:
429 'Can not combine |frequency| and |same_phy_as|')
431 if not (frequency or same_phy_as):
433 'Must specify one of |frequency| or |same_phy_as|')
438 if same_phy_as:
440 if net_dev.if_name == same_phy_as:
445 same_phy_as)
476 if same_phy_as
    [all...]
site_linux_router.py     [all...]
  /external/autotest/server/cros/network/
frame_sender.py 46 'monitor', same_phy_as=self._ap_interface)

Completed in 227 milliseconds