Lines Matching full:acked
569 * If the frame wasn't ACKed by the peer - it will be re-sent through the AP
594 /* Check if peer has ACKed */
628 bool acked, bool dropped,
652 .ack = acked,
671 acked,
675 cookie, acked,
694 skb_complete_wifi_ack(skb, acked);
705 bool acked = info->flags & IEEE80211_TX_STAT_ACK;
708 acked = false;
743 if (!acked) {
757 acked);
763 ieee80211_report_ack_skb(local, skb, acked, dropped,
769 skb->wifi_acked = acked;
932 bool acked;
947 acked = !!(info->flags & IEEE80211_TX_STAT_ACK);
955 ieee80211_get_qos_ctl(hdr), sta, true, acked);
980 if (!acked && ieee80211_is_back_req(fc)) {
1005 if (!acked && !noack_success)
1012 if (!(info->flags & IEEE80211_TX_CTL_INJECTED) && acked)
1114 bool acked, noack_success, ack_signal_valid;
1142 acked = !!(info->flags & IEEE80211_TX_STAT_ACK);
1150 if (!acked && !noack_success)
1158 acked, info->status.tx_time);
1160 if (acked) {
1166 /* Track when last packet was ACKed */
1205 if (acked || noack_success) {