Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net80211/
Dieee80211_ht.h44 #define IEEE80211_AGGR_SETUP 0x0008 /* deferred state setup */ macro
Dieee80211_ht.c1060 if (tap->txa_flags & IEEE80211_AGGR_SETUP) in ieee80211_ht_node_cleanup()
1671 tap->txa_flags |= IEEE80211_AGGR_SETUP; in ampdu_tx_setup()
1680 KASSERT(tap->txa_flags & IEEE80211_AGGR_SETUP, in ampdu_tx_stop()
1696 tap->txa_flags &= ~(IEEE80211_AGGR_SETUP | IEEE80211_AGGR_NAK); in ampdu_tx_stop()
2087 if ((tap->txa_flags & IEEE80211_AGGR_SETUP) == 0) { in ieee80211_ampdu_request()
Dieee80211_ddb.c297 if (ni->ni_tx_ampdu[i].txa_flags & IEEE80211_AGGR_SETUP) in _db_show_sta()