Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dmac80211.h4082 const struct ieee80211_tx_info *frame_txctl,
4100 const struct ieee80211_tx_info *frame_txctl);
4119 const struct ieee80211_tx_info *frame_txctl,
4138 const struct ieee80211_tx_info *frame_txctl);
/linux-4.1.27/net/mac80211/
Dutil.c207 const struct ieee80211_tx_info *frame_txctl) in ieee80211_rts_duration() argument
217 sband = local->hw.wiphy->bands[frame_txctl->band]; in ieee80211_rts_duration()
221 rate = &sband->bitrates[frame_txctl->control.rts_cts_rate_idx]; in ieee80211_rts_duration()
251 const struct ieee80211_tx_info *frame_txctl) in ieee80211_ctstoself_duration() argument
261 sband = local->hw.wiphy->bands[frame_txctl->band]; in ieee80211_ctstoself_duration()
265 rate = &sband->bitrates[frame_txctl->control.rts_cts_rate_idx]; in ieee80211_ctstoself_duration()
280 if (!(frame_txctl->flags & IEEE80211_TX_CTL_NO_ACK)) { in ieee80211_ctstoself_duration()
Dtx.c3164 const struct ieee80211_tx_info *frame_txctl, in ieee80211_rts_get() argument
3172 frame_txctl); in ieee80211_rts_get()
3180 const struct ieee80211_tx_info *frame_txctl, in ieee80211_ctstoself_get() argument
3188 frame_len, frame_txctl); in ieee80211_ctstoself_get()