Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dmac80211_hwsim.c1210 struct hwsim_tx_rate tx_attempts[IEEE80211_TX_MAX_RATES]; in mac80211_hwsim_tx_frame_nl() local
1262 tx_attempts[i].idx = info->status.rates[i].idx; in mac80211_hwsim_tx_frame_nl()
1264 tx_attempts[i].count = info->status.rates[i].count; in mac80211_hwsim_tx_frame_nl()
1272 tx_attempts)) in mac80211_hwsim_tx_frame_nl()
3515 struct hwsim_tx_rate *tx_attempts; in hwsim_tx_info_frame_received_nl() local
3571 tx_attempts = (struct hwsim_tx_rate *)nla_data( in hwsim_tx_info_frame_received_nl()
3580 txi->status.rates[i].idx = tx_attempts[i].idx; in hwsim_tx_info_frame_received_nl()
3581 txi->status.rates[i].count = tx_attempts[i].count; in hwsim_tx_info_frame_received_nl()