Home
last modified time | relevance | path

Searched refs:centerFreq (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_hid2d_msg.h144 centerFreq(0), centerFreq1(0), centerFreq2(0), bandwidth(0) { in RecommendChannelResponse()
154 int centerFreq; variable
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_hid2d.cpp117 response->centerFreq = rsp.centerFreq; in ConvertRecommendChannelResponse()
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h286 uint32_t centerFreq; /**< Center frequency */ member
362 …uint32_t centerFreq; /**< Connection channel. If this parameter is not specified, the con… member
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_hid2d.h133 int centerFreq; member
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter.cpp233 if (response.centerFreq) { in GetRecommendChannel()
234 return WifiDirectUtils::FrequencyToChannel(response.centerFreq); in GetRecommendChannel()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichid2d_fuzzer/
H A Dwifichid2d_fuzzer.cpp171 response.centerFreq = static_cast<int>(data[index++]); in Hid2dGetRecommendChannelTest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter_test.cpp192 response.centerFreq = 0;
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wifi_event.c114 … !HdfSbufWriteInt32(data, bssInfo->signal) || !HdfSbufWriteUint32(data, channel->centerFreq) || in HdfWifiEventInformBssFrame()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/sta/
H A Dsta.c239 params.centerFreq = assoc.freq; in WifiCmdAssoc()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp152 response->centerFreq = context_.Get(TestContextKey::WIFI_RECOMMEND_FREQUENCY, int(0)); in InjectData()
436 response->centerFreq = recommendFreq; in __anonaf3f7aee1802()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_service_impl.cpp1302 response.centerFreq = freq; in Hid2dGetRecommendChannel()
H A Dwifi_p2p_stub.cpp936 reply.WriteInt32(response.centerFreq); in OnHid2dGetRecommendChannel()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_proxy.cpp1514 response.centerFreq = reply.ReadInt32(); in Hid2dGetRecommendChannel()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c528 … (*featureData)->bands[iee80211band].iee80211Channel[loop].freq = band->channels[loop].centerFreq; in WifiGetChannelData()