Searched refs:IEEE80211_FHT_AMSDU_RX (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A Dieee80211_var.h620 #define IEEE80211_FHT_AMSDU_RX 0x00800000 /* CONF: A-MSDU rx supported */ macro
H A Dieee80211_ioctl.c1048 if (vap->iv_flags_ht & IEEE80211_FHT_AMSDU_RX)
3178 vap->iv_flags_ht |= IEEE80211_FHT_AMSDU_RX;
3180 vap->iv_flags_ht &= ~IEEE80211_FHT_AMSDU_RX;
H A Dieee80211_ht.c293 vap->iv_flags_ht |= IEEE80211_FHT_AMSDU_RX;

Completed in 130 milliseconds