Lines Matching refs:info

1113  * @flags: transmit info flags, defined above
1215 ieee80211_info_set_tx_time_est(struct ieee80211_tx_info *info, u16 tx_time_est)
1220 info->tx_time_est = min_t(u16, tx_time_est, 4095) >> 2;
1221 return info->tx_time_est << 2;
1225 ieee80211_info_get_tx_time_est(struct ieee80211_tx_info *info)
1227 return info->tx_time_est << 2;
1249 * struct ieee80211_tx_status - extended tx status info for rate control
1252 * @info: Basic tx status information
1263 struct ieee80211_tx_info *info;
1305 * @info: The &struct ieee80211_tx_info to be cleared.
1313 * driver_data fields in info, so it's up to the driver to restore
1317 ieee80211_tx_info_clear_status(struct ieee80211_tx_info *info)
1328 info->status.rates[i].count = 0;
1329 memset_after(&info->status, 0, rates);
1420 * from the RX info data, so leave those zeroed when building this data)
2220 * struct ieee80211_sta_aggregates - info that is aggregated from active links
2248 * struct ieee80211_link_sta - station Link specific info
2249 * All link specific info for a STA link for a non MLD STA(single)
4294 struct ieee80211_bss_conf *info,
4301 struct ieee80211_bss_conf *info,
4503 struct ieee80211_prep_tx_info *info);
4506 struct ieee80211_prep_tx_info *info);
5107 * to combine the rate info in the packet tx info with the most recent
5147 * @info: tx status information
5151 struct ieee80211_tx_info *info);
5203 * @info: tx status information
5207 struct ieee80211_tx_info *info)
5211 .info = info,
5918 * @info: information about the completed scan
5921 struct cfg80211_scan_info *info);
7332 * rate information in the TX info struct and the frame length.
7335 * @info: &struct ieee80211_tx_info of the frame.
7339 struct ieee80211_tx_info *info,
7402 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
7405 return info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP ||