Lines Matching refs:band
146 enum ieee80211_band band; in cfg80211_wext_giwrange() local
218 for (band = 0; band < IEEE80211_NUM_BANDS; band ++) { in cfg80211_wext_giwrange()
221 sband = wdev->wiphy->bands[band]; in cfg80211_wext_giwrange()
268 enum ieee80211_band band = IEEE80211_BAND_2GHZ; in cfg80211_wext_freq() local
272 band = IEEE80211_BAND_5GHZ; in cfg80211_wext_freq()
273 return ieee80211_channel_to_frequency(freq->m, band); in cfg80211_wext_freq()
1230 int band, ridx; in cfg80211_wext_siwrate() local
1248 for (band = 0; band < IEEE80211_NUM_BANDS; band++) { in cfg80211_wext_siwrate()
1249 sband = wdev->wiphy->bands[band]; in cfg80211_wext_siwrate()
1255 mask.control[band].legacy = 1 << ridx; in cfg80211_wext_siwrate()
1260 mask.control[band].legacy |= 1 << ridx; in cfg80211_wext_siwrate()