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

/freebsd-11-stable/tools/tools/net80211/scripts/
H A Dsetup.wdsrelay27 ifconfig $WLAN_STA -tso -ampdu
/freebsd-11-stable/tools/tools/iwn/iwnstats/
H A Dmain.c205 printf("%s: bad_mh=%d, good_ampdu_crc32=%d, ampdu=%d, fragment=%d\n",
209 le32toh(ht->ampdu),
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h551 static inline int wpa_drv_ampdu(struct wpa_supplicant *wpa_s, int ampdu) argument
553 if (!wpa_s->driver->ampdu)
555 return wpa_s->driver->ampdu(wpa_s->drv_priv, ampdu);
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h140 enum WlanIfaceDot11nPduType ampdu; member in struct:wlan_iface
H A Dwlan_sys.c1453 wif->ampdu = WlanIfaceDot11nPduType_disabled;
1456 wif->ampdu = WlanIfaceDot11nPduType_txOnly;
1459 wif->ampdu = WlanIfaceDot11nPduType_rxOnly;
1464 wif->ampdu = WlanIfaceDot11nPduType_txAndRx;
1936 wif->ampdu = WlanIfaceDot11nPduType_disabled;
H A Dwlan_snmp.c614 ctx->scratch->int1 = wif->ampdu;
807 val->v.integer = wif->ampdu;
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h3360 * ampdu - Enable/disable aggregation
3362 * @ampdu: 1/0 = enable/disable A-MPDU aggregation
3365 int (*ampdu)(void *priv, int ampdu); member in struct:wpa_driver_ops
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwnvar.h308 uint8_t ampdu; member in struct:bwn_txstatus
H A Dif_bwn.c5220 stat.ampdu = (tmp & 0x0020) ? 1 : 0;
5225 "rtscnt=%d, sreason=%d, pm=%d, im=%d, ampdu=%d, ack=%d\n",
5235 stat.ampdu,
5433 if (status->ampdu)
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c1697 int ampdu; local
1699 if (get80211val(s, IEEE80211_IOC_AMPDU, &ampdu) < 0)
1703 ampdu &= ~d;
1705 ampdu |= d;
1706 set80211(s, IEEE80211_IOC_AMPDU, ampdu, 0, NULL);
4761 LINE_CHECK("-ampdu");
4771 LINE_CHECK("ampdu");
5425 DEF_CMD("ampdu", 3, set80211ampdu), /* NB: tx+rx */
5426 DEF_CMD("-ampdu", -3, set80211ampdu),
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h1594 uint32_t ampdu; member in struct:iwn_rx_ht_phy_stats

Completed in 406 milliseconds