Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dmac80211.h5588 const struct ieee80211_tx_info *frame_txctl,
5606 const struct ieee80211_tx_info *frame_txctl);
5625 const struct ieee80211_tx_info *frame_txctl,
5644 const struct ieee80211_tx_info *frame_txctl);
/openbmc/linux/net/mac80211/
H A 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()
H A Dtx.c5822 const struct ieee80211_tx_info *frame_txctl, in ieee80211_rts_get() argument
5830 frame_txctl); in ieee80211_rts_get()
5838 const struct ieee80211_tx_info *frame_txctl, in ieee80211_ctstoself_get() argument
5846 frame_len, frame_txctl); in ieee80211_ctstoself_get()