Searched refs:IEEE80211_AGGR_RUNNING (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A Dieee80211_ht.h43 #define IEEE80211_AGGR_RUNNING 0x0004 /* ADDBA response received */ macro
66 (((tap)->txa_flags & IEEE80211_AGGR_RUNNING) != 0)
75 (IEEE80211_AGGR_RUNNING|IEEE80211_AGGR_XCHGPEND|IEEE80211_AGGR_NAK)) != 0)
H A Dieee80211_input.h189 (rap->rxa_flags & IEEE80211_AGGR_RUNNING))
H A Dieee80211_ht.c546 if (rap->rxa_flags & IEEE80211_AGGR_RUNNING) {
557 rap->rxa_flags |= IEEE80211_AGGR_RUNNING | IEEE80211_AGGR_XCHGPEND;
574 if (rap->rxa_flags & IEEE80211_AGGR_RUNNING) {
586 rap->rxa_flags |= IEEE80211_AGGR_RUNNING | IEEE80211_AGGR_XCHGPEND;
607 rap->rxa_flags &= ~(IEEE80211_AGGR_RUNNING | IEEE80211_AGGR_XCHGPEND);
1862 tap->txa_flags |= IEEE80211_AGGR_RUNNING;
1892 tap->txa_flags |= IEEE80211_AGGR_RUNNING;
1910 if (tap->txa_flags & IEEE80211_AGGR_RUNNING) {
1912 tap->txa_flags &= ~IEEE80211_AGGR_RUNNING;
2415 if ((tap->txa_flags & IEEE80211_AGGR_RUNNING)
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tx.c5673 return !! (tap->txa_flags & IEEE80211_AGGR_RUNNING);
5809 * IEEE80211_AGGR_RUNNING set.

Completed in 168 milliseconds