Home
last modified time | relevance | path

Searched refs:SetBand (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dsoftap_parser.cpp132 hotspotConfig.SetBand(BandType::BAND_2GHZ); in TransBandinfo()
134 hotspotConfig.SetBand(BandType::BAND_5GHZ); in TransBandinfo()
/ohos5.0/foundation/communication/wifi_lite/interfaces/wifiservice/
H A Dwifi_hotspot_config.h108 WifiErrorCode SetBand(int band);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use_test.cpp61 apConfig.SetBand(BandType::BAND_2GHZ);
157 apConfig.SetBand(BandType::BAND_2GHZ);
H A Dap_service_test.cpp64 apInfo.SetBand(BandType::BAND_2GHZ); in SetUp()
H A Dap_started_state_test.cpp77 apcfg.SetBand(BandType::BAND_2GHZ); in SetUp()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_hotspot_config.h110 WifiErrorCode SetBand(int band);
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiap_fuzzer/
H A Dwifiap_fuzzer.cpp55 apConfig.SetBand(BandType::BAND_2GHZ); in UpdateApChannelConfigFuzzTest()
97 apConfig.SetBand(BandType::BAND_2GHZ); in JudgeDbacWithP2pFuzzTest()
216 apConfig.SetBand(BandType::BAND_2GHZ); in SetHotspotConfigFuzzTest()
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-minichip-subsys-communication.md45 | SetBand | 设置该热点的频段。 |
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_ap_msg.h116 inline void SetBand(BandType newBand) in SetBand() function
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp62 apConfig.SetBand(BandType::BAND_2GHZ); in UpdateApChannelConfig()
194 apConfig.SetBand(TransformChannelToBand(p2pChannel)); in JudgeDbacWithP2p()
H A Dap_started_state.cpp310 m_hotspotConfig.SetBand(static_cast<BandType>(msg->GetIntFromMessage())); in ProcessCmdSetHotspotConfig()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_ap_hal_interface_test.cpp61 config.SetBand(BandType::BAND_2GHZ);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/
H A Dlibwifi_sdk.map38 SetBand;
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_hotspot.cpp99 hotspotConfig.SetBand(OHOS::Wifi::BandType(config->band)); in GetHotspotConfigFromC()
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-minichip-subsys-communication.md45 | SetBand | Sets the frequency band of the hotspot.|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_config_file_test.cpp154 tmp.SetBand(BandType::BAND_5GHZ);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_hotspot.cpp126 config.SetBand(BandType(value)); // 1: 2.4G, 2: 5G in GetHotspotconfigFromJs()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotstub_fuzzer/
H A Dwifihotspotstub_fuzzer.cpp391 config.SetBand(newBand); in WifiHotspotServiceImplFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_stub.cpp226 config.SetBand(static_cast<BandType>(data.ReadInt32())); in OnSetApConfigWifi()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_proxy.cpp211 result.SetBand(static_cast<BandType>(reply.ReadInt32())); in GetHotspotConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.cpp829 config.SetBand(BandType::BAND_2GHZ); in ClearHotspotConfig()
1512 cfg.SetBand(BandType::BAND_2GHZ); in InitDefaultHotspotConfig()
H A Dwifi_config_file_spec.cpp759 item.SetBand(BandType::BAND_NONE);
823 item.SetBand(static_cast<BandType>(CheckDataLegal(tmpValue)));