Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_ht.h46 #define IEEE80211_AGGR_SETUP 0x0008 /* deferred state setup */ macro
H A Dieee80211_ht.c1358 if (tap->txa_flags & IEEE80211_AGGR_SETUP) in ieee80211_ht_node_cleanup()
2184 tap->txa_flags |= IEEE80211_AGGR_SETUP; in ampdu_tx_setup()
2199 KASSERT(tap->txa_flags & IEEE80211_AGGR_SETUP, in ampdu_tx_stop()
2219 tap->txa_flags &= ~(IEEE80211_AGGR_SETUP | IEEE80211_AGGR_NAK); in ampdu_tx_stop()
2303 if ((tap->txa_flags & IEEE80211_AGGR_SETUP) == 0) { in ieee80211_ampdu_tx_request_ext()
2694 if ((tap->txa_flags & IEEE80211_AGGR_SETUP) == 0) { in ieee80211_ampdu_request()
H A Dieee80211_ddb.c302 if (ni->ni_tx_ampdu[i].txa_flags & IEEE80211_AGGR_SETUP) in _db_show_sta()