Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dmac80211.h4622 const struct ieee80211_tx_info *frame_txctl,
4640 const struct ieee80211_tx_info *frame_txctl);
4659 const struct ieee80211_tx_info *frame_txctl,
4678 const struct ieee80211_tx_info *frame_txctl);
/Linux-v4.19/net/mac80211/
Dutil.c160 const struct ieee80211_tx_info *frame_txctl) in ieee80211_rts_duration() argument
170 sband = local->hw.wiphy->bands[frame_txctl->band]; in ieee80211_rts_duration()
174 rate = &sband->bitrates[frame_txctl->control.rts_cts_rate_idx]; in ieee80211_rts_duration()
204 const struct ieee80211_tx_info *frame_txctl) in ieee80211_ctstoself_duration() argument
214 sband = local->hw.wiphy->bands[frame_txctl->band]; in ieee80211_ctstoself_duration()
218 rate = &sband->bitrates[frame_txctl->control.rts_cts_rate_idx]; in ieee80211_ctstoself_duration()
233 if (!(frame_txctl->flags & IEEE80211_TX_CTL_NO_ACK)) { in ieee80211_ctstoself_duration()
Dtx.c4605 const struct ieee80211_tx_info *frame_txctl, in ieee80211_rts_get() argument
4613 frame_txctl); in ieee80211_rts_get()
4621 const struct ieee80211_tx_info *frame_txctl, in ieee80211_ctstoself_get() argument
4629 frame_len, frame_txctl); in ieee80211_ctstoself_get()