Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c1074 bufsiz = MS(baparamset, IEEE80211_BAPS_BUFSIZ); in ieee80211_addba_request()
1096 bufsiz = MS(baparamset, IEEE80211_BAPS_BUFSIZ); in ieee80211_addba_response()
1154 bufsiz = MS(baparamset, IEEE80211_BAPS_BUFSIZ); in ieee80211_aggr_recv_action()
1191 | SM(rap->rxa_wnd, IEEE80211_BAPS_BUFSIZ); in ieee80211_aggr_recv_action()
1202 bufsiz = MS(baparamset, IEEE80211_BAPS_BUFSIZ); in ieee80211_aggr_recv_action()
1353 | SM(IEEE80211_AGGR_BAWMAX, IEEE80211_BAPS_BUFSIZ); in ieee80211_ampdu_request()
1440 | SM(tap->txa_wnd, IEEE80211_BAPS_BUFSIZ); in ieee80211_send_bar()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_proto.h576 #define IEEE80211_BAPS_BUFSIZ 0xffc0 /* buffer size */ macro