Searched refs:ampdu (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-current/tools/tools/net80211/scripts/
H A Dsetup.wdsrelay26 ifconfig $WLAN_STA -tso -ampdu
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_usb_core.c72 bool ampdu = IEEE80211_SKB_CB(tx_info->skb)->flags & IEEE80211_TX_CTL_AMPDU; local
94 if ((mt76_is_skb_pktid(pid) && ampdu) || ep == MT_EP_OUT_HCCA)
H A Dmt76x02_txrx.c145 bool ampdu = IEEE80211_SKB_CB(tx_info->skb)->flags & IEEE80211_TX_CTL_AMPDU; local
166 if (mt76_is_skb_pktid(pid) && ampdu)
H A Dmt76_connac_mcu.h408 u8 ampdu; member in struct:sta_rec_phy
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h572 static inline int wpa_drv_ampdu(struct wpa_supplicant *wpa_s, int ampdu) argument
574 if (!wpa_s->driver->ampdu)
576 return wpa_s->driver->ampdu(wpa_s->drv_priv, ampdu);
/freebsd-current/tools/tools/iwn/iwnstats/
H A Dmain.c202 printf("%s: bad_mh=%d, good_ampdu_crc32=%d, ampdu=%d, fragment=%d\n",
206 le32toh(ht->ampdu),
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h137 enum WlanIfaceDot11nPduType ampdu; member in struct:wlan_iface
H A Dwlan_sys.c1451 wif->ampdu = WlanIfaceDot11nPduType_disabled;
1454 wif->ampdu = WlanIfaceDot11nPduType_txOnly;
1457 wif->ampdu = WlanIfaceDot11nPduType_rxOnly;
1462 wif->ampdu = WlanIfaceDot11nPduType_txAndRx;
1934 wif->ampdu = WlanIfaceDot11nPduType_disabled;
H A Dwlan_snmp.c612 ctx->scratch->int1 = wif->ampdu;
805 val->v.integer = wif->ampdu;
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Ddebug.c1004 u8 amsdu, ampdu; local
1010 ampdu = ar->htt.max_num_ampdu;
1013 len = scnprintf(buf, sizeof(buf), "%u %u\n", amsdu, ampdu);
1025 unsigned int amsdu, ampdu; local
1032 res = sscanf(buf, "%u %u", &amsdu, &ampdu);
1039 res = ath10k_htt_h2t_aggr_cfg_msg(&ar->htt, ampdu, amsdu);
1045 ar->htt.max_num_ampdu = ampdu;
H A Dcore.h560 int ampdu[ATH10K_TID_MAX]; member in struct:ath10k_sta
639 int ampdu[ATH10K_TID_MAX]; member in struct:ath10k_vif
H A Dmac.c3211 if (arvif->retry_long[i] || arvif->ampdu[i] ||
3217 arg.aggr_control = arvif->ampdu[i];
3243 arsta->ampdu[i] = -1;
7088 arsta->ampdu[arg->tid] ==
7137 arsta->ampdu[arg->tid] = arg->aggr_control;
7156 arvif->ampdu[arg->tid] ==
7162 arvif->ampdu[arg->tid] = arg->aggr_control;
7178 arvif->ampdu[arg->tid] = arg->aggr_control;
7316 arsta->ampdu[i] = -1;
7323 arvif->ampdu[
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c1102 bool ampdu; local
1113 ampdu = !fixed_rate && (txs & MT_TXS4_AMPDU);
1121 if (!ampdu && (txs & MT_TXS0_RTS_TIMEOUT))
1134 if (ampdu || (info->flags & IEEE80211_TX_CTL_AMPDU))
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dtx.c776 txq->ampdu = true;
856 txq->ampdu = !shared_mode;
890 trans->txqs.txq[txq_id]->ampdu = false;
1505 WARN_ONCE(txq->ampdu &&
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c1324 bool ampdu, cck = false; local
1330 ampdu = txs & MT_TXS1_AMPDU;
1341 if (!ampdu && (txs & MT_TXS0_RTS_TIMEOUT))
1354 if (ampdu || (info->flags & IEEE80211_TX_CTL_AMPDU))
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver.h3653 * ampdu - Enable/disable aggregation
3655 * @ampdu: 1/0 = enable/disable A-MPDU aggregation
3658 int (*ampdu)(void *priv, int ampdu); member in struct:wpa_driver_ops
/freebsd-current/sys/dev/bwn/
H A Dif_bwnvar.h309 uint8_t ampdu; member in struct:bwn_txstatus
H A Dif_bwn.c5435 stat.ampdu = (tmp & 0x0020) ? 1 : 0;
5440 "rtscnt=%d, sreason=%d, pm=%d, im=%d, ampdu=%d, ack=%d\n",
5450 stat.ampdu,
5648 if (status->ampdu)
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h943 * @ampdu: true if this queue is an ampdu queue for an specific RA/TID
984 bool ampdu; member in struct:iwl_txq
/freebsd-current/sbin/ifconfig/
H A Difieee80211.c1783 int ampdu; local
1785 if (get80211val(ctx, IEEE80211_IOC_AMPDU, &ampdu) < 0)
1789 ampdu &= ~d;
1791 ampdu |= d;
1792 set80211(ctx, IEEE80211_IOC_AMPDU, ampdu, 0, NULL);
5256 LINE_CHECK("-ampdu");
5266 LINE_CHECK("ampdu");
5974 DEF_CMD("ampdu", 3, set80211ampdu), /* NB: tx+rx */
5975 DEF_CMD("-ampdu", -3, set80211ampdu),
/freebsd-current/sys/dev/iwn/
H A Dif_iwnreg.h1634 uint32_t ampdu; member in struct:iwn_rx_ht_phy_stats
/freebsd-current/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c1003 IWL_ERR(trans, " need_update %d frozen %d ampdu %d "
1006 txq->need_update, txq->frozen, txq->ampdu,
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1033 int mask, noack, retry_long, rtscts, tids, amsdu, ampdu; member in struct:cfg80211_tid_cfg
/freebsd-current/sys/contrib/dev/rtw89/
H A Dcore.c435 rtw89_warn(rtwdev, "cannot set ampdu info without sta\n");
3117 if (tid_conf->ampdu == NL80211_TID_CONFIG_ENABLE) {
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c1547 phy->ampdu = FIELD_PREP(IEEE80211_HT_AMPDU_PARM_FACTOR, af) |

Completed in 417 milliseconds

12