Searched refs:maxBitsPerTone (Results 1 – 1 of 1) sorted by relevance
276 int maxBitsPerTone; in predictThroughputInternal() local288 maxBitsPerTone = MAX_BITS_PER_TONE_LEGACY; in predictThroughputInternal()299 maxBitsPerTone = MAX_BITS_PER_TONE_11N; in predictThroughputInternal()316 maxBitsPerTone = MAX_BITS_PER_TONE_11AC; in predictThroughputInternal()333 maxBitsPerTone = MAX_BITS_PER_TONE_11AX; in predictThroughputInternal()342 bitPerTone = Math.min(bitPerTone, maxBitsPerTone); in predictThroughputInternal()