Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java269 int numTonePerSym; in predictThroughputInternal() local
279 numTonePerSym = NUM_TONE_PER_SYM_LEGACY; in predictThroughputInternal()
286 numTonePerSym = NUM_TONE_PER_SYM_11N_20MHZ; in predictThroughputInternal()
289 numTonePerSym = NUM_TONE_PER_SYM_11N_40MHZ; in predictThroughputInternal()
297 numTonePerSym = NUM_TONE_PER_SYM_11AC_20MHZ; in predictThroughputInternal()
300 numTonePerSym = NUM_TONE_PER_SYM_11AC_40MHZ; in predictThroughputInternal()
303 numTonePerSym = NUM_TONE_PER_SYM_11AC_80MHZ; in predictThroughputInternal()
306 numTonePerSym = NUM_TONE_PER_SYM_11AC_160MHZ; in predictThroughputInternal()
314 numTonePerSym = NUM_TONE_PER_SYM_11AX_20MHZ; in predictThroughputInternal()
317 numTonePerSym = NUM_TONE_PER_SYM_11AX_40MHZ; in predictThroughputInternal()
[all …]