• Home
  • Raw
  • Download

Lines Matching refs:sband

96 	struct ieee80211_supported_band *sband;  in mesh_set_short_slot_time()  local
102 sband = ieee80211_get_sband(sdata); in mesh_set_short_slot_time()
103 if (!sband) in mesh_set_short_slot_time()
106 if (sband->band == NL80211_BAND_5GHZ) { in mesh_set_short_slot_time()
110 } else if (sband->band != NL80211_BAND_2GHZ) { in mesh_set_short_slot_time()
114 for (i = 0; i < sband->n_bitrates; i++) in mesh_set_short_slot_time()
115 if (sband->bitrates[i].flags & IEEE80211_RATE_ERP_G) in mesh_set_short_slot_time()
128 if (erp_rates & sta->sta.supp_rates[sband->band]) in mesh_set_short_slot_time()
258 struct ieee80211_supported_band *sband; in mesh_plink_frame_tx() local
261 sband = ieee80211_get_sband(sdata); in mesh_plink_frame_tx()
262 if (!sband) { in mesh_plink_frame_tx()
266 band = sband->band; in mesh_plink_frame_tx()
414 struct ieee80211_supported_band *sband; in mesh_sta_info_init() local
418 sband = ieee80211_get_sband(sdata); in mesh_sta_info_init()
419 if (!sband) in mesh_sta_info_init()
422 rates = ieee80211_sta_get_rates(sdata, elems, sband->band, in mesh_sta_info_init()
434 if (sta->sta.supp_rates[sband->band] != rates) in mesh_sta_info_init()
436 sta->sta.supp_rates[sband->band] = rates; in mesh_sta_info_init()
438 if (ieee80211_ht_cap_ie_to_sta_ht_cap(sdata, sband, in mesh_sta_info_init()
442 ieee80211_vht_cap_ie_to_sta_vht_cap(sdata, sband, in mesh_sta_info_init()
445 ieee80211_he_cap_ie_to_sta_he_cap(sdata, sband, elems->he_cap, in mesh_sta_info_init()
463 rate_control_rate_update(local, sband, sta, changed); in mesh_sta_info_init()