Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp60 constexpr int MAX_24G_CHANNEL = 13; variable
414 if (channel >= MIN_24G_CHANNEL && channel <= MAX_24G_CHANNEL) { in ChannelToFrequency()