Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_channel_helper.cpp39 constexpr int FREQ_CHANNEL_1 = 2412; variable
258 return ((channel - CHANNEL_2G_MIN) * CENTER_FREQ_DIFF + FREQ_CHANNEL_1); in TransformChannelToFrequency()
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp63 constexpr int FREQ_CHANNEL_1 = 2412; variable
415 return ((channel - MIN_24G_CHANNEL) * CENTER_FREQ_DIFF + FREQ_CHANNEL_1); in ChannelToFrequency()