Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_ht.c702 int bufsiz = _IEEE80211_MASKSHIFT(baparamset, IEEE80211_BAPS_BUFSIZ); in ampdu_rx_start()
2287 bufsiz = _IEEE80211_MASKSHIFT(baparamset, IEEE80211_BAPS_BUFSIZ); in ieee80211_addba_request()
2359 bufsiz = _IEEE80211_MASKSHIFT(baparamset, IEEE80211_BAPS_BUFSIZ); in ieee80211_addba_response()
2426 tid, _IEEE80211_MASKSHIFT(baparamset, IEEE80211_BAPS_BUFSIZ), in ht_recv_action_ba_addba_request()
2460 | _IEEE80211_SHIFTMASK(rap->rxa_wnd, IEEE80211_BAPS_BUFSIZ) in ht_recv_action_ba_addba_request()
2496 bufsiz = _IEEE80211_MASKSHIFT(baparamset, IEEE80211_BAPS_BUFSIZ); in ht_recv_action_ba_addba_response()
2708 IEEE80211_BAPS_BUFSIZ) in ieee80211_ampdu_request()
H A Dieee80211.h426 #define IEEE80211_BAPS_BUFSIZ 0xffc0 /* buffer size */ macro