Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DThroughputPredictor.java274 int numTonePerSym; in predictThroughputInternal() local
285 numTonePerSym = NUM_TONE_PER_SYM_LEGACY; in predictThroughputInternal()
292 numTonePerSym = NUM_TONE_PER_SYM_11N_20MHZ; in predictThroughputInternal()
295 numTonePerSym = NUM_TONE_PER_SYM_11N_40MHZ; in predictThroughputInternal()
303 numTonePerSym = NUM_TONE_PER_SYM_11AC_20MHZ; in predictThroughputInternal()
306 numTonePerSym = NUM_TONE_PER_SYM_11AC_40MHZ; in predictThroughputInternal()
309 numTonePerSym = NUM_TONE_PER_SYM_11AC_80MHZ; in predictThroughputInternal()
320 numTonePerSym = NUM_TONE_PER_SYM_11AX_20MHZ; in predictThroughputInternal()
323 numTonePerSym = NUM_TONE_PER_SYM_11AX_40MHZ; in predictThroughputInternal()
326 numTonePerSym = NUM_TONE_PER_SYM_11AX_80MHZ; in predictThroughputInternal()
[all …]