Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dmac80211.h5128 const struct ieee80211_tx_info *frame_txctl,
5146 const struct ieee80211_tx_info *frame_txctl);
5165 const struct ieee80211_tx_info *frame_txctl,
5184 const struct ieee80211_tx_info *frame_txctl);
/Linux-v5.15/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.c5458 const struct ieee80211_tx_info *frame_txctl, in ieee80211_rts_get() argument
5466 frame_txctl); in ieee80211_rts_get()
5474 const struct ieee80211_tx_info *frame_txctl, in ieee80211_ctstoself_get() argument
5482 frame_len, frame_txctl); in ieee80211_ctstoself_get()