/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/ |
H A D | operator_overload.cpp | 45 if (a.GetBand() != b.GetBand()) { in operator ==()
|
/ohos5.0/foundation/communication/wifi_lite/interfaces/wifiservice/ |
H A D | wifi_hotspot_config.h | 118 WifiErrorCode GetBand(int *result);
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/ |
H A D | wifi_hotspot_config.h | 120 WifiErrorCode GetBand(int *result);
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/ |
H A D | wifi_hotspot_service_impl.cpp | 146 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 D | wifi_hotspot_stub.cpp | 174 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 D | ap_config_use.cpp | 48 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 D | ap_service.cpp | 98 msg->AddIntMessageBody(static_cast<int>(cfg.GetBand())); in SetHotspotConfig()
|
H A D | ap_started_state.cpp | 177 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 D | ap_started_state_test.cpp | 297 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 D | porting-minichip-subsys-communication.md | 46 | GetBand | 获取该热点的频段。 |
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | wifi_ap_msg.h | 120 inline BandType GetBand() const in GetBand() function
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | wifi_config_file_test.cpp | 169 EXPECT_TRUE(tmp.GetBand() == ldCfg.GetBand());
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
H A D | wifi_napi_hotspot.cpp | 127 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 D | libwifi_sdk.map | 39 GetBand;
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
H A D | wifi_c_hotspot.cpp | 120 result->band = static_cast<int>(hotspotConfig.GetBand()); in GetHotspotConfigFromCpp()
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-minichip-subsys-communication.md | 46 | 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 D | wifi_hdi_wpa_client.cpp | 769 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 D | wifi_hotspot_proxy.cpp | 238 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 D | wifi_idl_client.cpp | 891 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 D | wifi_config_file_spec.cpp | 868 ss << " " <<"band=" << static_cast<int>(item.GetBand()) << std::endl;
|