Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h88 const int SNR_BIT_PER_TONE_LUT[] = {0, 171, 212, 262, 323, 396, 484, 586, variable
H A Dscan_service.cpp2583 lutInIdx = MIN(lutInIdx, sizeof(SNR_BIT_PER_TONE_LUT) / sizeof(int) - 1); in CalculateBitPerTone()
2584 bitPerTone = SNR_BIT_PER_TONE_LUT[lutInIdx]; in CalculateBitPerTone()