Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c524 (*featureData)->bands[iee80211band].channelNum = band->channelCount; in WifiGetChannelData()
528 (*featureData)->bands[iee80211band].iee80211Channel[loop].freq = band->channels[loop].centerFreq; in WifiGetChannelData()
529 (*featureData)->bands[iee80211band].iee80211Channel[loop].flags = band->channels[loop].flags; in WifiGetChannelData()
530 (*featureData)->bands[iee80211band].iee80211Channel[loop].channel = band->channels[loop].channelId; in WifiGetChannelData()
561 if (capability->bands[IEEE80211_BAND_2GHZ] != NULL) { in WifiFillHwFeature()
562 struct WlanBand *band = capability->bands[IEEE80211_BAND_2GHZ]; in WifiFillHwFeature()
570 if (capability->bands[IEEE80211_BAND_5GHZ] != NULL) { in WifiFillHwFeature()
571 struct WlanBand *band = capability->bands[IEEE80211_BAND_5GHZ]; in WifiFillHwFeature()
/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h133 * @brief Enumerates frequency bands.
141 IEEE80211_NUM_BANDS /**< Number of frequency bands */
460 struct WlanBand *bands[IEEE80211_NUM_BANDS]; /**< Frequency bands */ member
/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h332 WlanBands bands[SUPPORTED_NUM_BANDS]; member
/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h472 WlanBands bands[IEEE80211_NUM_BANDS]; member
/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c927 HILOG_ERROR(LOG_CORE, "%s: no wiphy bands", __FUNCTION__); in GetWiphyBands()
932 static void GetCenterFreq(struct nlattr *bands, struct FreqInfoResult *result) in GetCenterFreq() argument
945 nla_for_each_nested(nlFreq, bands, i) { in GetCenterFreq()

Completed in 13 milliseconds