Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/network/
H A Dsoftbus_network_utils.c21 #define FREQUENCY_5G_LAST 5825 macro
47 } else if (frequency >= FREQUENCY_5G_FIRST && frequency <= FREQUENCY_5G_LAST) { in SoftBusFrequencyToChannel()
56 if (frequency >= FREQUENCY_5G_FIRST && frequency <= FREQUENCY_5G_LAST) { in SoftBusIs5GBand()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils.h32 static constexpr int FREQUENCY_5G_LAST = 5825; variable
H A Dwifi_direct_utils.cpp114 return frequency >= FREQUENCY_5G_FIRST && frequency <= FREQUENCY_5G_LAST; in Is5GBand()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp114 return frequency >= FREQUENCY_5G_FIRST && frequency <= FREQUENCY_5G_LAST; in Is5GBand()