Home
last modified time | relevance | path

Searched refs:IEEE80211_DELBAPS_INIT (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netproto/802_11/wlan/
HDieee80211_ht.c2089 MS(baparamset, IEEE80211_DELBAPS_INIT), code); in ht_recv_action_ba_delba()
2091 if ((baparamset & IEEE80211_DELBAPS_INIT) == 0) { in ht_recv_action_ba_delba()
2262 args[1] = IEEE80211_DELBAPS_INIT; in ieee80211_ampdu_stop()
/dragonfly/sys/netproto/802_11/
HDieee80211.h423 #define IEEE80211_DELBAPS_INIT 0x0800 /* initiator */ macro