Home
last modified time | relevance | path

Searched refs:GetValidFreqsWithBand (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_base_feature.c134 static int32_t GetValidFreqsWithBand(const struct IWiFiBaseFeature *baseFeature, in GetValidFreqsWithBand() function
185 (*fe)->getValidFreqsWithBand = GetValidFreqsWithBand; in InitBaseFeature()
/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h588 int32_t (*GetValidFreqsWithBand)(NetDevice *netDev, int32_t band, int32_t *freqs, uint32_t *num); member
/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c624 static uint32_t GetValidFreqsWithBand(struct NetDevice *netdev, int32_t band, int32_t *freqs, uint32_t *num) in GetValidFreqsWithBand() function
632 RETURN_IF_CHIPOPS_NOT_IMPLEMENT(chipDriver->ops, GetValidFreqsWithBand); in GetValidFreqsWithBand()
633 return chipDriver->ops->GetValidFreqsWithBand(netdev, band, freqs, num); in GetValidFreqsWithBand()
1034 ret = GetValidFreqsWithBand(netdev, band, freqs, &num); in WifiCmdGetValidFreqsWithBand()

Completed in 6 milliseconds