Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dmac80211.h5049 const struct ieee80211_tx_info *frame_txctl,
5067 const struct ieee80211_tx_info *frame_txctl);
5086 const struct ieee80211_tx_info *frame_txctl,
5105 const struct ieee80211_tx_info *frame_txctl);
/kernel/linux/linux-5.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.c5250 const struct ieee80211_tx_info *frame_txctl, in ieee80211_rts_get() argument
5258 frame_txctl); in ieee80211_rts_get()
5266 const struct ieee80211_tx_info *frame_txctl, in ieee80211_ctstoself_get() argument
5274 frame_len, frame_txctl); in ieee80211_ctstoself_get()