Searched refs:GetValidFreqsWithBand (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal_base_feature.c | 134 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 D | wifi_mac80211_ops.h | 588 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 D | wifi_base.c | 624 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