Lines Matching refs:band
62 int ieee80211_frame_duration(enum ieee80211_band band, size_t len, in ieee80211_frame_duration() argument
80 if (band == IEEE80211_BAND_5GHZ || erp) { in ieee80211_frame_duration()
132 enum ieee80211_band band, in ieee80211_generic_frame_duration() argument
150 dur = ieee80211_frame_duration(band, frame_len, rate->bitrate, erp, in ieee80211_generic_frame_duration()
169 sband = local->hw.wiphy->bands[frame_txctl->band]; in ieee80211_rts_duration()
187 dur = ieee80211_frame_duration(sband->band, 10, bitrate, in ieee80211_rts_duration()
190 dur += ieee80211_frame_duration(sband->band, frame_len, bitrate, in ieee80211_rts_duration()
193 dur += ieee80211_frame_duration(sband->band, 10, bitrate, in ieee80211_rts_duration()
213 sband = local->hw.wiphy->bands[frame_txctl->band]; in ieee80211_ctstoself_duration()
230 dur = ieee80211_frame_duration(sband->band, frame_len, bitrate, in ieee80211_ctstoself_duration()
234 dur += ieee80211_frame_duration(sband->band, 10, bitrate, in ieee80211_ctstoself_duration()
1129 chanctx_conf->def.chan->band == IEEE80211_BAND_2GHZ) && in ieee80211_set_wmm_default()
1301 enum ieee80211_band band, in ieee80211_build_preq_ies_band() argument
1319 sband = local->hw.wiphy->bands[band]; in ieee80211_build_preq_ies_band()
1375 if (chandef->chan && sband->band == IEEE80211_BAND_2GHZ) { in ieee80211_build_preq_ies_band()
1541 rate_masks[chan->band] = ratemask; in ieee80211_build_probe_req()
1544 ie, ie_len, BIT(chan->band), in ieee80211_build_probe_req()
1574 ieee80211_tx_skb_tid_band(sdata, skb, 7, channel->band); in ieee80211_send_probe_req()
1582 enum ieee80211_band band, u32 *basic_rates) in ieee80211_sta_get_rates() argument
1588 sband = sdata->local->hw.wiphy->bands[band]; in ieee80211_sta_get_rates()
2436 control_chan->band); in ieee80211_vht_oper_to_chandef()
2439 control_chan->band); in ieee80211_vht_oper_to_chandef()
2474 enum ieee80211_band band) in ieee80211_add_srates_ie() argument
2485 sband = local->hw.wiphy->bands[band]; in ieee80211_add_srates_ie()
2519 enum ieee80211_band band) in ieee80211_add_ext_srates_ie() argument
2531 sband = local->hw.wiphy->bands[band]; in ieee80211_add_ext_srates_ie()
2659 sband = local->hw.wiphy->bands[status->band]; in ieee80211_calculate_rx_timestamp()