Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A D_ieee80211.h522 #define IEEE80211_HTC_AMPDU 0x00010000 /* CAPABILITY: A-MPDU tx */ macro
H A Dieee80211_ht.c295 if (vap->iv_htcaps & IEEE80211_HTC_AMPDU) in ieee80211_ht_vattach()
H A Dieee80211_ioctl.c3219 if (ireq->i_val && (vap->iv_htcaps & IEEE80211_HTC_AMPDU) == 0) in ieee80211_ioctl_set80211()