Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
H A Doperator_overload.cpp45 if (a.GetBand() != b.GetBand()) { in operator ==()
/ohos5.0/foundation/communication/wifi_lite/interfaces/wifiservice/
H A Dwifi_hotspot_config.h118 WifiErrorCode GetBand(int *result);
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_hotspot_config.h120 WifiErrorCode GetBand(int *result);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_service_impl.cpp146 static_cast<int>(config.GetBand()), config.GetChannel()); in SetHotspotConfig()
753 ss << " Config.band: " << funcStrBand(config.GetBand()) << "\n"; in ConfigInfoDump()
842 if (cfg.GetBand() == *it) { in CfgCheckBand()
852 std::vector<int32_t> channels = channInfoFromCenter[static_cast<BandType>(cfg.GetBand())]; in CfgCheckChannel()
920 if (cfg.GetBand() != cfgFromCenter.GetBand() && bandsFromCenter.size() != 0) { in IsValidHotspotConfig()
H A Dwifi_hotspot_stub.cpp174 reply.WriteInt32(static_cast<int>(hotspotConfig.GetBand())); in OnGetHotspotConfig()
231 BandType band = config.GetBand(); in OnSetApConfigWifi()
235 __func__, config.GetChannel(), config.GetBandWidth(), config.GetBand()); in OnSetApConfigWifi()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp48 switch (apConfig.GetBand()) { in UpdateApChannelConfig()
70 … PassWordAnonymize(apConfig.GetPreSharedKey()).c_str(), m_id, static_cast<int>(apConfig.GetBand()), in UpdateApChannelConfig()
92 …m_id, __func__, static_cast<int>(apConfig.GetBand()), apConfig.GetChannel(), apConfig.GetBandWidth… in GetBestChannelFor5G()
H A Dap_service.cpp98 msg->AddIntMessageBody(static_cast<int>(cfg.GetBand())); in SetHotspotConfig()
H A Dap_started_state.cpp177 if (hotspotConfig.GetBand() == BandType::BAND_2GHZ) { in SetConfig()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_started_state_test.cpp297 msg->AddIntMessageBody(static_cast<int>(apcfg.GetBand()));
310 msg->AddIntMessageBody(static_cast<int>(apcfg.GetBand()));
323 msg->AddIntMessageBody(static_cast<int>(apcfg.GetBand()));
338 msg->AddIntMessageBody(static_cast<int>(apcfg.GetBand()));
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-minichip-subsys-communication.md46 | GetBand | 获取该热点的频段。 |
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_ap_msg.h120 inline BandType GetBand() const in GetBand() function
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_config_file_test.cpp169 EXPECT_TRUE(tmp.GetBand() == ldCfg.GetBand());
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_hotspot.cpp127 if (config.GetBand() == BandType::BAND_5GHZ) { in GetHotspotconfigFromJs()
210 SetValueInt32(env, "band", static_cast<int>(cppConfig.GetBand()), result); in HotspotconfigToJs()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/
H A Dlibwifi_sdk.map39 GetBand;
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_hotspot.cpp120 result->band = static_cast<int>(hotspotConfig.GetBand()); in GetHotspotConfigFromCpp()
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-minichip-subsys-communication.md46 | GetBand |Obtains the frequency band of the hotspot.|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.cpp769 if (config.GetBand() == BandType::BAND_2GHZ) { in GetModeString()
771 } else if (config.GetBand() == BandType::BAND_5GHZ) { in GetModeString()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_proxy.cpp238 data.WriteInt32(static_cast<int>(config.GetBand())); in SetHotspotConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_client.cpp891 tmp.band = static_cast<int>(config.GetBand()); in SetSoftApConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_file_spec.cpp868 ss << " " <<"band=" << static_cast<int>(item.GetBand()) << std::endl;