Home
last modified time | relevance | path

Searched defs:bands (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_channel_helper_test.cpp48 std::vector<BandType> bands = {}; variable
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
H A Dmock_ap_interface.cpp65 ErrCode ApInterface::GetValidBands(std::vector<BandType> &bands) in GetValidBands()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_interface.cpp84 ErrCode ApInterface::GetValidBands(std::vector<BandType> &bands) in GetValidBands()
H A Dap_service.cpp191 ErrCode ApService::GetValidBands(std::vector<BandType> &bands) in GetValidBands()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_inner_hotspot_test.cpp152 std::vector<BandType> bands; variable
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotimpl_fuzzer/
H A Dwifihotspotimpl_fuzzer.cpp69 std::vector<int> bands; in IsHotspotDualBandSupportedFuzzTest() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_service_impl.cpp80 std::vector<BandType> bands; in IsHotspotDualBandSupported() local
530 ErrCode WifiHotspotServiceImpl::GetValidBands(std::vector<BandType> &bands) in GetValidBands()
H A Dwifi_hotspot_stub.cpp304 std::vector<BandType> bands; in OnGetValidBands() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_channel_helper.cpp57 int WifiChannelHelper::GetValidBands(std::vector<BandType> &bands) in GetValidBands()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_impl.cpp186 ErrCode WifiHotspotImpl::GetValidBands(std::vector<BandType> &bands) in GetValidBands()
H A Dwifi_hotspot_proxy.cpp555 ErrCode WifiHotspotProxy::GetValidBands(std::vector<BandType> &bands) in GetValidBands()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiap_fuzzer/
H A Dwifiap_fuzzer.cpp274 std::vector<BandType> bands; in GetValidBandsFuzzTest() local
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h460 struct WlanBand *bands[IEEE80211_NUM_BANDS]; /**< Frequency bands */ member
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h332 WlanBands bands[SUPPORTED_NUM_BANDS]; member
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h471 WlanBands bands[IEEE80211_NUM_BANDS]; member
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c931 static void GetCenterFreq(struct nlattr *bands, struct FreqInfoResult *result) in GetCenterFreq()