Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/
H A Dwifi_filter_impl.cpp36 constexpr int32_t MIN_SIGNAL_LEVEL_INTERVAL = 2; variable
428 …alLevel <= SIGNAL_LEVEL_THREE || targetSignalLevel - curSignalLevel < MIN_SIGNAL_LEVEL_INTERVAL)) { in Filter()