Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp62 constexpr int MAX_5G_CHANNEL = 165; variable
417 if (MIN_5G_CHANNEL <= channel && channel <= MAX_5G_CHANNEL) { in ChannelToFrequency()