Searched refs:maxBitsPerTone (Results 1 – 1 of 1) sorted by relevance
271 int maxBitsPerTone; in predictThroughputInternal() local282 maxBitsPerTone = MAX_BITS_PER_TONE_LEGACY; in predictThroughputInternal()293 maxBitsPerTone = MAX_BITS_PER_TONE_11N; in predictThroughputInternal()310 maxBitsPerTone = MAX_BITS_PER_TONE_11AC; in predictThroughputInternal()327 maxBitsPerTone = MAX_BITS_PER_TONE_11AX; in predictThroughputInternal()336 bitPerTone = Math.min(bitPerTone, maxBitsPerTone); in predictThroughputInternal()