Home
last modified time | relevance | path

Searched refs:getValidFreqsWithBand (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal_base_feature.h171 int32_t (*getValidFreqsWithBand)(const struct IWiFiBaseFeature *baseFeature, int32_t band, int32_t *freqs, member
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_base_feature.c185 (*fe)->getValidFreqsWithBand = GetValidFreqsWithBand; in InitBaseFeature()
/drivers/peripheral/wlan/test/unittest/hal/
H A 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, freqs, 10, &num);
1177 ret = apFeature->baseFeature.getValidFreqsWithBand((struc
[all...]
/drivers/peripheral/wlan/test/performance/common/
H A Dhdf_wlan_performance_test.cpp247 ret = apFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)apFeature, in HWTEST_F()
251 ret = apFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)apFeature, in HWTEST_F()
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c416 return baseFeature->getValidFreqsWithBand(baseFeature, wifiInfo->band, freq, wifiInfo->size, freqLen); in WlanInterfaceGetFreqsWithBand()

Completed in 6 milliseconds