Lines Matching refs:info
189 struct ieee80211_tx_info *info;
191 info = IEEE80211_SKB_CB(skb);
192 ieee80211_tx_info_clear_status(info);
194 info->flags |= IEEE80211_TX_STAT_ACK;
196 info->flags &= ~IEEE80211_TX_STAT_ACK;
251 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
254 if (info && info->control.hw_key) {
255 struct ieee80211_key_conf *key = info->control.hw_key;
292 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
310 if (info->flags & IEEE80211_TX_CTL_AMPDU) {
316 if (info->control.use_rts)
353 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
373 if (info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS)
504 struct ieee80211_tx_info *info;
508 info = IEEE80211_SKB_CB(skb);
509 info->flags |= IEEE80211_TX_CTL_AMPDU;