Home
last modified time | relevance | path

Searched refs:frame_txctl (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/net/
Dmac80211.h5238 const struct ieee80211_tx_info *frame_txctl,
5256 const struct ieee80211_tx_info *frame_txctl);
5275 const struct ieee80211_tx_info *frame_txctl,
5294 const struct ieee80211_tx_info *frame_txctl);
/linux-5.19.10/net/mac80211/
Dutil.c208 const struct ieee80211_tx_info *frame_txctl) in ieee80211_rts_duration() argument
218 sband = local->hw.wiphy->bands[frame_txctl->band]; in ieee80211_rts_duration()
222 rate = &sband->bitrates[frame_txctl->control.rts_cts_rate_idx]; in ieee80211_rts_duration()
252 const struct ieee80211_tx_info *frame_txctl) in ieee80211_ctstoself_duration() argument
262 sband = local->hw.wiphy->bands[frame_txctl->band]; in ieee80211_ctstoself_duration()
266 rate = &sband->bitrates[frame_txctl->control.rts_cts_rate_idx]; in ieee80211_ctstoself_duration()
281 if (!(frame_txctl->flags & IEEE80211_TX_CTL_NO_ACK)) { in ieee80211_ctstoself_duration()
Dtx.c5496 const struct ieee80211_tx_info *frame_txctl, in ieee80211_rts_get() argument
5504 frame_txctl); in ieee80211_rts_get()
5512 const struct ieee80211_tx_info *frame_txctl, in ieee80211_ctstoself_get() argument
5520 frame_len, frame_txctl); in ieee80211_ctstoself_get()