Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp240 {SoftapChannelPolicyParser::XML_TAG_CHANNEL_6G_LIST, BandType::BAND_6GHZ}, in SoftapChannelPolicyParser()
385 case BandType::BAND_6GHZ: in ParsePreferredChannelsList()
387 m_preferredChannels.insert({BandType::BAND_6GHZ, channels}); in ParsePreferredChannelsList()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_ap_msg.h67 BAND_6GHZ = 3, /* 6GHz */ enumerator
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_napi_utils.h180 BAND_6GHZ = 3, /* 6GHz */ enumerator
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_entry.cpp237 …SetNamedPropertyByInteger(env, bandType, static_cast<int>(WifiBandTypeJS::BAND_6GHZ), "WIFI_BAND_6… in WifiBandTypeInit()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_service_impl.cpp1636 enum {BAND_2GHZ = 1, BAND_5GHZ = 2, BAND_6GHZ = 3, BAND_60GHZ = 4, BAND_ANY = 5}; in SaBasicDump() enumerator
1649 case BAND_6GHZ: in SaBasicDump()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_service_impl.cpp745 case BandType::BAND_6GHZ: in ConfigInfoDump()