Searched refs:maxBitsPerTone (Results 1 – 1 of 1) sorted by relevance
297 int maxBitsPerTone; in predictThroughputInternal() local307 maxBitsPerTone = MAX_BITS_PER_TONE_LEGACY; in predictThroughputInternal()318 maxBitsPerTone = MAX_BITS_PER_TONE_11N; in predictThroughputInternal()335 maxBitsPerTone = MAX_BITS_PER_TONE_11AC; in predictThroughputInternal()352 maxBitsPerTone = MAX_BITS_PER_TONE_11AX; in predictThroughputInternal()380 maxBitsPerTone = MAX_BITS_PER_TONE_11BE; in predictThroughputInternal()413 bitPerTone = Math.min(bitPerTone, maxBitsPerTone); in predictThroughputInternal()