• Home
  • Raw
  • Download

Lines Matching refs:sband

53 	struct ieee80211_supported_band *sband = ieee80211_get_sband(sdata);  in ieee80211_tdls_add_ext_capab()  local
54 bool vht = sband && sband->vht_cap.vht_supported; in ieee80211_tdls_add_ext_capab()
186 struct ieee80211_supported_band *sband; in ieee80211_get_tdls_sta_capab() local
192 sband = ieee80211_get_sband(sdata); in ieee80211_get_tdls_sta_capab()
193 if (sband && sband->band == NL80211_BAND_2GHZ) { in ieee80211_get_tdls_sta_capab()
367 struct ieee80211_supported_band *sband; in ieee80211_tdls_add_setup_start_ies() local
375 sband = ieee80211_get_sband(sdata); in ieee80211_tdls_add_setup_start_ies()
376 if (!sband) in ieee80211_tdls_add_setup_start_ies()
379 ieee80211_add_srates_ie(sdata, skb, false, sband->band); in ieee80211_tdls_add_setup_start_ies()
380 ieee80211_add_ext_srates_ie(sdata, skb, false, sband->band); in ieee80211_tdls_add_setup_start_ies()
449 memcpy(&ht_cap, &sband->ht_cap, sizeof(ht_cap)); in ieee80211_tdls_add_setup_start_ies()
501 memcpy(&vht_cap, &sband->vht_cap, sizeof(vht_cap)); in ieee80211_tdls_add_setup_start_ies()
552 struct ieee80211_supported_band *sband; in ieee80211_tdls_add_setup_cfm_ies() local
555 sband = ieee80211_get_sband(sdata); in ieee80211_tdls_add_setup_cfm_ies()
556 if (!sband) in ieee80211_tdls_add_setup_cfm_ies()
621 if (sband->band != NL80211_BAND_2GHZ && in ieee80211_tdls_add_setup_cfm_ies()
1255 struct ieee80211_supported_band *sband; in iee80211_tdls_recalc_chanctx() local
1262 sband = local->hw.wiphy->bands[conf->def.chan->band]; in iee80211_tdls_recalc_chanctx()
1275 rate_control_rate_update(local, sband, sta, in iee80211_tdls_recalc_chanctx()