Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java371 int numPunctured20MhzSubChannel = 0; in predictThroughputInternal() local
373 numPunctured20MhzSubChannel = Integer.bitCount( 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()