Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_var.h704 #define IEEE80211_FHT_AMPDU_RX 0x00200000 /* CONF: A-MPDU rx supported */ macro
H A Dieee80211_ioctl.c1023 if (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_RX) in ieee80211_ioctl_get80211()
3226 vap->iv_flags_ht |= IEEE80211_FHT_AMPDU_RX; in ieee80211_ioctl_set80211()
3228 vap->iv_flags_ht &= ~IEEE80211_FHT_AMPDU_RX; in ieee80211_ioctl_set80211()
H A Dieee80211_ht.c294 vap->iv_flags_ht |= IEEE80211_FHT_AMPDU_RX; in ieee80211_ht_vattach()
2442 (vap->iv_flags_ht & IEEE80211_FHT_AMPDU_RX)) { in ht_recv_action_ba_addba_request()