Home
last modified time | relevance | path

Searched refs:spatial_streams (Results 1 – 1 of 1) sorted by relevance

/external/autotest/server/
Dsite_linux_system.py374 def _get_phy_for_frequency(self, frequency, phytype, spatial_streams): argument
393 if num_antennas >= spatial_streams:
421 def _get_wlanif(self, phytype, spatial_streams, frequency, same_phy_as): argument
443 if spatial_streams is None:
444 spatial_streams = self.MIN_SPATIAL_STREAMS
447 elif spatial_streams < self.MIN_SPATIAL_STREAMS and \
450 % (spatial_streams, self.MIN_SPATIAL_STREAMS))
462 frequency, phytype, spatial_streams)
506 def get_configured_interface(self, phytype, spatial_streams=None, argument
521 phytype, spatial_streams, frequency, same_phy_as)
[all …]