Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp289 uint32_t freqLen = WLAN_FREQ_MAX_NUM; in HWTEST_F() local
295 int32_t rc = g_wlanObj->GetFreqsWithBand(g_wlanObj, nullptr, &wifiInfo, freq, &freqLen); in HWTEST_F()
298 rc = g_wlanObj->GetFreqsWithBand(g_wlanObj, &ifeature, &wifiInfo, freq, &freqLen); in HWTEST_F()
301 rc = g_wlanObj->GetFreqsWithBand(g_wlanObj, &ifeature, nullptr, freq, &freqLen); in HWTEST_F()
303 rc = g_wlanObj->GetFreqsWithBand(g_wlanObj, &ifeature, &wifiInfo, nullptr, &freqLen); in HWTEST_F()
307 rc = g_wlanObj->GetFreqsWithBand(g_wlanObj, &ifeature, &wifiInfo, freq, &freqLen); in HWTEST_F()
H A Dwlan_hdi_hal_services_c_test.cpp238 uint32_t freqLen = WLAN_FREQ_MAX_NUM ; in HWTEST_F() local
248 rc = g_wlanObj->GetFreqsWithBand(g_wlanObj, &ifeature, &wifiInfoInvalid, freq, &freqLen); in HWTEST_F()
250 rc = g_wlanObj->GetFreqsWithBand(g_wlanObj, &ifeature, &wifiInfo, freq, &freqLen); in HWTEST_F()
253 for (i = 0; i < freqLen; i++) { in HWTEST_F()
1064 uint32_t freqLen = WLAN_FREQ_MAX_NUM; in HWTEST_F() local
1071 rc = g_wlanObj->GetFreqsWithBand(g_wlanObj, &ifeature, &wifiInfo, freq, &freqLen); in HWTEST_F()
1074 for (i = 0; i < freqLen; i++) { in HWTEST_F()
/drivers/peripheral/wlan/test/fuzztest/
H A Dwlan_common_fuzzer.cpp115 uint32_t freqLen = WLAN_FREQ_MAX_NUM; in FuzzGetFreqsWithBand() local
121 interface->GetFreqsWithBand(interface, &feature, &wifiInfo, freq, &freqLen); in FuzzGetFreqsWithBand()
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.h34 const struct HdfWifiInfo *wifiInfo, int32_t *freq, uint32_t *freqLen);
H A Dwlan_common_cmd.c395 const struct HdfWifiInfo *wifiInfo, int32_t *freq, uint32_t *freqLen) in WlanInterfaceGetFreqsWithBand()
401 if (ifeature == NULL || ifeature->ifName == NULL || freq == NULL || freqLen == NULL || wifiInfo == NULL) { in WlanInterfaceGetFreqsWithBand()
416 return baseFeature->getValidFreqsWithBand(baseFeature, wifiInfo->band, freq, wifiInfo->size, freqLen); in WlanInterfaceGetFreqsWithBand()
394 WlanInterfaceGetFreqsWithBand(struct IWlanInterface *self, const struct HdfFeatureInfo *ifeature, const struct HdfWifiInfo *wifiInfo, int32_t *freq, uint32_t *freqLen) WlanInterfaceGetFreqsWithBand() argument

Completed in 8 milliseconds