Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dmac80211.h4866 const struct ieee80211_tx_info *frame_txctl,
4884 const struct ieee80211_tx_info *frame_txctl);
4903 const struct ieee80211_tx_info *frame_txctl,
4922 const struct ieee80211_tx_info *frame_txctl);
/Linux-v5.4/net/mac80211/
Dutil.c157 const struct ieee80211_tx_info *frame_txctl) in ieee80211_rts_duration() argument
167 sband = local->hw.wiphy->bands[frame_txctl->band]; in ieee80211_rts_duration()
171 rate = &sband->bitrates[frame_txctl->control.rts_cts_rate_idx]; in ieee80211_rts_duration()
201 const struct ieee80211_tx_info *frame_txctl) in ieee80211_ctstoself_duration() argument
211 sband = local->hw.wiphy->bands[frame_txctl->band]; in ieee80211_ctstoself_duration()
215 rate = &sband->bitrates[frame_txctl->control.rts_cts_rate_idx]; in ieee80211_ctstoself_duration()
230 if (!(frame_txctl->flags & IEEE80211_TX_CTL_NO_ACK)) { in ieee80211_ctstoself_duration()
Dtx.c4830 const struct ieee80211_tx_info *frame_txctl, in ieee80211_rts_get() argument
4838 frame_txctl); in ieee80211_rts_get()
4846 const struct ieee80211_tx_info *frame_txctl, in ieee80211_ctstoself_get() argument
4854 frame_len, frame_txctl); in ieee80211_ctstoself_get()