Searched refs:NUM_TONE_PER_SYM_11AX_BE_20MHZ (Results 1 – 1 of 1) sorted by relevance
59 private static final int NUM_TONE_PER_SYM_11AX_BE_20MHZ = 234; field in ThroughputPredictor339 numTonePerSym = NUM_TONE_PER_SYM_11AX_BE_20MHZ; in predictThroughputInternal()356 numTonePerSym = NUM_TONE_PER_SYM_11AX_BE_20MHZ; in predictThroughputInternal()376 if (numPunctured20MhzSubChannel * NUM_TONE_PER_SYM_11AX_BE_20MHZ < numTonePerSym) { in predictThroughputInternal()377 numTonePerSym -= numPunctured20MhzSubChannel * NUM_TONE_PER_SYM_11AX_BE_20MHZ; in predictThroughputInternal()