Home
last modified time | relevance | path

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

/external/autotest/server/
Dsite_linux_system.py421 def _get_phy_for_frequency(self, frequency, phytype, spatial_streams): argument
440 if num_antennas >= spatial_streams:
468 def _get_wlanif(self, phytype, spatial_streams, frequency, same_phy_as): argument
490 if spatial_streams is None:
491 spatial_streams = self.MIN_SPATIAL_STREAMS
494 elif spatial_streams < self.MIN_SPATIAL_STREAMS and \
497 % (spatial_streams, self.MIN_SPATIAL_STREAMS))
509 frequency, phytype, spatial_streams)
546 def get_configured_interface(self, phytype, spatial_streams=None, argument
561 phytype, spatial_streams, frequency, same_phy_as)
[all …]