Searched refs:getValidFreqsWithBand (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/wlan/interfaces/include/ |
H A D | wifi_hal_base_feature.h | 171 int32_t (*getValidFreqsWithBand)(const struct IWiFiBaseFeature *baseFeature, int32_t band, int32_t *freqs, member
|
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal_base_feature.c | 185 (*fe)->getValidFreqsWithBand = GetValidFreqsWithBand; in InitBaseFeature()
|
/drivers/peripheral/wlan/test/unittest/hal/ |
H A D | wifi_hal_test.cpp | 1128 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 D | hdf_wlan_performance_test.cpp | 247 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 D | wlan_common_cmd.c | 416 return baseFeature->getValidFreqsWithBand(baseFeature, wifiInfo->band, freq, wifiInfo->size, freqLen);
in WlanInterfaceGetFreqsWithBand()
|
Completed in 6 milliseconds