Lines Matching refs:band
96 enum ieee80211_band band = ieee80211_get_sdata_band(sdata); in mesh_set_short_slot_time() local
97 struct ieee80211_supported_band *sband = local->hw.wiphy->bands[band]; in mesh_set_short_slot_time()
103 if (band == IEEE80211_BAND_5GHZ) { in mesh_set_short_slot_time()
107 } else if (band != IEEE80211_BAND_2GHZ) in mesh_set_short_slot_time()
124 if (erp_rates & sta->sta.supp_rates[band]) in mesh_set_short_slot_time()
250 enum ieee80211_band band = ieee80211_get_sdata_band(sdata); in mesh_plink_frame_tx() local
260 if (ieee80211_add_srates_ie(sdata, skb, true, band) || in mesh_plink_frame_tx()
261 ieee80211_add_ext_srates_ie(sdata, skb, true, band) || in mesh_plink_frame_tx()
386 enum ieee80211_band band = ieee80211_get_sdata_band(sdata); in mesh_sta_info_init() local
391 sband = local->hw.wiphy->bands[band]; in mesh_sta_info_init()
392 rates = ieee80211_sta_get_rates(sdata, elems, band, &basic_rates); in mesh_sta_info_init()
403 if (sta->sta.supp_rates[band] != rates) in mesh_sta_info_init()
405 sta->sta.supp_rates[band] = rates; in mesh_sta_info_init()