Home
last modified time | relevance | path

Searched refs:SNR_BIT_PER_TONE_LUT_MIN (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.h86 const int SNR_BIT_PER_TONE_LUT_MIN = -10; // minimum snrDb supported by LUT variable
H A Dscan_service.cpp2582 int lutInIdx = MAX(snrDb, SNR_BIT_PER_TONE_LUT_MIN) - SNR_BIT_PER_TONE_LUT_MIN; in CalculateBitPerTone()