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

/freebsd-13-stable/sys/net80211/
H A Dieee80211_ht.h48 #define IEEE80211_AGGR_SETUP 0x0008 /* deferred state setup */ macro
H A Dieee80211_ht.c1363 if (tap->txa_flags & IEEE80211_AGGR_SETUP)
2189 tap->txa_flags |= IEEE80211_AGGR_SETUP;
2204 KASSERT(tap->txa_flags & IEEE80211_AGGR_SETUP,
2224 tap->txa_flags &= ~(IEEE80211_AGGR_SETUP | IEEE80211_AGGR_NAK);
2308 if ((tap->txa_flags & IEEE80211_AGGR_SETUP) == 0) {
2688 if ((tap->txa_flags & IEEE80211_AGGR_SETUP) == 0) {
H A Dieee80211_ddb.c296 if (ni->ni_tx_ampdu[i].txa_flags & IEEE80211_AGGR_SETUP)

Completed in 170 milliseconds