Lines Matching refs:band

110 int ieee80211_frame_duration(enum ieee80211_band band, size_t len,  in ieee80211_frame_duration()  argument
128 if (band == IEEE80211_BAND_5GHZ || erp) { in ieee80211_frame_duration()
180 enum ieee80211_band band, in ieee80211_generic_frame_duration() argument
198 dur = ieee80211_frame_duration(band, frame_len, rate->bitrate, erp, in ieee80211_generic_frame_duration()
217 sband = local->hw.wiphy->bands[frame_txctl->band]; in ieee80211_rts_duration()
235 dur = ieee80211_frame_duration(sband->band, 10, bitrate, in ieee80211_rts_duration()
238 dur += ieee80211_frame_duration(sband->band, frame_len, bitrate, in ieee80211_rts_duration()
241 dur += ieee80211_frame_duration(sband->band, 10, bitrate, in ieee80211_rts_duration()
261 sband = local->hw.wiphy->bands[frame_txctl->band]; in ieee80211_ctstoself_duration()
278 dur = ieee80211_frame_duration(sband->band, frame_len, bitrate, in ieee80211_ctstoself_duration()
282 dur += ieee80211_frame_duration(sband->band, 10, bitrate, in ieee80211_ctstoself_duration()
1172 chanctx_conf->def.chan->band == IEEE80211_BAND_2GHZ) && in ieee80211_set_wmm_default()
1351 enum ieee80211_band band, in ieee80211_build_preq_ies_band() argument
1369 sband = local->hw.wiphy->bands[band]; in ieee80211_build_preq_ies_band()
1425 if (chandef->chan && sband->band == IEEE80211_BAND_2GHZ) { in ieee80211_build_preq_ies_band()
1591 rate_masks[chan->band] = ratemask; in ieee80211_build_probe_req()
1594 ie, ie_len, BIT(chan->band), in ieee80211_build_probe_req()
1624 ieee80211_tx_skb_tid_band(sdata, skb, 7, channel->band); in ieee80211_send_probe_req()
1632 enum ieee80211_band band, u32 *basic_rates) in ieee80211_sta_get_rates() argument
1638 sband = sdata->local->hw.wiphy->bands[band]; in ieee80211_sta_get_rates()
2438 control_chan->band); in ieee80211_vht_oper_to_chandef()
2441 control_chan->band); in ieee80211_vht_oper_to_chandef()
2476 enum ieee80211_band band) in ieee80211_add_srates_ie() argument
2487 sband = local->hw.wiphy->bands[band]; in ieee80211_add_srates_ie()
2521 enum ieee80211_band band) in ieee80211_add_ext_srates_ie() argument
2533 sband = local->hw.wiphy->bands[band]; in ieee80211_add_ext_srates_ie()
2661 sband = local->hw.wiphy->bands[status->band]; in ieee80211_calculate_rx_timestamp()