Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/network/
H A Dsoftbus_network_utils.c26 #define CHANNEL_5G_LAST 165 macro
36 } else if (channel >= CHANNEL_5G_FIRST && channel <= CHANNEL_5G_LAST) { in SoftBusChannelToFrequency()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils.h36 static constexpr int CHANNEL_5G_LAST = 165; variable
H A Dwifi_direct_utils.cpp121 } else if (channel >= CHANNEL_5G_FIRST && channel <= CHANNEL_5G_LAST) { in ChannelToFrequency()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp121 } else if (channel >= CHANNEL_5G_FIRST && channel <= CHANNEL_5G_LAST) { in ChannelToFrequency()