Home
last modified time | relevance | path

Searched refs:getValidFreqsWithBand (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/wlan/interfaces/include/
Dwifi_hal_base_feature.h171 …int32_t (*getValidFreqsWithBand)(const struct IWiFiBaseFeature *baseFeature, int32_t band, int32_t… member
/drivers/peripheral/wlan/test/unittest/hal/
Dwifi_hal_test.cpp1128 ret = staFeature->baseFeature.getValidFreqsWithBand(nullptr, band, freqs, size, &num);
1130 ret = staFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)staFeature,
1133 ret = staFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)staFeature,
1136 ret = staFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)staFeature,
1139 ret = staFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)staFeature,
1142 ret = staFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)staFeature,
1170 ret = apFeature->baseFeature.getValidFreqsWithBand(nullptr, band, freqs, size, &num);
1172 ret = apFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)apFeature,
1175 …ret = apFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)apFeature, band, fre…
1177 ret = apFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)apFeature,
[all …]
/drivers/peripheral/wlan/hal/src/
Dwifi_hal_base_feature.c177 (*fe)->getValidFreqsWithBand = GetValidFreqsWithBand; in InitBaseFeature()
/drivers/peripheral/wlan/test/performance/common/
Dhdf_wlan_performance_test.cpp247 ret = apFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)apFeature,
251 ret = apFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)apFeature,
/drivers/peripheral/wlan/
DREADME.md152 … name="p2867181581116"></a><a name="p2867181581116"></a>int32_t (*getValidFreqsWithBand)(const str…
DREADME_zh.md229 … name="p2867181581116"></a><a name="p2867181581116"></a>int32_t (*getValidFreqsWithBand)(const str…
/drivers/peripheral/wlan/hdi_service/service_common/
Dwlan_common_cmd.c368 …return baseFeature->getValidFreqsWithBand(baseFeature, wifiInfo->band, freq, wifiInfo->size, freqL… in WlanInterfaceGetFreqsWithBand()